Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r236 r238  
    44; interpolate data from a "regular/rectangular grid" to any grid. 
    55;   2 methods available: bilinear and imoms3 
    6 ;   A "regular/rectangular grid" is defined as a grid for which each longitudes lines have 
    7 ;   the same latitude and each latitudes columns have the same longitude. 
     6;   A "regular/rectangular grid" is defined as a grid for which  
     7; each longitude lines have the same latitude and each latitude columns  
     8; have the same longitude. 
    89; 
    910; @categories  
     
    1112; 
    1213; @param method {in}{required}{type=string} 
    13 ; a string defining the interpolation method. 
     14; the interpolation method. 
    1415; must be 'bilinear' or 'imoms3' 
    1516; 
    1617; @param datain {in}{required}{type=2d array} 
    17 ; a 2D array the input data to interpolate 
     18; the input data to interpolate 
    1819; 
    1920; @param lonin {in}{required}{type=1d or 2d array} 
    20 ; 1D or 2D array defining the longitude of the input data 
     21; the longitude of the input data 
    2122; 
    2223; @param latin {in}{required}{type=1d or 2d array} 
    23 ; 1D or 2D array defining the latitude of the input data 
     24; the latitude of the input data 
    2425; 
    2526; @param lonout {in}{required}{type=1d or 2d array} 
    26 ; 1D or 2D array defining the longitude of the output data 
     27; the longitude of the output data 
    2728; 
    2829; @param latout {in}{required}{type=1d or 2d array} 
    29 ; 1D or 2D array defining the latitude of the output data 
     30; the latitude of the output data 
    3031; 
    3132; @keyword WEIG {type=2d array or variable name} 
     
    6869;  
    6970; 1) get back the weights and addresses in variables a and b 
    70 ;   (that must be undefined or equal to 0 before calling fromreg) 
     71;   (that must be undefined or equal to 0 before calling fromreg 
    7172; 
    7273; IDL> t1opa = fromreg('bilinear', t1ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
Note: See TracChangeset for help on using the changeset viewer.