Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

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

    r118 r121  
    44; @categories finding where is a point on a grid 
    55; 
    6 ; @examples  
    7 ; 
    8 ;     res = clickincell() 
    9 ;     Click with the left button to select a cell. Clicking one more 
    10 ;     time in the same cell remove the cell from the selection. 
    11 ;     Click on the right button to quit.   
    12 ; 
    13 ; @keyword     CELLTYPE = 'T', 'W', 'U', 'V' or 'F' This this the type of point 
     6; @keyword CELLTYPE = 'T', 'W', 'U', 'V' or 'F' This this the type of point 
    147;     that is located in the center of the cell which the click is 
    158;     located. default is T type of cell (with corner defined by F 
    169;     points). 
    1710; 
    18 ; @keyword     /DRAWCELL to draw the cell in which we clicked 
     11; @keyword /DRAWCELL to draw the cell in which we clicked 
    1912; 
    20 ; @keyword     COLOR  the color used to draw the cells (Clicking one more 
     13; @keyword COLOR  the color used to draw the cells (Clicking one more 
    2114;     time in the same cell will draw the cell with the white color) 
    2215; 
    23 ; @keyword     /ORIGINAL to get the position of the cell regarding the original 
     16; @keyword /ORIGINAL to get the position of the cell regarding the original 
    2417;     grid (with no key_shift, ixminmesh, iyminmesh...) 
    2518; 
    26 ; @keyword     /IJ see outpus 
     19; @keyword /IJ see outpus 
    2720; 
    28 ; @keyword     _EXTRA to pass extra keywords to inquad and plot (when /drawcell) 
     21; @keyword _EXTRA to pass extra keywords to inquad and plot (when /drawcell) 
    2922; 
    3023; @returns 
     
    3730; 
    3831; @examples  
     32; 
     33;   IDL> res = clickincell() 
     34;     Click with the left button to select a cell. Clicking one more 
     35;     time in the same cell remove the cell from the selection. 
     36;     Click on the right button to quit.   
    3937; 
    4038;   IDL> plt, findgen(jpi,jpj),/nodata,map=[90,0,0],/ortho 
Note: See TracChangeset for help on using the changeset viewer.