Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    • Property svn:keywords set to Id
    r114 r118  
    1010; res = inrecgrid(xin, yin, left, bottom) 
    1111; 
    12 ;    @param x1d {in}{required}  a 1d array, the x position on the points 
    13 ;    @param y1d {in}{required}  a 1d array, the y position on the points 
    14 ;    left {in}{required}  a 1d, monotonically increasing array, the position of the 
    15 ;   "left" border of each cell. 
    16 ;    @param bottom {in}{required}  a 1d, monotonically increasing array, the position of the 
    17 ;   "bottom" border of each cell. 
     12; @param x1d {in}{required}  a 1d array, the x position on the points 
     13; @param y1d {in}{required}  a 1d array, the y position on the points 
     14; @param left {in}{required} a 1d, monotonically increasing array,  
     15; the position of the "left" border of each cell. 
     16; @param bottom {in}{required}  a 1d, monotonically increasing array,  
     17; the position of the "bottom" border of each cell. 
    1818; 
    19 ; 
    20 ; @keyword    /output2d to get the output as a 2d array (2,n_elements(x1d)), 
     19; @keyword /output2d to get the output as a 2d array (2,n_elements(x1d)), 
    2120;    with res[0,*] the x index accoring to the 1d array defined by 
    2221;    left and res[1,*] the y index accoring to the 1d array defined by 
    2322;    bottom. 
    2423; 
    25 ; @keyword    checkout=[rbgrid,ubgrid] specify the right and upper bondaries of 
     24; @keyword checkout=[rbgrid,ubgrid] specify the right and upper bondaries of 
    2625;    the grid and check if some points are out. 
    2726; 
     
    4645;                      July 3rd, 2002 
    4746;                      October 3rd, 2003: use value_locate 
     47; 
     48; @version $Id$ 
     49; 
    4850;- 
    4951 
Note: See TracChangeset for help on using the changeset viewer.