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

    r157 r163  
    1616;         If the field is 3d, we extract the section on we average possibly before to do the plot. 
    1717;         2)  a structure respecting all criterions specified by litchamp.pro.  
    18 ;          See IDL> xhelp,'litchamp'. The array contin in the structure must be 2 or 3d (See case 1) 
     18;          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    1919; 
    2020; ces arguments ne sont pas obligatoires: 
     
    4444; If this keyword is not specified, we trace 20 isolines from the min to the max.  
    4545; 
    46 ; @keyword CONTLABEL  
    47 ; It is an integer n. When CONTOUR is actvated, if n 
     46; @keyword CONTLABEL {type=integer} 
     47; When CONTOUR is activated, if n 
    4848; is different of 0, choose the label type corresponding to n cases for  
    4949; the traced by a traitisolines. To specify the type of label of the  
    5050; colored contour, use LABEL 
    5151; 
    52 ; @keyword CONTMAX  
     52; @keyword CONTMAX {default=max of the keyword CONTOUR (on ocean points)} 
    5353; When CONTOUR is activated, max value we want to consider in the isoline  
    54 ; traced by a trait's line. By default, we take the max (on ocean points) of the array  
    55 ; passed in the keyword CONTOUR. 
    56 ; 
    57 ; @keyword CONTMIN  
     54; traced by a trait's line. 
     55; 
     56; @keyword CONTMIN {default=min of the keyword CONTOUR (on ocean points)} 
    5857; When CONTOUR is activated, min value we want to consider in the isoline  
    59 ; traced by a trait's line. By default, we take the min (on ocean points) of the array  
    60 ; passed in the keyword CONTOUR.  
    61 ; 
    62 ; @keyword CONTNLEVEL  
    63 ; When  CONTOUR is activated, it is the numbre of contours 
     58; traced by a trait's line.  
     59; 
     60; @keyword CONTNLEVEL {default=20} 
     61; When  CONTOUR is activated, it is the number of contours 
    6462; traced by a trait for drawing (active if 
    65 ; CONTLABEL=0) by default=20. 
     63; CONTLABEL=0). 
    6664; 
    6765; @keyword CONTOUR  
    6866; If we want to trace contours of a different field than the one  
    69 ; whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    70 ; It must be a field respecting same caracteristics than the argument number one of plt. 
     67; whose we have the colored drawing (by example E-P in color and QSR in contours).  
     68; It must be a field respecting same characteristics than the argument number one of plt. 
    7169; 
    7270; @keyword ENDPOINTS  
    73 ; keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    74 ; of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     71; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     72; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    7573; coordinates.  
    7674; 
     
    8684;               (without use the black, the white and the used palette) 
    8785; 
    88 ; @keyword ZRATIO 
     86; @keyword ZRATIO {default=2./3} 
    8987; When the drawing has a zoomed part, it is the size rapport between the zoomed part,  
    90 ; hz (zoom height), and the whole drawing, ht (total height). By default =2./3 
    91 ; 
    92 ; @keyword LABEL  
    93 ; It is an integer n. If n different of 0, it choose the label's type  
    94 ; corresponding to cases n. cf label.pro 
     88; hz (zoom height), and the whole drawing, ht (total height). 
     89; 
     90; @keyword LABEL {default=0}{type=integer} 
     91; It choose the label's type corresponding to cases in label.pro. 
    9592; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines.  
    96 ; For tese one traced by a trait, use CONTLABEL.  
     93; For these one traced by a trait, use CONTLABEL.  
    9794; 
    9895; @keyword MAXIN  
     
    106103; keyword is retained. 
    107104; 
    108 ; @keyword NLEVEL  
     105; @keyword NLEVEL {default=20} 
    109106; Number of contour to draw by default =20. active if 
    110107; LABEL=0 or is not specified. 
     
    113110; To force not to use the triangulation. Beware, in this case, the  
    114111; drawing only works if the grid is undeformed (It means that each point of a longitude  
    115 ; give one latitude and each point of a latitude give one longitude) exept if we use  
     112; give one latitude and each point of a latitude give one longitude) except if we use  
    116113; the keyword CELL_FILL=2.  
    117114; Comment: if the field contain points !values.f_nan, then we even do a triangulation. 
     
    131128; specified min and values superior at the specified max in white. 
    132129; 
    133 ; @keyword STYLE  
    134 ; Contour's style to adopt to draw isolines(by default, style=0. see style.pro) 
     130; @keyword STYLE {default=style=0} 
     131; Contour's style to adopt to draw isolines 
    135132; 
    136133; @keyword WDEPTH  
     
    144141; Force to make a cut following yz 
    145142; 
    146 ; @keyword ZOOM  
    147 ; Depth where i can make our maximum zoom. By default 200m or max depth if it is inferior at 200m 
     143; @keyword ZOOM  {default=200m or max depth if it is inferior at 200m} 
     144; Depth where i can make our maximum zoom. 
    148145; 
    149146; @uses 
Note: See TracChangeset for help on using the changeset viewer.