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/litchamp.pro

    r157 r163  
    55; 
    66; @file_comments 
    7 ; Allows to read an array or a sructure cooresponding to a field. 
     7; Allows to read an array or a structure corresponding to a field. 
    88; If we have in input:  
    99;   -an array, litchamp send back the array. 
     
    1717; Graphics 
    1818; 
    19 ; @param STRUCT {in}{required} 
    20 ; It is either an array or a structure. 
     19; @param STRUCT {in}{required}{type=array or struct}{type=array or structure} 
    2120;  If STRUCT is a structure, it must follow following rules: 
    2221;        -the first element is the array containing the field. 
    23 ;        -other elements are strings containing informations on the field exept 
     22;        -other elements are strings containing informations on the field except 
    2423;        for the one about the date. This one can be either a string to designate 
    2524;        a particular date (ex: 'August 1999') or a vector of julian days (of IDL) 
    2625;        corresponding  to the calendar to be associated with the field if it is a 
    2726;        temporal series. 
    28 ;        -the order of elements (exept the first) has not any importance.  
    29 ;        -the other elements (exept the first) are optional. 
     27;        -the order of elements (except the first) has not any importance.  
     28;        -the other elements (except the first) are optional. 
    3029;        -they are recognize by the first letter of their names: 
    3130;             g  to update vargrid 
     
    6665; and -1 if it does not. 
    6766;  
    68 ; 
    6967; @keyword MASK 
    7068; We activate this keyword if we want litchamp to send back the variable  
Note: See TracChangeset for help on using the changeset viewer.