Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r338 r402  
    211211 
    212212    <h3>Examples</h3><pre> 
    213  IDL> a=extrapsmooth(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
    214  IDL> tvplus, a 
     213 
     214   IDL> a=extrapsmooth(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
     215   IDL> tvplus, a 
     216 
    215217 compare to extrapolate result: 
    216  IDL> b=extrapolate(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
    217  IDL> tvplus, b, window = 1 
     218 
     219   IDL> b=extrapolate(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
     220   IDL> tvplus, b, window = 1 
    218221 
    219222    </pre><h3>Version history</h3> 
    220223     
    221224    <h4>Version</h4> 
    222  $Id: extrapsmooth.pro 327 2007-12-13 16:22:35Z pinsard $ 
     225 $Id: extrapsmooth.pro 371 2008-08-07 09:32:02Z pinsard $ 
    223226    <h4>History</h4> 
    224227  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.