Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/HOPE/read_hope.pro

    r157 r163  
    218218; Reading 
    219219; 
    220 ; @param TYPEIN {in}{required} 
    221 ; A string specifing from which type of section the 4D 
     220; @param TYPEIN {in}{required}{type=string} 
     221; A string specifying from which type of section the 4D 
    222222; array based: 'xy, 'xz', 'yz' 
    223223; 
    224 ; @param VARNAMEIN 
    225 ; A string the name of the cariable to be read (in 
     224; @param VARNAMEIN {in}{required}{type=string} 
     225; A string the name of the variable to be read (in 
    226226; lower or upper case) 
    227227; 
    228 ; @keyword FILENAME 
     228; @keyword FILENAME {type=string} 
    229229; The name of the file to be read 
    230230; 
    231 ; @keyword XLIMITS 
    232 ; A two elements vertor [lonmin, lonmax]] 
    233 ; the bondary of the longitudes (from 0 to 360) 
    234 ; 
    235 ; @keyword YLIMITS 
    236 ; A two elements vertor [latmin, latmax]] 
    237 ; the bondary of the latitudes (from -90 to 90) 
    238 ; 
    239 ; @keyword ZLIMITS 
    240 ; A two elements vertor [depthmin, depthmax]] 
    241 ; the bondary of the depth 
    242 ; 
    243 ; @keyword TLIMITS 
    244 ; A two elements vertor [date1, date2]] 
    245 ; the bondary of the calendar with date1 and date2 
    246 ; folowing the syntaxe yyyymmdd 
     231; @keyword XLIMITS {type=vector} 
     232; A two elements vector [lonmin, lonmax]] 
     233; the boundary of the longitudes (from 0 to 360) 
     234; 
     235; @keyword YLIMITS {type=vector} 
     236; A two elements vector [latmin, latmax]] 
     237; the boundary of the latitudes (from -90 to 90) 
     238; 
     239; @keyword ZLIMITS {type=vector} 
     240; A two elements vector [depthmin, depthmax]] 
     241; the boundary of the depth 
     242; 
     243; @keyword TLIMITS {type=vector} 
     244; A two elements vector [date1, date2]] 
     245; the boundary of the calendar with date1 and date2 
     246; folowing the syntax yyyymmdd 
    247247; 
    248248; @keyword ODDPT 
     
    259259; 
    260260; @keyword _EXTRA 
    261 ; Used to pass yor keywords 
     261; Used to pass your keywords 
    262262; 
    263263; @returns 
     
    266266; 
    267267; A structure which but be read by litchamp.pro and is 
    268 ; necessary to complute the grid associated to the data (see 
     268; necessary to complete the grid associated to the data (see 
    269269; the example). 
    270270; 
    271271; @uses 
    272 ; common.pro (usefull only for the definition of iodir) 
     272; common.pro (useful only for the definition of iodir) 
    273273; 
    274274; @restrictions 
    275275; 'x', 'y', 'z', 't', 'xt', 'yt' and 'zt' section not coded, xconv 
    276 ; must be able to works with this kind of fonction. 
    277 ; The grib file has no zoom possibilities on horizontal dimensions. 
     276; must be able to works with this kind of function. 
     277; The grid file has no zoom possibilities on horizontal dimensions. 
    278278; 
    279279; @restrictions 
    280280; 
    281 ; When typein and varnamein are defined, the methode to find the 
    282 ; godd variable is: 
     281; When typein and varnamein are defined, the method to find the 
     282; good variable is: 
    283283;  1) find the variables which are available on this type of 
    284 ; sections woth this name 
     284; sections with this name 
    285285;  2) if ODDPT, EVENPT or ODDEVENPT are specified, consider only 
    286286; these types of sections 
Note: See TracChangeset for help on using the changeset viewer.