Ignore:
Timestamp:
09/21/07 10:14:31 (17 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/extrapolate.html

    r249 r290  
    7676</font></h2> 
    7777 
    78       <p><font face="Courier"><i>result = </i>extrapolate(<i><a href="#_extrapolate_keyword_zinput">zinput</a>, <a href="#_extrapolate_keyword_maskinput">maskinput</a>[, <a href="#_extrapolate_keyword_nb_iteration">nb_iteration</a>]</i>, <a href="#_extrapolate_keyword_x_periodic">x_periodic</a>=<i>scalar, 0 or 1</i>, <a href="#_extrapolate_keyword_MINVAL">MINVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_MAXVAL">MAXVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_GE0">GE0</a>=<i>scalar 0 or 1</i>)</font></p> 
     78      <p><font face="Courier"><i>result = </i>extrapolate(<i><a href="#_extrapolate_keyword_zinput">zinput</a>, <a href="#_extrapolate_keyword_maskinput">maskinput</a>[, <a href="#_extrapolate_keyword_nb_iteration">nb_iteration</a>]</i>, <a href="#_extrapolate_keyword_X_PERIODIC">X_PERIODIC</a>=<i>scalar, 0 or 1</i>, <a href="#_extrapolate_keyword_MINVAL">MINVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_MAXVAL">MAXVAL</a>=<i>scalar</i>, <a href="#_extrapolate_keyword_GE0">GE0</a>=<i>scalar 0 or 1</i>, <a href="#_extrapolate_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7979 
    8080     
     
    131131       
    132132       
    133       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer scalar</i></font> 
    134       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>10.E20</i></font> 
     133      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
     134      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>large enough to fill everything</i></font> 
    135135       
    136136    </h4> 
     
    139139 Maximum number of iterations done in the extrapolation process. If there 
    140140 is no more masked values we exit extrapolate before reaching nb_iteration 
    141  (to be sure to fill everything, you can use a very large value) 
    142141 
    143142     
     
    148147 
    149148     
    150     <a name="#_extrapolate_keyword_x_periodic"></a> 
    151     <h4>x_periodic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     149    <a name="#_extrapolate_keyword_X_PERIODIC"></a> 
     150    <h4>X_PERIODIC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    152151       
    153152       
     
    210209     
    211210 put 1 to force the extrapolated values to be larger than 0, same as using minval=0. 
     211 
     212     
     213    <a name="#_extrapolate_keyword__EXTRA"></a> 
     214    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     215       
     216       
     217       
     218       
     219       
     220       
     221       
     222       
     223    </h4> 
     224 
     225     to be able to call extrapolate with _extra keyword 
    212226 
    213227     
     
    225239     
    226240    <h4>Version</h4> 
    227  $Id: extrapolate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     241 $Id: extrapolate.pro 271 2007-08-30 12:44:23Z smasson $ 
    228242 
    229243    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.