Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/axis4pltz.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 compute the mask and the axis for a vertical section 
     700</div> 
    699701 
    700702       
     
    717719         
    718720          <div class="comments"> 
    719  NAME:axis4pltz 
    720  
    721  PURPOSE:compute the mask and the axis for a vertical section 
    722  
    723  CATEGORY: 
    724  
    725  CALLING SEQUENCE: 
     721</div> 
     722 
     723           
     724 
     725           
     726            <h3>Parameters</h3> 
     727         
     728             
     729            <h4 id="_axis4pltz_param_type">type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     730               
     731               
     732               
     733               
     734               
     735               
     736               
     737               
     738            </h4> 
     739         
     740          <div class="comments"></div> 
     741             
     742            <h4 id="_axis4pltz_param_mask">mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     743              <span class="attr">in</span> 
     744               
     745               
     746              <span class="attr">required</span> 
     747               
     748               
     749               
     750               
     751            </h4> 
     752         
     753          <div class="comments"> 
     754  3d mask 
     755        </div> 
     756             
     757            <h4 id="_axis4pltz_param_glam">glam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     758              <span class="attr">in</span> 
     759               
     760               
     761              <span class="attr">required</span> 
     762               
     763               
     764               
     765               
     766            </h4> 
     767         
     768          <div class="comments"> 
     769 2d longitude  
     770 </div> 
     771             
     772            <h4 id="_axis4pltz_param_gphi">gphi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     773              <span class="attr">in</span> 
     774               
     775               
     776              <span class="attr">required</span> 
     777               
     778               
     779               
     780               
     781            </h4> 
     782         
     783          <div class="comments"> 
     784 2d latitude 
     785</div> 
     786             
     787            <h4 id="_axis4pltz_param_z">z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     788              <span class="attr">in</span> 
     789               
     790               
     791              <span class="attr">required</span> 
     792               
     793               
     794               
     795               
     796            </h4> 
     797         
     798          <div class="comments"> 
     799 1d depth 
     800</div> 
     801             
     802 
     803           
     804 
     805           
     806 
     807            <h3>Keywords</h3> 
     808             
     809            <h4 id="_axis4pltz_keyword_XXAXIS">XXAXIS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     810               
     811               
     812               
     813               
     814               
     815               
     816               
     817               
     818            </h4> 
     819         
     820            <div class="comments">  
     821 to get the xaxis we need to use in pltbase 
     822      </div> 
     823             
     824            <h4 id="_axis4pltz_keyword_ZZAXIS">ZZAXIS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     825               
     826               
     827               
     828               
     829               
     830               
     831               
     832               
     833            </h4> 
     834         
     835            <div class="comments">  
     836 to get the yaxis we need to use in pltbase 
     837</div> 
     838             
     839            <h4 id="_axis4pltz_keyword_SIN">SIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     840               
     841               
     842               
     843               
     844               
     845               
     846               
     847               
     848            </h4> 
     849         
     850            <div class="comments">  
     851 Activate this keyword if we want the x axis to be traced in sinus of the  
     852 latitude when we make a drawing f(y) 
     853</div> 
     854             
     855            <h4 id="_axis4pltz_keyword_ZRATIO">ZRATIO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     856               
     857               
     858               
     859               
     860               
     861               
     862               
     863               
     864            </h4> 
     865         
     866            <div class="comments"> 
     867 When the drawing has a zoomed part, it is the size rapport between the zoomed part,  
     868 hz (zoom height), and the whole drawing, ht (total height). By default =2./3 
     869</div> 
     870             
     871            <h4 id="_axis4pltz_keyword_ZOOM">ZOOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     872               
     873               
     874               
     875               
     876               
     877               
     878               
     879               
     880            </h4> 
     881         
     882            <div class="comments"></div> 
     883             
     884            <h4 id="_axis4pltz_keyword_PROFMAX">PROFMAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     885               
     886               
     887               
     888               
     889               
     890               
     891               
     892               
     893            </h4> 
     894         
     895            <div class="comments"></div> 
     896             
     897            <h4 id="_axis4pltz_keyword_PROFMIN">PROFMIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     898               
     899               
     900               
     901               
     902               
     903               
     904               
     905               
     906            </h4> 
     907         
     908            <div class="comments"></div> 
     909             
     910            <h4 id="_axis4pltz_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     911               
     912               
     913               
     914               
     915               
     916               
     917               
     918               
     919            </h4> 
     920         
     921            <div class="comments"> 
     922 used to pass your keywords 
    726923  
    727  INPUTS:mask: 3d mask 
    728         glam, gphi: 2d longitudes and latitudes 
    729         z:1d depth 
    730  
    731  KEYWORD PARAMETERS: 
    732         XXAXIS to get the xaxis we need to use in pltbase 
    733         ZZAXIS to get the yaxis we need to use in pltbase 
    734  
    735         Others: see pltz  
    736  
    737  OUTPUTS: 
    738  
    739  COMMON BLOCKS: 
    740  
    741  SIDE EFFECTS: 
    742  
    743  RESTRICTIONS: 
    744  
    745  EXAMPLE: 
    746 </div> 
    747  
    748            
    749  
    750            
    751             <h3>Parameters</h3> 
    752          
    753              
    754             <h4 id="_axis4pltz_param_type">type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    755                
    756                
    757                
    758                
    759                
    760                
    761                
    762                
    763             </h4> 
    764          
    765           <div class="comments"></div> 
    766              
    767             <h4 id="_axis4pltz_param_mask">mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    768                
    769                
    770                
    771                
    772                
    773                
    774                
    775                
    776             </h4> 
    777          
    778           <div class="comments"></div> 
    779              
    780             <h4 id="_axis4pltz_param_glam">glam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    781                
    782                
    783                
    784                
    785                
    786                
    787                
    788                
    789             </h4> 
    790          
    791           <div class="comments"></div> 
    792              
    793             <h4 id="_axis4pltz_param_gphi">gphi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    794                
    795                
    796                
    797                
    798                
    799                
    800                
    801                
    802             </h4> 
    803          
    804           <div class="comments"></div> 
    805              
    806             <h4 id="_axis4pltz_param_z">z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    807                
    808                
    809                
    810                
    811                
    812                
    813                
    814                
    815             </h4> 
    816          
    817           <div class="comments"></div> 
    818              
    819  
    820            
    821  
    822            
    823  
    824             <h3>Keywords</h3> 
    825              
    826             <h4 id="_axis4pltz_keyword_XXAXIS">XXAXIS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    827                
    828                
    829                
    830                
    831                
    832                
    833                
    834                
    835             </h4> 
    836          
    837             <div class="comments"></div> 
    838              
    839             <h4 id="_axis4pltz_keyword_ZZAXIS">ZZAXIS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    840                
    841                
    842                
    843                
    844                
    845                
    846                
    847                
    848             </h4> 
    849          
    850             <div class="comments"></div> 
    851              
    852             <h4 id="_axis4pltz_keyword_SIN">SIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    853                
    854                
    855                
    856                
    857                
    858                
    859                
    860                
    861             </h4> 
    862          
    863             <div class="comments"></div> 
    864              
    865             <h4 id="_axis4pltz_keyword_ZRATIO">ZRATIO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    866                
    867                
    868                
    869                
    870                
    871                
    872                
    873                
    874             </h4> 
    875          
    876             <div class="comments"></div> 
    877              
    878             <h4 id="_axis4pltz_keyword_ZOOM">ZOOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    879                
    880                
    881                
    882                
    883                
    884                
    885                
    886                
    887             </h4> 
    888          
    889             <div class="comments"></div> 
    890              
    891             <h4 id="_axis4pltz_keyword_PROFMAX">PROFMAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    892                
    893                
    894                
    895                
    896                
    897                
    898                
    899                
    900             </h4> 
    901          
    902             <div class="comments"></div> 
    903              
    904             <h4 id="_axis4pltz_keyword_PROFMIN">PROFMIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    905                
    906                
    907                
    908                
    909                
    910                
    911                
    912                
    913             </h4> 
    914          
    915             <div class="comments"></div> 
    916              
    917             <h4 id="_axis4pltz_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    918                
    919                
    920                
    921                
    922                
    923                
    924                
    925                
    926             </h4> 
    927          
    928             <div class="comments"></div> 
    929              
    930            
    931  
    932            
    933            
    934            
    935            
    936            
     924  Others: see pltz  
     925 
     926</div> 
     927             
     928           
     929 
     930           
     931          <h3>Version history</h3> 
     932           
     933          <h4>Version</h4><div class="preformat"> 
     934 $Id$ 
     935</div> 
     936          <h4>History</h4><div class="preformat"></div> 
    937937           
    938938           
Note: See TracChangeset for help on using the changeset viewer.