Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/extrapsmooth.html

    r203 r234  
    9090 similar to extrapolate but could to the job in a better way because the 
    9191 extrapolated values are smoothed... takes more time than extrapolate. 
    92  extrapolate data where maskinput eq 0 by filling 
     92 extrapolate data where mskin eq 0 by filling 
    9393 step by step the coastline points with the mean value of the 8 neighbourgs. 
    94  
    9594</div> 
    9695 
     
    115114            <span class="result">result = </span>extrapsmooth(<span class="result"><a href="#_extrapsmooth_param_in">in</a>, <a href="#_extrapsmooth_param_mskin">mskin</a></span>, <a href="#_extrapsmooth_keyword_x_periodic">x_periodic</a>=<span class="result">x_periodic</span>, <a href="#_extrapsmooth_keyword_MINVAL">MINVAL</a>=<span class="result">scalar</span>, <a href="#_extrapsmooth_keyword_MAXVAL">MAXVAL</a>=<span class="result">scalar</span>, <a href="#_extrapsmooth_keyword_GE0">GE0</a>=<span class="result">scalar 0 or 1</span>)</p> 
    116115         
    117           <div class="comments"></div> 
     116          <div class="comments"> 
     117</div> 
    118118 
    119119          <h3>Return value</h3><div class="preformat"> 
     
    141141             
    142142            <h4 id="_extrapsmooth_param_mskin">mskin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    143                
    144                
    145                
    146                
    147                
    148                
    149                
    150                
    151             </h4> 
    152          
    153           <div class="comments"></div> 
     143              <span class="attr">in</span> 
     144               
     145               
     146              <span class="attr">required</span> 
     147               
     148              <span class="attr">type:</span> <span class="value">2d array or -1</span> 
     149               
     150               
     151            </h4> 
     152         
     153          <div class="comments"> 
     154 a 2D array, the land-sea mask of the output data (1 on ocean, 0 on land) 
     155 put -1 if input data are not masked 
     156</div> 
    154157             
    155158 
     
    230233           
    231234          <h4>Version</h4><div class="preformat"> 
    232  $Id: extrapsmooth.pro 202 2007-01-12 11:00:06Z smasson $</div> 
     235 $Id: extrapsmooth.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
    233236          <h4>History</h4><div class="preformat"> 
    234237  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.