Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r338 r402  
    133133          <div class="comments"> 
    134134 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    135         1) An array which can be: 
    136           * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    137             pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    138           * 2d: If the array is already 2d, it is not modified (beware, lands must 
    139             be masked at the value valmask) and nevertheless, type must be specified 
    140             to we know of which trace it is about. 
    141             To have a correct caption, respecify the extraction zone via BOXZOOM. 
    142           * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    143             to we know of which trace it is about. 
    144             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    145        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    146           See IDL> xhelp,'litchamp'. The array contained in the structure 
    147           respecting criterions of case 1) 
    148  
     135 
     136 1) An array which can be: 
     137    * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     138    pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
     139    * 2d: If the array is already 2d, it is not modified (beware, lands must 
     140    be masked at the value valmask) and nevertheless, type must be specified 
     141    to we know of which trace it is about. 
     142    To have a correct caption, respecify the extraction zone via BOXZOOM. 
     143 
     144    * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
     145      to we know of which trace it is about. 
     146      To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     147 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     148    The array contained in the structure respecting criterions of case 1) 
    149149 </div> 
    150150             
     
    289289            <div class="comments"> 
    290290 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    291  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     291 of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    292292 coordinates. 
    293293</div> 
     
    362362 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    363363 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    364  For these one traced by a trait, use CONTLABEL. 
     364 For these ones traced by a trait, use CONTLABEL. 
    365365</div> 
    366366             
     
    752752           
    753753          <h4>Version</h4><div class="preformat"> 
    754  $Id: pltt.pro 328 2007-12-13 19:27:11Z smasson $ 
     754 $Id: pltt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    755755</div> 
    756756          <h4>History</h4><div class="preformat"> 
     
    783783           
    784784          <h4>Uses routines</h4><div class="preformat"> 
    785  common.pro 
     785 <a href="../../..//Obsolete/common.html">common</a> 
    786786</div> 
    787787           
Note: See TracChangeset for help on using the changeset viewer.