Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Interpolation/neighbor.html

    r234 r242  
    6262 
    6363     
    64  find the closetest point of (P0) within a list of np1 points 
    65  P1 Which can be on a sphere 
     64 find the closest point of (P0) within a list of np1 points 
     65 P1 which can be on a sphere 
    6666 
    6767 
     
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>neighbor(<i><a href="#_neighbor_keyword_p0lon">p0lon</a>, <a href="#_neighbor_keyword_p0lat">p0lat</a>[, <a href="#_neighbor_keyword_neighlon">neighlon</a>][, <a href="#_neighbor_keyword_neighlat">neighlat</a>]</i>, <a href="#_neighbor_keyword_sphere">sphere</a>=<i>sphere</i>, <a href="#_neighbor_keyword_distance">distance</a>=<i>distance</i>, <a href="#_neighbor_keyword_radians">radians</a>=<i>radians</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>neighbor(<i><a href="#_neighbor_keyword_p0lon">p0lon</a>, <a href="#_neighbor_keyword_p0lat">p0lat</a>[, <a href="#_neighbor_keyword_neighlon">neighlon</a>][, <a href="#_neighbor_keyword_neighlat">neighlat</a>]</i>, <a href="#_neighbor_keyword_SPHERE">SPHERE</a>=<i>SPHERE</i>, <a href="#_neighbor_keyword_DISTANCE">DISTANCE</a>=<i>DISTANCE</i>, <a href="#_neighbor_keyword_RADIANS">RADIANS</a>=<i>RADIANS</i>)</font></p> 
    7878 
    7979     
     
    9595      <font size="-1" color="#006633">required</font> 
    9696       
    97        
    98        
    99        
    100     </h4> 
    101  
    102      
    103  scalar. longitudes of point P0. 
     97      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
     98       
     99       
     100    </h4> 
     101 
     102     
     103 longitudes of point P0. 
    104104 
    105105     
     
    112112      <font size="-1" color="#006633">required</font> 
    113113       
    114        
    115        
    116        
    117     </h4> 
    118  
    119      
    120  scalar. latitudes of point P0. 
     114      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
     115       
     116       
     117    </h4> 
     118 
     119     
     120 latitudes of point P0. 
    121121 
    122122     
     
    159159 
    160160     
    161     <a name="#_neighbor_keyword_sphere"></a> 
    162     <h4>sphere&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    163        
    164        
    165        
    166        
    167        
    168        
    169        
    170        
    171     </h4> 
    172  
    173      to activate if points are located on a sphere. 
    174  
    175      
    176     <a name="#_neighbor_keyword_distance"></a> 
    177     <h4>distance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     161    <a name="#_neighbor_keyword_SPHERE"></a> 
     162    <h4>SPHERE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     163       
     164       
     165       
     166       
     167       
     168       
     169       
     170       
     171    </h4> 
     172 
     173     
     174 to activate if points are located on a sphere. 
     175 
     176     
     177    <a name="#_neighbor_keyword_DISTANCE"></a> 
     178    <h4>DISTANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178179       
    179180       
     
    191192 
    192193     
    193     <a name="#_neighbor_keyword_radians"></a> 
    194     <h4>radians&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     194    <a name="#_neighbor_keyword_RADIANS"></a> 
     195    <h4>RADIANS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    195196       
    196197       
     
    219220     
    220221    <h4>Version</h4> 
    221  $Id: neighbor.pro 231 2007-03-19 17:15:51Z pinsard $ 
     222 $Id: neighbor.pro 238 2007-03-27 13:43:18Z pinsard $ 
    222223 
    223224    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.