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/PLOTS/DESSINE/pltbase.pro

    r157 r163  
    2020; Axis. Vector or array of the same size that z2d. This is the coordinate of z2d on y. 
    2121; 
    22 ; @param MASK {in}{required} 
     22; @param MASK {in}{required}{type=array} 
    2323; It is the array who mask z2d (with 0s on points we want to mask and 1s on others).  
    2424; If z2d is not masked, put this argument equal to 1. 
     
    3232; This is the coordinate of mask on y. 
    3333; 
    34 ; @param LEVELS {in}{optional} 
     34; @param LEVELS {in}{optional}{type=vector} 
    3535; Vectors which contain levels needed at the contour.  
    3636; If it is not given, we take 20 levels between the min and the max. 
    3737 
    38 ; @param COLORS {in}{optional} 
     38; @param COLORS {in}{optional}{type=vector} 
    3939; Vectors which contain colors needed at the contour.  
    4040; If it is not given, we take 20 levels between the min and the max. 
     
    5050; with filling in color  
    5151; 
    52 ; @keyword /CONT_NOFILL  
     52; @keyword CONT_NOFILL  
    5353; Activate it not to fill the point mask to let them transparent!  
    5454; Comment: Nevertheless, we trace mask's contour. 
    5555; 
    56 ; @keyword CONT_COLOR  
    57 ; The color of the continent. defaut value is 
    58 ;        (!d.n_colors - 1) < 255 => white 
    59 ; 
    60 ; @keyword /DESSTRICHAMP  
     56; @keyword CONT_COLOR {default= (!d.n_colors - 1) < 255 =>white} 
     57; The color of the continent. 
     58; 
     59; @keyword DESSTRICHAMP  
    6160; To draw the triangulation which is used to make field's contours.  
    6261; 
    63 ; @keyword /DESSTRIMASK  
     62; @keyword DESSTRIMASK  
    6463; To draw the triangulation which is used to make mask's contours. 
    6564;  
    66 ; @keyword /FORPLT  
     65; @keyword FORPLT  
    6766; To activate if we want that the drawing of coast be realized by tracecote rather than tracemask. 
    6867; 
    69 ; @keyword I_COLORS  
    70 ; It is a vector specifing the colors to use to trace contours.  
     68; @keyword I_COLORS {type=vector} 
     69; It is a vector specifying the colors to use to trace contours.  
    7170; It is the same thing that c_colors which act on contours. 
    7271; 
    73 ; @keyword MORE  
     72; @keyword MORE {default=10} 
    7473; Number to give to avoid style's bugs: 
    7574;  % Out of range subscript encountered: <LONG      Array[38911]>. 
    7675;  % Execution halted at:  PLTBASE           151 
    77 ;             By default more=10 If the bug still exist, increase the value of more!  
     76;             If the bug still exist, increase the value of more!  
    7877; (The explanation and the justification of this method do not have scientific bases yet...). 
    7978; 
    80 ; @keyword /NOFILL 
     79; @keyword NOFILL 
    8180; To make just isolines. 
    8281; 
    83 ; @keyword /NOCONTOUR 
     82; @keyword NOCONTOUR 
    8483; To make just colors. 
    8584; 
    86 ; @keyword /UNSUR2 To trace one isoline on two. 
    87 ; 
    88 ; @keyword UNLABSUR  
    89 ; Is an integer n. specifying we only label one contour on two 
     85; @keyword UNSUR2 
     86; To trace one isoline on two. 
     87; 
     88; @keyword UNLABSUR {type=integer} 
     89; I specify we only label one contour on two. 
    9090; 
    9191; @keyword CONTOUR  
Note: See TracChangeset for help on using the changeset viewer.