Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/clickincell.html

    r121 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> click on a map and find in which cell the click was 
     698      <div id="file_comments"> 
     699 click on a map and find in which cell the click was 
    699700</div> 
    700701 
     
    720721          <div class="comments"></div> 
    721722 
    722           <h3>Return value</h3><div class="value"> 
     723          <h3>Return value</h3><div class="preformat"> 
    723724     the index of the selected cells regarding to the grid which 
    724725     is in memory in the variable of the common. If /ij keyword is 
    725726     activated give 2D array (2, n) which are the i,j position of the 
    726      n selected cells.  
     727     n selected cells. 
    727728</div> 
    728729 
     
    824825           
    825826 
    826           <h3>Examples</h3><div class="value">  
    827  
    828    IDL> res = clickincell() 
     827          <h3>Examples</h3><div class="preformat"> 
     828 
     829 IDL> res = clickincell() 
    829830     Click with the left button to select a cell. Clicking one more 
    830831     time in the same cell remove the cell from the selection. 
    831      Click on the right button to quit.   
    832  
    833    IDL> plt, findgen(jpi,jpj),/nodata,map=[90,0,0],/ortho 
    834    IDL> print, clickincell(/draw,color=150,/xy) 
     832     Click on the right button to quit. 
     833 
     834 IDL> plt, findgen(jpi,jpj),/nodata,map=[90,0,0],/ortho 
     835 IDL> print, clickincell(/draw,color=150,/xy) 
    835836</div> 
    836837          <h3>Version history</h3> 
    837838           
    838           <h4>Version</h4><div class="value"> $Id: clickincell.pro 118 2006-06-27 15:47:06Z pinsard $ 
    839  
    840 </div> 
    841           <h4>History</h4><div class="value"> 
     839          <h4>Version</h4><div class="preformat"> $Id: clickincell.pro 136 2006-07-10 15:20:19Z pinsard $ 
     840</div> 
     841          <h4>History</h4><div class="preformat"> 
    842842      Sebastien Masson (smasson@lodyc.jussieu.fr) 
    843843      August 2003 
     
    854854           
    855855           
    856           <h4>Uses routines</h4><div class="value"> common.pro 
     856          <h4>Uses routines</h4><div class="preformat"> common.pro 
    857857</div> 
    858858           
Note: See TracChangeset for help on using the changeset viewer.