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/PLOTS/DIVERS/checkfield.pro

    r157 r163  
    66;  
    77;  
    8 ; @param TYPE {in}{required} 
     8; @param TYPE {in}{required}{type=string} 
    99; A string of two characters specifying the type of plot we do 
    1010; 
    11 ; @param N1 {in}{required} 
     11; @param N1 {in}{required}{type=integer} 
    1212; Number of elements in the first dimension 
    1313; 
    14 ; @param N2 {in}{required} 
     14; @param N2 {in}{required}{type=integer} 
    1515; Number of elements in the second dimension 
    1616; 
    17 ; @param NAME {in} {optional} 
    18 ; It is a string giving the name of the file to be opened. If NAME 
     17; @param NAME {in}{optional}{type=string} 
     18; It gives the name of the file to be opened. If NAME 
    1919; does not contain the separating character of directories ('/' under 
    2020; unix for example), the file will be looked for in the current directory. 
     
    5151;  
    5252;  
    53 ; @param TYPE {in}{required} 
     53; @param TYPE {in}{required}{type=string} 
    5454; A string of two characters specifying the type of plot we do 
    5555; 
     
    101101;  
    102102;  
    103 ; @param TYPE {in}{required} 
     103; @param TYPE {in}{required}{type=string} 
    104104; A string of two characters specifying the type of plot we do 
    105105; 
     
    157157; Graphics 
    158158;  
    159 ; @param FIELD {in}{required} 
    160 ; A field respecting litchamp.pro's criterions. See IDL>xhelp,'litchamp' 
     159; @param FIELD {in}{required}{type=field} 
     160; It respect litchamp.pro's criterions. See IDL>xhelp,'litchamp' 
    161161; 
    162162; @param PROCEDURE {in}{required} 
     
    169169; 
    170170; 
    171 ; @keyword BOXZOOM  
     171; @keyword BOXZOOM {type=vector} 
    172172; Vector indicating the geographic zone on which we want to cut the map.  
    173173;  If BOXZOOM has : 
     
    181181; 
    182182; @keyword WDEPTH 
    183 ; to specify that the field is at W depth instad of T  
     183; to specify that the field is at W depth instead of T  
    184184; depth (automatically activated if vargrid eq 'W') 
    185185;  
    186 ; @keyword VECTEUR 
     186; @keyword VECTEUR{type=vetcor} 
    187187; It is a structure composed by 2 elements containing the 2 fields U 
    188188; and V of values of the zonal and meridian component of the vector of the fields 
    189189; to draw. These fields can be an array or a structure. 
    190190;       For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
    191 ;       Comment: name of elements of vectors are inconsenquential. 
     191;       Comment: name of elements of vectors are inconsequential. 
    192192;       vecteur={u:lec('unsurface'),v:lec('vnsurface')} is also appropriated. 
    193193; 
Note: See TracChangeset for help on using the changeset viewer.