Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/HOPE/read_hope.html

    r338 r402  
    160160           
    161161          <h4>Version</h4><div class="preformat"> 
    162  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     162 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    163163</div> 
    164164          <h4>History</h4><div class="preformat"> 
     
    403403          <h3>Examples</h3><div class="preformat"> 
    404404 
    405      IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
    406      IDL> help, a,/struct 
     405   IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
     406   IDL> help, a,/struct 
    407407     ** Structure <82ec344>, 6 tags, length=1860176, refs=1: 
    408408        ARRAY           FLOAT     Array[128, 242, 15] 
     
    412412        GRID            STRING    'T' 
    413413        HOPEGRID        STRUCT    -> <Anonymous> Array[1] 
    414      IDL> help, a.hopegrid,/struct 
     414   IDL> help, a.hopegrid,/struct 
    415415     ** Structure <82eb9cc>, 8 tags, length=1588, refs=2: 
    416416        XAXIS           FLOAT     Array[128] 
     
    422422        LINETYPE        STRING    'odd-even' 
    423423        PTTYPE          STRING    'T' 
    424      IDL> help, litchamp(a) 
     424   IDL> help, litchamp(a) 
    425425     <Expression>    FLOAT     = Array[128, 242, 15] 
    426426</div> 
     
    428428           
    429429          <h4>Version</h4><div class="preformat"> 
    430  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     430 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    431431</div> 
    432432          <h4>History</h4><div class="preformat"> 
     
    466466           
    467467          <h4>Uses routines</h4><div class="preformat"> 
    468  common.pro (useful only for the definition of iodir) 
     468 <a href="../..//Obsolete/common.html">common</a> 
     469 (useful only for the definition of iodir) 
    469470</div> 
    470471           
Note: See TracChangeset for help on using the changeset viewer.