Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/ncdf_getmask.pro

    r371 r372  
    1111; the full path) to be opened (in that case, the file will be opened 
    1212; and closed within ncdf_getmask). 
     13; 
    1314; if fileid is a scalar then it is the id of the file return by a call 
    1415; to ncdf_open outside of ncdf_getmask (in that case, the file will 
     
    1617; 
    1718; @keyword ADDSCL_BEFORE {default=0}{type=scalar: 0 or 1} 
    18 ; put 1 to apply add_offset ad scale factor on data before looking for 
     19; put 1 to apply add_offset and scale factor on data before looking for 
    1920; missing values when using USEASMASK keyword 
    2021; 
     
    4647; mask. The test is performed on the variable specified by USEASMASK 
    4748; keyword. 
     49; 
    4850; TESTOP can contain 1 or 2 words. The first word is the operator 
    4951; definition: "EQ" "NE" "GE" "GT" "LE" "LT" (default is NE). The 
Note: See TracChangeset for help on using the changeset viewer.