Ignore:
Timestamp:
06/12/06 10:29:56 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Interpolation *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r69 r101  
    11;+ 
    2 ; NAME:clickincell 
     2; @file_comments click on a map and find in which cell the click was 
    33; 
    4 ; PURPOSE: click on a map and find in which cell the click was 
     4; @categories finding where is a point on a grid 
    55; 
    6 ; CATEGORY:finding where is a point on a grid 
    7 ; 
    8 ; CALLING SEQUENCE: 
     6; @examples  
    97; 
    108;     res = clickincell() 
     
    1311;     Click on the right button to quit.   
    1412; 
    15 ; INPUTS:None 
    16 ; 
    17 ; KEYWORD PARAMETERS: 
    18 ; 
    19 ;     CELLTYPE = 'T', 'W', 'U', 'V' or 'F': This this the type of point 
     13; @keyword     CELLTYPE = 'T', 'W', 'U', 'V' or 'F' This this the type of point 
    2014;     that is located in the center of the cell which the click is 
    2115;     located. default is T type of cell (with corner defined by F 
    2216;     points). 
    2317; 
    24 ;     /DRAWCELL: to draw the cell in which we clicked 
     18; @keyword     /DRAWCELL to draw the cell in which we clicked 
    2519; 
    26 ;     COLOR = the color used to draw the cells (Clicking one more 
     20; @keyword     COLOR the color used to draw the cells (Clicking one more 
    2721;     time in the same cell will draw the cell with the white color) 
    2822; 
    29 ;     /ORIGINAL: to get the position of the cell regarding the original 
     23; @keyword     /ORIGINAL to get the position of the cell regarding the original 
    3024;     grid (with no key_shift, ixminmesh, iyminmesh...) 
    3125; 
    32 ;     /IJ: see outpus 
     26; @keyword     /IJ see outpus 
    3327; 
    34 ;     _EXTRA: to pass extra keywords to inquad and plot (when /drawcell) 
     28; @keyword     _EXTRA to pass extra keywords to inquad and plot (when /drawcell) 
    3529; 
    36 ; OUTPUTS: 
    37 ;     the the index of the selected cells regarding to the grid which 
     30; @returns 
     31;     the index of the selected cells regarding to the grid which 
    3832;     is in memory in the variable of the common. If /ij keyword is 
    3933;     activated give 2D array (2, n) which are the i,j position of the 
    4034;     n selected cells.  
    4135; 
    42 ; COMMON BLOCKS:common.pro 
     36; @uses common.pro 
    4337; 
    44 ; SIDE EFFECTS: 
    45 ; 
    46 ; RESTRICTIONS: 
    47 ; 
    48 ; EXAMPLE: 
     38; @examples  
    4939; 
    5040;   IDL> plt, findgen(jpi,jpj),/nodata,map=[90,0,0],/ortho 
    5141;   IDL> print, clickincell(/draw,color=150,/xy) 
    5242; 
    53 ; MODIFICATION HISTORY: 
    54 ;      Sebastien Masson (smasson@lodyc.jussieu.fr) 
     43; @history 
     44;      Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    5545;      August 2003 
    5646; 
Note: See TracChangeset for help on using the changeset viewer.