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/TRIANGULATION/tracemask.pro

    r157 r163  
    1111;  
    1212; @param MASKENTREE {in}{required} 
    13 ; 2d array specifing the mask 
     13; 2d array specifying the mask 
    1414;  
    1515; @param XIN {in}{required}, 
    16 ; 2d array specifing longitude coordinates. 
     16; 2d array specifying longitude coordinates. 
    1717;  
    1818; @param YIN {in}{required}, 
    19 ; 2d array specifing latitude coordinates. 
     19; 2d array specifying latitude coordinates. 
    2020; 
    21 ; @keyword COAST_COLOR 
     21; @keyword COAST_COLOR {default=0} 
    2222; The color of the coastline. 
    23 ; defaut value is 0 => black 
     23; Default is black (0). 
    2424; 
    25 ; @keyword COAST_THICK 
     25; @keyword COAST_THICK {default=1} 
    2626; The thick of the trait to trace continents 
    27 ; It is 1 by default. 
    2827; 
    2928; @keyword OVERPLOT 
Note: See TracChangeset for help on using the changeset viewer.