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_assistant_output/ToBeReviewed/HOPE/read_hope.html

    r338 r402  
    125125     
    126126    <h4>Version</h4> 
    127  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     127 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    128128 
    129129    <h4>History</h4> 
     
    370370    <h3>Examples</h3><pre> 
    371371 
    372      IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
    373      IDL> help, a,/struct 
     372   IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
     373   IDL> help, a,/struct 
    374374     ** Structure <82ec344>, 6 tags, length=1860176, refs=1: 
    375375        ARRAY           FLOAT     Array[128, 242, 15] 
     
    379379        GRID            STRING    'T' 
    380380        HOPEGRID        STRUCT    -> <Anonymous> Array[1] 
    381      IDL> help, a.hopegrid,/struct 
     381   IDL> help, a.hopegrid,/struct 
    382382     ** Structure <82eb9cc>, 8 tags, length=1588, refs=2: 
    383383        XAXIS           FLOAT     Array[128] 
     
    389389        LINETYPE        STRING    'odd-even' 
    390390        PTTYPE          STRING    'T' 
    391      IDL> help, litchamp(a) 
     391   IDL> help, litchamp(a) 
    392392     <Expression>    FLOAT     = Array[128, 242, 15] 
    393393 
     
    395395     
    396396    <h4>Version</h4> 
    397  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     397 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    398398 
    399399    <h4>History</h4> 
     
    433433     
    434434    <h4>Uses routines</h4> 
    435  common.pro (useful only for the definition of iodir) 
     435 <a href="../..//Obsolete/common.html">common</a> 
     436 (useful only for the definition of iodir) 
    436437 
    437438     
Note: See TracChangeset for help on using the changeset viewer.