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/u2t.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 U on the grid T,  
     700 thanks to the average:  
     701 res = 0.5*(res + shift(res, 1, 0))     
     702</div> 
    699703 
    700704       
     
    711715        <div class="routine_details" id="_u2t"> 
    712716 
    713           <h2><a class="top" href="#container">top</a>u2t </h2> 
     717          <h2><a class="top" href="#container">top</a>u2t <span class="categories">  
     718 Grille 
     719</span></h2> 
    714720         
    715721          <p class="header"> 
     
    717723         
    718724          <div class="comments"> 
    719  NAME:u2t 
    720  
    721  PURPOSE:permet de passer un champs se rapportant a la grille U sur 
    722  la grille T, grace a la moyenne: res = 0.5*(res + shift(res, 1, 0)) 
    723        
    724  
    725  CATEGORY:grille 
    726  
    727  CALLING SEQUENCE:res=u2t(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:a partir des programmes de Marina Levy</div> 
    746  
    747            
     725</div> 
     726 
     727          <h3>Return value</h3><div class="preformat"> 
     728 res, a 2, 3 or 4d array 
     729</div> 
    748730 
    749731           
     
    752734             
    753735            <h4 id="_u2t_param_temp">temp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     736              <span class="attr">in</span> 
    754737               
    755738               
    756                
    757                
     739              <span class="attr">required</span> 
    758740               
    759741               
     
    762744            </h4> 
    763745         
    764           <div class="comments"></div> 
     746          <div class="comments"> 
     747 A 2, 3 or 4d array 
     748</div> 
    765749             
    766750 
     
    770754 
    771755           
    772            
    773            
    774            
    775            
    776            
    777            
    778            
    779            
    780            
    781            
    782            
     756          <h3>Version history</h3> 
     757           
     758          <h4>Version</h4><div class="preformat"> 
     759 $Id$ 
     760</div> 
     761          <h4>History</h4><div class="preformat"> 
     762 From Marina Levy's programs</div> 
     763           
     764           
     765          <h3>Known issues</h3> 
     766           
     767           
     768           
     769          <h4>Restrictions</h4><div class="preformat">  
     770 Force parameters of the zoom on the grid V to be the same as  
     771 those on the grid T. 
     772 
     773  
     774 Points which can not be calculated are put at the value NaN  
     775 consecrated by IDL: !values.f_nan 
     776</div> 
    783777         
    784            
    785            
    786            
    787            
     778          <h3>Other attributes</h3> 
     779           
     780           
     781          <h4>Uses routines</h4><div class="preformat"> 
     782 common.pro 
     783</div> 
    788784           
    789785           
Note: See TracChangeset for help on using the changeset viewer.