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_html_output/Interpolation/extrapsmooth.html

    r338 r402  
    239239 
    240240          <h3>Examples</h3><div class="preformat"> 
    241  IDL> a=extrapsmooth(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
    242  IDL> tvplus, a 
     241 
     242   IDL> a=extrapsmooth(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
     243   IDL> tvplus, a 
     244 
    243245 compare to extrapolate result: 
    244  IDL> b=extrapolate(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
    245  IDL> tvplus, b, window = 1 
     246 
     247   IDL> b=extrapolate(dist(jpi,jpj),tmask[*,*,0],/x_periodic) 
     248   IDL> tvplus, b, window = 1 
    246249</div> 
    247250          <h3>Version history</h3> 
    248251           
    249252          <h4>Version</h4><div class="preformat"> 
    250  $Id: extrapsmooth.pro 327 2007-12-13 16:22:35Z pinsard $</div> 
     253 $Id: extrapsmooth.pro 371 2008-08-07 09:32:02Z pinsard $</div> 
    251254          <h4>History</h4><div class="preformat"> 
    252255  January 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.