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_html_output/Interpolation/inrecgrid.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  given - a list of points, (x,y) position 
    91        - the x and y limits of a rectangular grid 
     90 given  
     91  - a list of points, (x,y) position 
     92  - the x and y limits of a rectangular grid 
     93 
    9294 find in which cell is located each given point. 
    9395</div> 
     
    228230          <h3>Examples</h3><div class="preformat"> 
    229231 
    230  IDL> a=indgen(5) 
    231  IDL> b=indgen(7) 
    232  IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,b) 
    233  IDL> print, r 
     232   IDL> a=indgen(5) 
     233   IDL> b=indgen(7) 
     234   IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,b) 
     235   IDL> print, r 
    234236            20          13           7 
    235  IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,a+1,b,b+1,/output2d) 
    236  IDL> print, r 
     237   IDL> r=inrecgrid([0.25,3.25,2],[4.25,2.8,1.4],a,a+1,b,b+1,/output2d) 
     238   IDL> print, r 
    237239        0.00000      4.00000 
    238240        3.00000      2.00000 
     
    242244           
    243245          <h4>Version</h4><div class="preformat"> 
    244  $Id: inrecgrid.pro 327 2007-12-13 16:22:35Z pinsard $ 
     246 $Id: inrecgrid.pro 372 2008-08-08 12:31:53Z pinsard $ 
    245247</div> 
    246248          <h4>History</h4><div class="preformat"> 
    247249 S. Masson (smasson@lodyc.jussieu.fr) 
    248  July 3rd, 2002 
    249  October 3rd, 2003: use value_locate 
     250  - July 3rd, 2002 
     251  - October 3rd, 2003: use value_locate 
    250252</div> 
    251253           
Note: See TracChangeset for help on using the changeset viewer.