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

    r157 r163  
    33; 
    44; @file_comments 
    5 ; Trace 1d graphes: x,y,z (or t but in this case, we recall directly pltt) 
     5; Trace 1d graphs: x,y,z (or t but in this case, we recall directly pltt) 
    66; 
    77; @categories 
     
    1212;       1) An array which can be: 
    1313;          * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass  
    14 ;          in moyenne or grossemoyenne to be averaged and becomme  an array 1d.  
     14;          in moyenne or grossemoyenne to be averaged and become  an array 1d.  
    1515;          * 1d:Nevertheless, the type must be specified in order to we know which trace  
    16 ;          it is about. To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     16;          it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    1717;       2) a structure respecting all criterions specified by litchamp.pro.  
    1818;          See IDL> xhelp,'litchamp'. The array contained in the structure  
     
    3232; 
    3333; @keyword BOXZOOM 
    34 ; Vector indicating the geographique zone (3d) on which the extraction of the field must  
     34; Vector indicating the geographic zone (3d) on which the extraction of the field must  
    3535; be done to do the hovmoeller. 
    3636;  If BOXZOOM has : 
     
    4848; 
    4949; @keyword ENDPOINTS  
    50 ; keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    51 ; of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     50; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     51; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    5252; coordinates. 
    5353; 
     
    8484; allows to specify the type of hovmoller we want to do 
    8585;             'xt','yt','zt','t'   
    86 ; with help of a keyword rather than the argument type. If the argument andthe  
     86; with help of a keyword rather than the argument type. If the argument and the  
    8787; keyword are specified in the same time, it is the value specified by the  
    8888; keyword which is retained. 
Note: See TracChangeset for help on using the changeset viewer.