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/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r157 r163  
    700700 
    701701      <div id="file_comments"> 
    702  Trace 1d graphes: x,y,z (or t but in this case, we recall directly pltt) 
     702 Trace 1d graphs: x,y,z (or t but in this case, we recall directly pltt) 
    703703</div> 
    704704 
     
    747747        1) An array which can be: 
    748748          * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass  
    749           in moyenne or grossemoyenne to be averaged and becomme  an array 1d.  
     749          in moyenne or grossemoyenne to be averaged and become  an array 1d.  
    750750          * 1d:Nevertheless, the type must be specified in order to we know which trace  
    751           it is about. To have a correct caption, respecify the  xctraction zone via BOXZOOM. 
     751          it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    752752       2) a structure respecting all criterions specified by litchamp.pro.  
    753753          See IDL> xhelp,'litchamp'. The array contained in the structure  
     
    822822         
    823823            <div class="comments"> 
    824  Vector indicating the geographique zone (3d) on which the extraction of the field must  
     824 Vector indicating the geographic zone (3d) on which the extraction of the field must  
    825825 be done to do the hovmoeller. 
    826826  If BOXZOOM has : 
     
    898898 allows to specify the type of hovmoller we want to do 
    899899             'xt','yt','zt','t'   
    900  with help of a keyword rather than the argument type. If the argument andthe  
     900 with help of a keyword rather than the argument type. If the argument and the  
    901901 keyword are specified in the same time, it is the value specified by the  
    902902 keyword which is retained. 
     
    915915         
    916916            <div class="comments">  
    917  keyword specifing that we want to make a vertical cut in diagonal. Then coorinated of extremities  
    918  of these one are difined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
     917 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities  
     918 of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are  
    919919 coordinates. 
    920920</div> 
     
    10851085           
    10861086          <h4>Version</h4><div class="preformat">  
    1087  $Id: plt1d.pro 142 2006-07-21 12:47:49Z navarro $ 
     1087 $Id: plt1d.pro 157 2006-08-21 09:01:50Z navarro $ 
    10881088</div> 
    10891089          <h4>History</h4><div class="preformat">  
     
    11101110           
    11111111         
     1112          <h3>Statistics</h3> 
     1113          <table class="statistics"> 
     1114            <tr><td>McCabe cyclic</td><td>          61</td></tr> 
     1115            <tr><td>McCabe essential</td><td>           3</td></tr> 
     1116            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1117          </table> 
    11121118           
    11131119         
Note: See TracChangeset for help on using the changeset viewer.