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/GRILLE/t2v.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Allows to pass a field refering to the grid T on the grid V,  
     700 thanks to the average res = 0.5*(res + shift(res, 0, -1)) 
     701 </div> 
    699702 
    700703       
     
    711714        <div class="routine_details" id="_t2v"> 
    712715 
    713           <h2><a class="top" href="#container">top</a>t2v </h2> 
     716          <h2><a class="top" href="#container">top</a>t2v <span class="categories">  
     717 Grille 
     718</span></h2> 
    714719         
    715720          <p class="header"> 
     
    717722         
    718723          <div class="comments"> 
    719  NAME:t2v 
    720  
    721  PURPOSE:permet de passer un champs se rapportant a la grille T sur 
    722  la grille V, grace a la moyenne: res = 0.5*(res + shift(res, 0, -1)) 
    723        
    724  
    725  CATEGORY:grille 
    726  
    727  CALLING SEQUENCE:res=t2v(tab) 
    728   
    729  INPUTS:tab, un tableau 2, 3 ou 4d 
    730  
    731  KEYWORD PARAMETERS: 
    732  
    733  OUTPUTS:res, un tableau 2, 3 ou 4d 
    734  
    735  COMMON BLOCKS:common.pro 
    736  
    737  SIDE EFFECTS:force les parametres du zoom sur la grille V a etre 
    738  les memes que ceux sur la grille T. 
    739  
    740  RESTRICTIONS:les points qui ne peuvent etre calcules sont mis a la 
    741  valeur NaN consacree par IDL: !values.f_nan 
    742  
    743  EXAMPLE: 
    744  
    745  MODIFICATION HISTORY:Marina Levy</div> 
    746  
    747            
     724</div> 
     725 
     726          <h3>Return value</h3><div class="preformat"> 
     727 res, a 2, 3 or 4d array 
     728</div> 
    748729 
    749730           
     
    752733             
    753734            <h4 id="_t2v_param_temp">temp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     735              <span class="attr">in</span> 
    754736               
    755737               
    756                
    757                
     738              <span class="attr">required</span> 
    758739               
    759740               
     
    762743            </h4> 
    763744         
    764           <div class="comments"></div> 
     745          <div class="comments"> 
     746 A 2, 3 or 4d array 
     747</div> 
    765748             
    766749 
     
    770753 
    771754           
    772            
    773            
    774            
    775            
    776            
    777            
    778            
    779            
    780            
    781            
    782            
     755          <h3>Version history</h3> 
     756           
     757          <h4>Version</h4><div class="preformat"> 
     758 $Id$ 
     759</div> 
     760          <h4>History</h4><div class="preformat"> 
     761 From Marina Levy's programs</div> 
     762           
     763           
     764          <h3>Known issues</h3> 
     765           
     766           
     767           
     768          <h4>Restrictions</h4><div class="preformat">  
     769 Force parameters of the zoom on the grid V to be the same as  
     770 those on the grid T. 
     771 
     772  
     773 Points which can not be calculated are put at the value NaN  
     774 consecrated by IDL: !values.f_nan 
     775</div> 
    783776         
    784            
    785            
    786            
    787            
     777          <h3>Other attributes</h3> 
     778           
     779           
     780          <h4>Uses routines</h4><div class="preformat"> 
     781 common.pro 
     782</div> 
    788783           
    789784           
Note: See TracChangeset for help on using the changeset viewer.