Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

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

    r118 r121  
    88; @categories interpolation 
    99; 
    10 ; @examples   
    11 ; dataout = fromreg(method, datain [, lonin, latin, lonout, latout]) 
    12 ; 
    1310; @param method {in}{required}  a string defining the interpolation method.  
    1411;            must be 'bilinear' or 'imoms3' 
    1512; @param datain {in}{required}  a 2D array the input data to interpolate 
    16 ; @param lonin {in}{required}  1D or 2D array defining the longitude of the input data 
    17 ; @param latin {in}{required}  1D or 2D array defining the latitude of the input data 
    18 ; @param lonout {in}{required}  1D or 2D array defining the longitude of the output data 
     13; @param lonin {in}{optional}  1D or 2D array defining the longitude of the input data 
     14; @param latin {in}{optional}  1D or 2D array defining the latitude of the input data 
     15; @param lonout {in}{optional}  1D or 2D array defining the longitude of the output data 
    1916; @param latout {in}{required}  1D or 2D array defining the latitude of the output data 
    2017; 
     
    3431; of the input data when perfoming the interpolation. 
    3532; 
    36 ; @returns 2D array: the interpolated data 
     33; @returns 2D array the interpolated data 
    3734; 
    3835; @restrictions We supposed the data are located on a sphere, with a  
Note: See TracChangeset for help on using the changeset viewer.