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/plt1d.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           * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
    103           in moyenne or grossemoyenne to be averaged and become  an array 1d. 
    104           * 1d:Nevertheless, the type must be specified in order to we know which trace 
    105           it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    106        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    107           See IDL> xhelp,'litchamp'. The array contained in the structure 
    108           respecting criterions of case 1) 
     101 1) An array which can be: 
     102 
     103   * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array  
     104     will pass in <a href="../../..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be  
     105     averaged and become an array 1d. 
     106   * 1d:Nevertheless, the type must be specified in order to we know which  
     107     trace it is about. To have a correct caption, respecify the extraction  
     108     zone via BOXZOOM. 
     109 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     110    The array contained in the structure respecting criterions of case 1) 
    109111 
    110112     
     
    182184 
    183185     
    184  Vector indicating the geographic zone (3d) on which the extraction of the field must 
    185  be done to do the hovmoeller. 
    186   If BOXZOOM has : 
     186 Vector indicating the geographic zone (3d) on which the extraction of the  
     187 field must be done to do the hovmoeller. 
     188 
     189 If BOXZOOM has : 
    187190 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    188191 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     
    191194 6 elements: The extraction is made on Boxzoom 
    192195 
    193  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
    194  <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
     196 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at  
     197 the last <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    195198 
    196199     
     
    284287     
    285288 keyword specifying that we want to make a vertical cut in diagonal. 
    286  Then coordinated of extremities of these one are defined by the 4 elements 
     289 Then coordinated of extremities of these ones are defined by the 4 elements 
    287290 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    288291 
     
    464467     
    465468    <h4>Version</h4> 
    466  $Id: plt1d.pro 327 2007-12-13 16:22:35Z pinsard $ 
     469 $Id: plt1d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    467470 
    468471    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.