Ignore:
Timestamp:
08/12/08 14:35:46 (16 years ago)
Author:
pinsard
Message:

improvements of headers (typo, links, paragraphes, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/xncdf_lec.pro

    r371 r378  
    88; 
    99; @param NAME {in}{optional}{type=string} 
    10 ; It give the name of the file to be opened. If NAME 
     10; It give the name of the file to be opened.  
     11; 
     12; If NAME 
    1113; does not contain the separating character of directories ('/' under 
    1214; unix for example), the file will be looked for in the current directory. 
     
    1416; @keyword IODIR {type=string} 
    1517; It contains the directory where to go look for the file to be read. 
     18; 
    1619; If NAME does not contain the separating character of directories ('/' under 
    1720; unix for example), the file will be called iodir+nom_fichier. 
    1821; 
    1922; @keyword COUNT {type=vector} 
    20 ; An optional vector containing the counts to be used in 
    21 ; reading Value. COUNT is a 1-based vector with an element for 
    22 ; each dimension of the data to be written.The default matches 
     23; An optional vector containing the counts to be used in reading Value.  
     24; 
     25; COUNT is a 1-based vector with an element for 
     26; each dimension of the data to be written. 
     27; 
     28; The default matches 
    2329; the size of the variable so that all data is written out. 
    2430; 
    2531; @keyword GROUP 
    26 ; The widget ID of the widget that calls XNCDF_LEC. When 
    27 ; this ID is specified, a death of the caller results in a death 
     32; The widget ID of the widget that calls XNCDF_LEC.  
     33; 
     34; When this ID is specified, a death of the caller results in a death 
    2835; of XNCDF_LEC. 
    2936; 
    3037; @keyword OFFSET {type=vector}{default=[0, 0,...]} 
    3138; An optional vector containing the starting position 
    32 ; for the read. The default start position is [0, 0, ...]. 
     39; for the read. 
    3340; 
    3441; @keyword SHIFT {type=vector}{default=[0, 0,...]} 
    3542; A vector of integers, specifying for each dimension how much we have to shift it. 
    36 ; By default, it is [0,0,...]. See the function <proidl>shift</proidl> for more explanations. BEWARE, 
     43; 
     44; See the function <proidl>SHIFT</proidl> for more explanations.  
     45; 
     46; BEWARE, 
    3747; the shift is done on the biggest array before a possible reduction determined 
    38 ; by OFFSET and COUNT. On the other hand, it is done after the possible extraction 
     48; by OFFSET and COUNT.  
     49; 
     50; On the other hand, it is done after the possible extraction 
    3951; created by the STRIDE. 
    4052; 
    4153; @keyword STRIDE {type=vector}{default=[1, 1,...]} 
    4254; An optional vector containing the strides, or sampling 
    43 ; intervals, between accessed values of the netCDF variable. The 
    44 ; default stride vector is that for a contiguous read, [1, 1,...]. 
     55; intervals, between accessed values of the netCDF variable. 
    4556; 
    4657; @returns 
    4758;  2 different cases: 
    48      1) None attribute has been selected. In this case, res is the array we 
    49 ;       wanted to read. 
    50      2) Some attributes has been selected. In this case, res is a structure 
    51 ;       whose the first element having the name of the variable is the values 
    52 ;       array and the other arguments are the select arguments. 
     591) None attribute has been selected. In this case, res is the array we 
     60;     wanted to read. 
     612) Some attributes has been selected. In this case, res is a structure 
     62;     whose the first element having the name of the variable is the values 
     63;     array and the other arguments are the select arguments. 
    5364; 
    5465; @uses 
     
    387398; created by xncdf_lec and which has allowed to select the variable to be read. 
    388399; 
    389 ; @results 
     400; @returns 
    390401; indirectement res (le tableau ou la structure resultat) 
    391402; 
Note: See TracChangeset for help on using the changeset viewer.