Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    701701      <div id="file_comments"> 
    702702 interpolate data from a "regular/rectangular grid" to any grid. 
    703    2 methods availables: bilinear and imoms3 
    704    A "regular/rectangular grid" is defined as a grid for which each lontitudes lines have 
     703   2 methods available: bilinear and imoms3 
     704   A "regular/rectangular grid" is defined as a grid for which each longitudes lines have 
    705705   the same latitude and each latitudes columns have the same longitude. 
    706706</div> 
     
    724724         
    725725          <p class="header"> 
    726             <span class="result">result = </span>fromreg(<span class="result"><a href="#_fromreg_param_method">method</a>, <a href="#_fromreg_param_datain">datain</a>[, <a href="#_fromreg_param_lonin">lonin</a>][, <a href="#_fromreg_param_latin">latin</a>][, <a href="#_fromreg_param_lonout">lonout</a>], <a href="#_fromreg_param_latout">latout</a></span>, <a href="#_fromreg_keyword_WEIG">WEIG</a>=<span class="result">WEIG</span>, <a href="#_fromreg_keyword_ADDR">ADDR</a>=<span class="result">ADDR</span>, <a href="#_fromreg_keyword_NONORTHERNLINE">NONORTHERNLINE</a>=<span class="result">NONORTHERNLINE</span>, <a href="#_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE</a>=<span class="result">NOSOUTHERNLINE</span>)</p> 
     726            <span class="result">result = </span>fromreg(<span class="result"><a href="#_fromreg_param_method">method</a>, <a href="#_fromreg_param_datain">datain</a>[, <a href="#_fromreg_param_lonin">lonin</a>][, <a href="#_fromreg_param_latin">latin</a>][, <a href="#_fromreg_param_lonout">lonout</a>], <a href="#_fromreg_param_latout">latout</a></span>, <a href="#_fromreg_keyword_WEIG">WEIG</a>=<span class="result">2d array</span>, <a href="#_fromreg_keyword_ADDR">ADDR</a>=<span class="result">2d array</span>, <a href="#_fromreg_keyword_NONORTHERNLINE">NONORTHERNLINE</a>=<span class="result">NONORTHERNLINE</span>, <a href="#_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE</a>=<span class="result">NOSOUTHERNLINE</span>)</p> 
    727727         
    728728          <div class="comments"> 
     
    743743              <span class="attr">required</span> 
    744744               
    745                
     745              <span class="attr">type:</span> <span class="value">string</span> 
    746746               
    747747               
     
    759759              <span class="attr">required</span> 
    760760               
    761                
     761              <span class="attr">type:</span> <span class="value">2d array</span> 
    762762               
    763763               
     
    774774               
    775775               
    776                
     776              <span class="attr">type:</span> <span class="value">1d or 2d array</span> 
    777777               
    778778               
     
    789789               
    790790               
    791                
     791              <span class="attr">type:</span> <span class="value">1d or 2d array</span> 
    792792               
    793793               
     
    804804               
    805805               
    806                
     806              <span class="attr">type:</span> <span class="value">1d or 2d array</span> 
    807807               
    808808               
     
    819819              <span class="attr">required</span> 
    820820               
    821                
     821              <span class="attr">type:</span> <span class="value">1d or 2d array</span> 
    822822               
    823823               
     
    841841               
    842842               
    843                
     843              <span class="attr">type:</span> <span class="value">2d array</span> 
    844844               
    845845               
    846846            </h4> 
    847847         
    848             <div class="comments"> (see ADDR)</div> 
     848            <div class="comments"> 
     849 (see ADDR) 
     850</div> 
    849851             
    850852            <h4 id="_fromreg_keyword_ADDR">ADDR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    854856               
    855857               
    856                
     858              <span class="attr">type:</span> <span class="value">2d array</span> 
    857859               
    858860               
    859861            </h4> 
    860862         
    861             <div class="comments"> 2D arrays, weig and addr are the weight and addresses used to 
     863            <div class="comments"> 
     864 2D arrays, weig and addr are the weight and addresses used to 
    862865 perform the interpolation: 
    863866          dataout = total(weig*datain[addr], 1) 
     
    865868 Those keywords can be set to named variables (that are undefined or equal to 0) into which the 
    866869 values will be copied when the current routine exits. Next, they can be used to perform 
    867  the interpolation whithout computing again those 2 parameters. In that 
     870 the interpolation without computing again those 2 parameters. In that 
    868871 case, lonin, latin, lonout and latout are not necessary. 
    869872</div> 
     
    880883            </h4> 
    881884         
    882             <div class="comments"></div> 
     885            <div class="comments"> 
     886 activate if you don't want to take into account the northern line 
     887 of the input data when performing the interpolation. 
     888</div> 
    883889             
    884890            <h4 id="_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    894900         
    895901            <div class="comments"> 
    896  activate if you don't want to take into account the northen/southern line 
    897  of the input data when perfoming the interpolation. 
     902 activate if you don't want to take into account the southern line 
     903 of the input data when performing the interpolation. 
    898904</div> 
    899905             
     
    912918          <h3>Version history</h3> 
    913919           
    914           <h4>Version</h4><div class="preformat"> $Id: fromreg.pro 136 2006-07-10 15:20:19Z pinsard $ 
     920          <h4>Version</h4><div class="preformat"> $Id: fromreg.pro 157 2006-08-21 09:01:50Z navarro $ 
    915921</div> 
    916922          <h4>History</h4><div class="preformat"> 
     
    936942           
    937943         
     944          <h3>Statistics</h3> 
     945          <table class="statistics"> 
     946            <tr><td>McCabe cyclic</td><td>           5</td></tr> 
     947            <tr><td>McCabe essential</td><td>           1</td></tr> 
     948            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     949          </table> 
    938950           
    939951         
Note: See TracChangeset for help on using the changeset viewer.