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/fromreg.pro

    r371 r372  
    33; @file_comments 
    44; interpolate data from a "regular/rectangular grid" to any grid. 
    5 ;   2 methods available: bilinear and imoms3 
    6 ;   A "regular/rectangular grid" is defined as a grid for which  
    7 ; each longitude lines have the same latitude and each latitude columns  
     5; 
     6; 2 methods available: bilinear and imoms3 
     7; 
     8; A "regular/rectangular grid" is defined as a grid for which  
     9; 
     10; Each longitude lines have the same latitude and each latitude columns  
    811; have the same longitude. 
    912; 
     
    4245;          dataout = total(weig*datain[addr], 1) 
    4346;          dataout = reform(dataout, jpio, jpjo, /over) 
     47; 
    4448; In that case, method, lonin, latin, are not used (but are necessary). 
    4549; lonout, latout are used only to know the output domain size 
Note: See TracChangeset for help on using the changeset viewer.