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/clickincell.html

    r338 r402  
    141141 = 'T', 'W', 'U', 'V' or 'F' 
    142142 the type of point 
    143      that is located in the center of the cell which the click is 
    144      located. default is T type of cell (with corner defined by F 
    145      points). 
     143 that is located in the center of the cell which the click is 
     144 located. default is T type of cell (with corner defined by F 
     145 points). 
    146146</div> 
    147147             
     
    228228 
    229229          <h3>Examples</h3><div class="preformat"> 
    230  IDL> res = clickincell() 
    231      Click with the left button to select a cell. Clicking one more 
    232      time in the same cell remove the cell from the selection. 
    233      Click on the right button to quit. 
    234  
    235  IDL> plt, findgen(jpi,jpj),/nodata,map=[90,0,0],/ortho 
    236  IDL> print, clickincell(/draw,color=150,/xy) 
     230   IDL> res = clickincell() 
     231 
     232 Click with the left button to select a cell. Clicking one more 
     233 time in the same cell remove the cell from the selection. 
     234 Click on the right button to quit. 
     235 
     236   IDL> plt, findgen(jpi,jpj),/nodata,map=[90,0,0],/ortho 
     237   IDL> print, clickincell(/draw,color=150,/xy) 
    237238</div> 
    238239          <h3>Version history</h3> 
    239240           
    240241          <h4>Version</h4><div class="preformat"> 
    241  $Id: clickincell.pro 327 2007-12-13 16:22:35Z pinsard $ 
     242 $Id: clickincell.pro 372 2008-08-08 12:31:53Z pinsard $ 
    242243</div> 
    243244          <h4>History</h4><div class="preformat"> 
     
    257258           
    258259          <h4>Uses routines</h4><div class="preformat"> 
    259  common.pro 
     260 <a href="..//Obsolete/common.html">common</a> 
    260261</div> 
    261262           
Note: See TracChangeset for help on using the changeset viewer.