Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/fromreg.html

    r234 r242  
    6464 interpolate data from a "regular/rectangular grid" to any grid. 
    6565   2 methods available: bilinear and imoms3 
    66    A "regular/rectangular grid" is defined as a grid for which each longitudes lines have 
    67    the same latitude and each latitudes columns have the same longitude. 
     66   A "regular/rectangular grid" is defined as a grid for which  
     67 each longitude lines have the same latitude and each latitude columns  
     68 have the same longitude. 
    6869 
    6970 
     
    103104 
    104105     
    105  a string defining the interpolation method. 
     106 the interpolation method. 
    106107 must be 'bilinear' or 'imoms3' 
    107108 
     
    121122 
    122123     
    123  a 2D array the input data to interpolate 
     124 the input data to interpolate 
    124125 
    125126     
     
    138139 
    139140     
    140  1D or 2D array defining the longitude of the input data 
     141 the longitude of the input data 
    141142 
    142143     
     
    155156 
    156157     
    157  1D or 2D array defining the latitude of the input data 
     158 the latitude of the input data 
    158159 
    159160     
     
    172173 
    173174     
    174  1D or 2D array defining the longitude of the output data 
     175 the longitude of the output data 
    175176 
    176177     
     
    189190 
    190191     
    191  1D or 2D array defining the latitude of the output data 
     192 the latitude of the output data 
    192193 
    193194     
     
    284285  
    285286 1) get back the weights and addresses in variables a and b 
    286    (that must be undefined or equal to 0 before calling fromreg) 
     287   (that must be undefined or equal to 0 before calling fromreg 
    287288 
    288289 IDL> t1opa = fromreg('bilinear', t1ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
     
    297298     
    298299    <h4>Version</h4> 
    299  $Id: fromreg.pro 231 2007-03-19 17:15:51Z pinsard $ 
     300 $Id: fromreg.pro 238 2007-03-27 13:43:18Z pinsard $ 
    300301 
    301302    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.