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_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r338 r402  
    9999     
    100100 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    101         1) An array which can be: 
    102           * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    103             pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    104           * 2d: If the array is already 2d, it is not modified (beware, lands must 
    105             be masked at the value valmask) and nevertheless, type must be specified 
    106             to we know of which trace it is about. 
    107             To have a correct caption, respecify the extraction zone via BOXZOOM. 
    108           * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    109             to we know of which trace it is about. 
    110             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    111        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    112           See IDL> xhelp,'litchamp'. The array contained in the structure 
    113           respecting criterions of case 1) 
    114  
     101 
     102 1) An array which can be: 
     103    * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     104    pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
     105    * 2d: If the array is already 2d, it is not modified (beware, lands must 
     106    be masked at the value valmask) and nevertheless, type must be specified 
     107    to we know of which trace it is about. 
     108    To have a correct caption, respecify the extraction zone via BOXZOOM. 
     109 
     110    * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
     111      to we know of which trace it is about. 
     112      To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     113 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     114    The array contained in the structure respecting criterions of case 1) 
    115115  
    116116     
     
    267267     
    268268 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    269  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     269 of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    270270 coordinates. 
    271271 
     
    344344 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    345345 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    346  For these one traced by a trait, use CONTLABEL. 
     346 For these ones traced by a trait, use CONTLABEL. 
    347347 
    348348     
     
    758758     
    759759    <h4>Version</h4> 
    760  $Id: pltt.pro 328 2007-12-13 19:27:11Z smasson $ 
     760 $Id: pltt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    761761 
    762762    <h4>History</h4> 
     
    789789     
    790790    <h4>Uses routines</h4> 
    791  common.pro 
     791 <a href="../../..//Obsolete/common.html">common</a> 
    792792 
    793793     
Note: See TracChangeset for help on using the changeset viewer.