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

    r157 r163  
    1515;            be masked at the value valmask) and nevertheless,type must be specified  
    1616;            to we know of which trace it is about. 
    17 ;            To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     17;            To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    1818;          * 1d: only for traces of the 't' type. Nevertheless, type must be specified  
    1919;            to we know of which trace it is about. 
    20 ;            To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     20;            To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    2121;       2) a structure respecting all criterions specified by litchamp.pro.  
    2222;          See IDL> xhelp,'litchamp'. The array contained in the structure  
     
    3838; 
    3939; @keyword BOXZOOM 
    40 ; Vector indicating the geographique zone (3d) on which the extraction of the field must  
     40; Vector indicating the geographic zone (3d) on which the extraction of the field must  
    4141; be done to do the hovmoeller. 
    4242;  If BOXZOOM has : 
     
    5656; If this keyword is not specified, we trace 20 isolines from the min to the max.  
    5757; 
    58 ; @keyword CONTLABEL  
    59 ; It is an integer n. When CONTOUR is actvated, if n 
     58; @keyword CONTLABEL {type=integer} 
     59; When CONTOUR is activated, if n 
    6060; is different of 0, choose the label type corresponding to n cases for  
    6161; the traced by a traitisolines. To specify the type of label of the  
    6262; colored contour, use LABEL 
    6363; 
    64 ; @keyword CONTMAX  
     64; @keyword CONTMAX {default=we take the max of the array passed in the keyword CONTOUR (on ocean points)} 
    6565; When CONTOUR is activated, max value we want to consider in the isoline  
    66 ; traced by a trait's line. By default, we take the max (on ocean points) of the array  
    67 ; passed in the keyword CONTOUR.  
    68 ; 
    69 ; @keyword CONTMIN  
     66; traced by a trait's line.  
     67; 
     68; @keyword CONTMIN {default=we take the min of the array passed in the keyword CONTOUR (on ocean points)} 
    7069; When CONTOUR is activated, min value we want to consider in the isoline  
    71 ; traced by a trait's line. By default, we take the min (on ocean points) of the array  
    72 ; passed in the keyword CONTOUR.  
    73 ; 
    74 ; @keyword CONTNLEVEL  
    75 ; When  CONTOUR is activated, it is the numbre of contours 
     70; traced by a trait's line.  
     71; 
     72; @keyword CONTNLEVEL {default=20} 
     73; When  CONTOUR is activated, it is the number of contours 
    7674; traced by a trait for drawing (active if 
    77 ; CONTLABEL=0) by default=20. 
     75; CONTLABEL=0). 
    7876; 
    7977; @keyword CONTOUR  
    8078; If we want to trace contours of a different field than the one  
    81 ; whose we have the colored drawing (by examlpe E-P in color and QSR in contours).  
    82 ; It must be a field respecting same caracteristics than the argument number one of pltt. 
     79; whose we have the colored drawing (by example E-P in color and QSR in contours).  
     80; It must be a field respecting same characteristics than the argument number one of pltt. 
    8381; 
    8482; @keyword ENDPOINTS  
    85 ; keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    86 ; of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     83; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     84; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    8785; coordinates.  
    8886; 
     
    104102;               (without use the black, the white and the used palette) 
    105103;  
    106 ; @keyword LABEL  
    107 ; It is an integer n. If n different of 0, it choose the label's type  
     104; @keyword LABEL {type=integer} 
     105; If n different of 0, it choose the label's type  
    108106; corresponding to cases n. cf label.pro 
    109107; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines.  
    110 ; For tese one traced by a trait, use CONTLABEL.  
     108; For these one traced by a trait, use CONTLABEL.  
    111109; 
    112110; @keyword COL1d 
     
    124122; keyword is retained. 
    125123; 
    126 ; @keyword NLEVEL  
     124; @keyword NLEVEL {default=20} 
    127125; Number of contour to draw by default =20. active if 
    128126; LABEL=0 or is not specified. 
    129127; 
    130 ; @keyword CONTNLEVEL  
    131 ; When  CONTOUR is activated, it is the numbre of contours 
     128; @keyword CONTNLEVEL {default=20} 
     129; When  CONTOUR is activated, it is the number of contours 
    132130; traced by a trait for drawing (active if 
    133 ; CONTLABEL=0) by default=20. 
     131; CONTLABEL=0). 
    134132; 
    135133; @keyword OV1D  
     
    146144; specified min and values superior at the specified max in white. 
    147145; 
    148 ; @keyword STYLE  
    149 ; Contour's style to adopt to draw isolines(by default, style=0. see style.pro) 
     146; @keyword STYLE {default=style=0} 
     147; Contour's style to adopt to draw isolines 
    150148; 
    151149; @keyword STY1D  
     
    161159; allows to specify the type of hovmoller we want to do 
    162160;             'xt','yt','zt','t'   
    163 ; with help of a keyword rather than the argument type. If the argument andthe  
     161; with help of a keyword rather than the argument type. If the argument and the  
    164162; keyword are specified in the same time, it is the value specified by the  
    165163; keyword which is retained. 
     164; 
     165; @keyword _EXTRA 
     166; Used to pass your keywords 
    166167; 
    167168; @uses 
Note: See TracChangeset for help on using the changeset viewer.