Ignore:
Timestamp:
06/19/06 09:26:51 (18 years ago)
Author:
smasson
Message:

add interpolation from irregular grid

File:
1 edited

Legend:

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

    r101 r110  
    1414;            must be 'bilinear' or 'imoms3' 
    1515;    @param datain {in}{required}  a 2D array the input data to interpolate 
    16 ;    @param lonin latin {in}{required}  longitude/latitude of the input data. optionals if 
     16;    @param lonin {in}{optional}  longitude of the input data. optionals if 
    1717;            WEIG and ADDR keywords used. 
    18 ;    @param lonout latout {in}{required}  longitude/latitude of the output data. optionals if 
     18;    @param latin {in}{optional}  latitude of the input data. optionals if 
     19;            WEIG and ADDR keywords used. 
     20;    @param lonout {in}{optional}  longitude of the output data. optionals if 
     21;            WEIG and ADDR keywords used. 
     22;    @param lonout {in}{optional}  latitude of the output data. optionals if 
    1923;            WEIG and ADDR keywords used. 
    2024; 
    21 ; @keyword     WEIG, ADDR 2D arrays, weig and addr are the weight and addresses used to 
     25; @keyword     WEIG (see ADDR) 
     26; @keyword     ADDR 2D arrays, weig and addr are the weight and addresses used to 
    2227;     perform the interpolation: 
    2328;          dataout = total(weig*datain[addr], 1) 
     
    5156;  
    5257;- 
    53 ; 
    5458;---------------------------------------------------------- 
    5559;---------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.