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/LECTURE/xncdf_lec.pro

    r157 r163  
    1010; Widget 
    1111; 
    12 ; @param NAME {in}{optional} 
    13 ; It is a string giving the name of the file to be opened. If NAME  
     12; @param NAME {in}{optional}{type=string}  
     13; It give the name of the file to be opened. If NAME  
    1414; does not contain the separating character of directories ('/' under  
    1515; unix for example), the file will be looked for in the current directory. 
    1616; 
    17 ; @keyword IODIR 
    18 ; It is a string containing the directory where to go look for the file to be read. 
     17; @keyword IODIR {type=string} 
     18; It contains the directory where to go look for the file to be read. 
    1919; If NAME does not contain the separating character of directories ('/' under  
    2020; unix for example), the file will be called iodir+nom_fichier. 
    2121; 
    22 ; @keyword COUNT 
     22; @keyword COUNT {type=vector} 
    2323; An optional vector containing the counts to be used in 
    2424; reading Value. COUNT is a 1-based vector with an element for 
     
    3131; of XNCDF_LEC.  
    3232; 
    33 ; @keyword OFFSET 
     33; @keyword OFFSET {type=vector}{default=[0, 0,...]} 
    3434; An optional vector containing the starting position 
    3535; for the read. The default start position is [0, 0, ...]. 
    3636; 
    37 ; @keyword SHIFT 
    38 ; A vector of integers, specifing for each dimension how much we have to shift it.  
     37; @keyword SHIFT {type=vector}{default=[0, 0,...]} 
     38; A vector of integers, specifying for each dimension how much we have to shift it.  
    3939; By default, it is [0,0,...]. See the function shift for more explanations. BEWARE,  
    40 ; the shift is done on the biggest array before a possible reduction determinated  
     40; the shift is done on the biggest array before a possible reduction determined  
    4141; by OFFSET and COUNT. On the other hand, it is done after the possible extraction  
    4242; created by the STRIDE. 
    4343; 
    44 ; @keyword STRIDE 
     44; @keyword STRIDE {type=vector}{default=[1, 1,...]} 
    4545; An optional vector containing the strides, or sampling 
    4646; intervals, between accessed values of the netCDF variable. The 
     
    388388; This widget concern the reading of the variable. 
    389389; 
    390 ; @param WIDID_PERE {in}{required} 
    391 ; It is a scalar containing the identity of the father widget which was  
     390; @param WIDID_PERE {type=scalar}{in}{required} 
     391; It contains the identity of the father widget which was  
    392392; created by xncdf_lec and which has allowed to select the variable to be read. 
    393393; 
Note: See TracChangeset for help on using the changeset viewer.