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/fromirr.html

    r234 r242  
    101101 
    102102     
    103  a string defining the interpolation method. must be 'bilinear' 
     103 the interpolation method. must be 'bilinear' 
    104104 
    105105     
     
    118118 
    119119     
    120  a 2D array the input data to interpolate 
     120 the input data to interpolate 
    121121 
    122122     
     
    135135 
    136136     
    137  a 2D array defining the longitude of the input data 
     137 the longitude of the input data 
    138138 
    139139     
     
    152152 
    153153     
    154  a 2D array defining the latitude of the input data. 
     154 the latitude of the input data. 
    155155 
    156156     
     
    187187 
    188188     
    189  1D or 2D array defining the longitude of the output data. 
     189 the longitude of the output data. 
    190190 
    191191     
     
    204204 
    205205     
    206  1D or 2D array defining the latitude of the output data. 
     206 the latitude of the output data. 
    207207 
    208208     
     
    289289 IDL> help, a, b 
    290290 
    291  2) use a and b that are now defined to bypass the computation of the weights and addresses  
    292  and speed-up the computation! 
     291 2) use a and b that are now defined to bypass the computation of the weights  
     292 and addresses and speed-up the computation! 
    293293 
    294294 IDL> t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b) 
     
    297297     
    298298    <h4>Version</h4> 
    299  $Id: fromirr.pro 231 2007-03-19 17:15:51Z pinsard $ 
     299 $Id: fromirr.pro 238 2007-03-27 13:43:18Z pinsard $ 
    300300 
    301301    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.