Ignore:
Timestamp:
08/09/06 12:21:11 (18 years ago)
Author:
navarro
Message:

english and nicer header (3b)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/tracemask.html

    r138 r151  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Draw contours of a mask 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_tracemask"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>tracemask </h2> 
     715          <h2><a class="top" href="#container">top</a>tracemask <span class="categories"> 
     716 utilities 
     717 </span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:tracemask 
    720  
    721  PURPOSE:dessiner des contour d''un mask 
    722  
    723  CATEGORY:plus simple que tracecote, car ne s''occuppe pas du type de 
    724  projection et de la periodicite de la grille 
    725  
    726  CALLING SEQUENCE: tracemask, maskentree, xentree, yentree 
    727   
    728  INPUTS:maskentree, xentree, yentree tableaux 2d specifiant le mask 
    729  et ses coordonees en longitude te latitude. 
    730  
    731  KEYWORD PARAMETERS: 
    732  
    733         COAST_COLOR: the color of the coastline. 
    734                      defaut value is 0 => black 
    735  
    736         COAST_THICK: l''epaisseur du trait pour tracer les 
    737         continents. par defaut c''est 1. 
    738  
    739  OUTPUTS: none 
    740  
    741  COMMON BLOCKS:common.pro 
    742  
    743  SIDE EFFECTS: 
    744  
    745  RESTRICTIONS: 
    746  
    747  EXAMPLE: 
    748723</div> 
    749724 
     
    755730             
    756731            <h4 id="_tracemask_param_maskentree">maskentree&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    757                
    758                
    759                
    760                
     732              <span class="attr">in</span> 
     733               
     734               
     735              <span class="attr">required</span> 
    761736               
    762737               
     
    765740            </h4> 
    766741         
    767           <div class="comments"></div> 
     742          <div class="comments"> 
     743 2d array specifing the mask 
     744 </div> 
    768745             
    769746            <h4 id="_tracemask_param_xin">xin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    770                
    771                
    772                
    773                
     747              <span class="attr">in</span> 
     748               
     749               
     750              <span class="attr">required</span> 
    774751               
    775752               
     
    778755            </h4> 
    779756         
    780           <div class="comments"></div> 
     757          <div class="comments">, 
     758 2d array specifing longitude coordinates. 
     759 </div> 
    781760             
    782761            <h4 id="_tracemask_param_yin">yin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    783                
    784                
    785                
    786                
     762              <span class="attr">in</span> 
     763               
     764               
     765              <span class="attr">required</span> 
    787766               
    788767               
     
    791770            </h4> 
    792771         
    793           <div class="comments"></div> 
     772          <div class="comments">, 
     773 2d array specifing latitude coordinates. 
     774</div> 
    794775             
    795776 
     
    811792            </h4> 
    812793         
    813             <div class="comments"></div> 
     794            <div class="comments"> 
     795 The color of the coastline. 
     796 defaut value is 0 => black 
     797</div> 
    814798             
    815799            <h4 id="_tracemask_keyword_COAST_THICK">COAST_THICK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    824808            </h4> 
    825809         
    826             <div class="comments"></div> 
     810            <div class="comments"> 
     811 The thick of the trait to trace continents 
     812 It is 1 by default. 
     813</div> 
    827814             
    828815            <h4 id="_tracemask_keyword_OVERPLOT">OVERPLOT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    837824            </h4> 
    838825         
    839             <div class="comments"></div> 
     826            <div class="comments"> 
     827 To do a plot over an other one. 
     828</div> 
    840829             
    841830            <h4 id="_tracemask_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    850839            </h4> 
    851840         
    852             <div class="comments"></div> 
     841            <div class="comments"> 
     842 used to pass your keywords 
     843</div> 
    853844             
    854845           
    855846 
    856847           
    857            
    858            
    859            
    860            
    861            
    862            
    863            
    864            
    865            
    866            
    867            
    868          
    869            
    870            
    871            
    872            
     848          <h3>Version history</h3> 
     849           
     850          <h4>Version</h4><div class="preformat"> 
     851 $Id: tracemask.pro 150 2006-08-09 10:12:54Z navarro $ 
     852</div> 
     853          <h4>History</h4><div class="preformat"></div> 
     854           
     855           
     856           
     857           
     858           
     859           
     860           
     861         
     862          <h3>Other attributes</h3> 
     863           
     864           
     865          <h4>Uses routines</h4><div class="preformat"> 
     866 common.pro 
     867</div> 
    873868           
    874869           
Note: See TracChangeset for help on using the changeset viewer.