Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r338 r402  
    6262 
    6363     
    64  given - a list of points, (x,y) position 
    65        - the x and y limits of a rectangular grid 
     64 given  
     65  - a list of points, (x,y) position 
     66  - the x and y limits of a rectangular grid 
     67 
    6668 find in which cell is located each given point. 
    6769 
     
    201203    <h3>Examples</h3><pre> 
    202204 
    203  IDL> a=indgen(5) 
    204  IDL> b=indgen(7) 
    205  IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,b) 
    206  IDL> print, r 
     205   IDL> a=indgen(5) 
     206   IDL> b=indgen(7) 
     207   IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,b) 
     208   IDL> print, r 
    207209            20          13           7 
    208  IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,a+1,b,b+1,/output2d) 
    209  IDL> print, r 
     210   IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,a+1,b,b+1,/output2d) 
     211   IDL> print, r 
    210212        0.00000      4.00000 
    211213        3.00000      2.00000 
     
    215217     
    216218    <h4>Version</h4> 
    217  $Id: inrecgrid.pro 327 2007-12-13 16:22:35Z pinsard $ 
     219 $Id: inrecgrid.pro 372 2008-08-08 12:31:53Z pinsard $ 
    218220 
    219221    <h4>History</h4> 
    220222 S. Masson (smasson@lodyc.jussieu.fr) 
    221  July 3rd, 2002 
    222  October 3rd, 2003: use value_locate 
     223  - July 3rd, 2002 
     224  - October 3rd, 2003: use value_locate 
    223225 
    224226     
Note: See TracChangeset for help on using the changeset viewer.