Ignore:
Timestamp:
08/30/07 14:44:23 (17 years ago)
Author:
smasson
Message:

bugfix for interpolation from ORCA2 without mask

File:
1 edited

Legend:

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

    r238 r271  
    5353; of the input data when performing the interpolation. 
    5454; 
     55; @keyword  
     56; _EXTRA to be able to call fromreg with _extra keyword 
     57; 
    5558; @returns 
    5659; 2D array the interpolated data 
     
    9093                  , WEIG = weig, ADDR = addr $ 
    9194                  , NONORTHERNLINE = nonorthernline $ 
    92                   , NOSOUTHERNLINE = nosouthernline 
     95                  , NOSOUTHERNLINE = nosouthernline, _EXTRA = ex 
    9396; 
    9497  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.