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/plt1d.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           * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
    137           in moyenne or grossemoyenne to be averaged and become  an array 1d. 
    138           * 1d:Nevertheless, the type must be specified in order to we know which trace 
    139           it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    140        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    141           See IDL> xhelp,'litchamp'. The array contained in the structure 
    142           respecting criterions of case 1) 
     135 1) An array which can be: 
     136 
     137   * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array  
     138     will pass in <a href="../../..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be  
     139     averaged and become an array 1d. 
     140   * 1d:Nevertheless, the type must be specified in order to we know which  
     141     trace it is about. To have a correct caption, respecify the extraction  
     142     zone via BOXZOOM. 
     143 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     144    The array contained in the structure respecting criterions of case 1) 
    143145</div> 
    144146             
     
    210212         
    211213            <div class="comments"> 
    212  Vector indicating the geographic zone (3d) on which the extraction of the field must 
    213  be done to do the hovmoeller. 
    214   If BOXZOOM has : 
     214 Vector indicating the geographic zone (3d) on which the extraction of the  
     215 field must be done to do the hovmoeller. 
     216 
     217 If BOXZOOM has : 
    215218 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    216219 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     
    219222 6 elements: The extraction is made on Boxzoom 
    220223 
    221  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
    222  <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
     224 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at  
     225 the last <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    223226</div> 
    224227             
     
    307310            <div class="comments"> 
    308311 keyword specifying that we want to make a vertical cut in diagonal. 
    309  Then coordinated of extremities of these one are defined by the 4 elements 
     312 Then coordinated of extremities of these ones are defined by the 4 elements 
    310313 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    311314</div> 
     
    476479           
    477480          <h4>Version</h4><div class="preformat"> 
    478  $Id: plt1d.pro 327 2007-12-13 16:22:35Z pinsard $ 
     481 $Id: plt1d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    479482</div> 
    480483          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.