Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/fromirr.pro

    r371 r372  
    33; @file_comments 
    44; interpolate data from an irregular 2D grid to any 2D grid. 
    5 ;   Only 1 method available = bilinear 
     5; 
     6; Only 1 method available = bilinear 
    67; 
    78; @categories 
     
    4647;          dataout = total(weig*datain[addr], 1) 
    4748;          dataout = reform(dataout, jpio, jpjo, /over) 
     49; 
    4850; In that case, method, lonin, latin, are not used (but are necessary). 
    4951; lonout, latout are used only to know the output domain size 
     
    8284; 
    8385; @history 
    84 ;  June 2006: Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     86; June 2006: Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    8587; 
    8688; @version 
Note: See TracChangeset for help on using the changeset viewer.