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/neighbor.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%; 
     
    697697 
    698698      <div id="file_comments"> 
    699 find the closetest point of (P0) within a list of np1 points 
    700 P1 Which can be on a sphere  
     699 find the closetest point of (P0) within a list of np1 points 
     700 P1 Which can be on a sphere 
    701701</div> 
    702702 
     
    723723</div> 
    724724 
    725           <h3>Return value</h3><div class="value"> 
    726        index giving the P1[index] point that is the closest point of (P0) 
     725          <h3>Return value</h3><div class="preformat"> 
     726 index giving the P1[index] point that is the closest point of (P0) 
    727727</div> 
    728728 
     
    742742            </h4> 
    743743         
    744           <div class="comments">  scalar. longitudes of point P0. </div> 
     744          <div class="comments"> 
     745 scalar. longitudes of point P0. 
     746</div> 
    745747             
    746748            <h4 id="_neighbor_param_p0lat">p0lat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    755757            </h4> 
    756758         
    757           <div class="comments">  scalar. latitudes of point P0. </div> 
     759          <div class="comments"> 
     760 scalar. latitudes of point P0. 
     761</div> 
    758762             
    759763            <h4 id="_neighbor_param_neighlon">neighlon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    768772            </h4> 
    769773         
    770           <div class="comments"> </div> 
     774          <div class="comments"> 
     775</div> 
    771776             
    772777            <h4 id="_neighbor_param_neighlat">neighlat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    781786            </h4> 
    782787         
    783           <div class="comments">  
     788          <div class="comments"> 
    784789</div> 
    785790             
     
    816821            </h4> 
    817822         
    818             <div class="comments"> dis, to get back the distances between P0 and the np1 
    819    points P1 in the variable dis.</div> 
     823            <div class="comments"> 
     824 dis, to get back the distances between P0 and the np1 points P1 in the 
     825 variable dis. 
     826</div> 
    820827             
    821828            <h4 id="_neighbor_keyword_radians">radians&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    830837            </h4> 
    831838         
    832             <div class="comments"> if set, inputs and angular outputs are in radians, otherwise 
    833 degrees.</div> 
     839            <div class="comments"> 
     840 if set, inputs and angular outputs are in radians, otherwise degrees. 
     841</div> 
    834842             
    835843           
    836844 
    837           <h3>Examples</h3><div class="value"> 
    838        IDL> print, neighbor(-105.15,40.02,[-0.07,100,50],[51.30,20,0], $ 
    839            distance=dis) 
     845          <h3>Examples</h3><div class="preformat"> 
     846 IDL> print, neighbor(-105.15,40.02,[-0.07,100,50],[51.30,20,0], $ 
     847 IDL> distance=dis) 
    840848                  0 
    841        IDL> print, dis 
     849 IDL> print, dis 
    842850             105.684      206.125      160.228 
    843851</div> 
    844852          <h3>Version history</h3> 
    845853           
    846           <h4>Version</h4><div class="value"> $Id: neighbor.pro 118 2006-06-27 15:47:06Z pinsard $ 
    847 </div> 
    848           <h4>History</h4><div class="value"> 
     854          <h4>Version</h4><div class="preformat"> $Id: neighbor.pro 136 2006-07-10 15:20:19Z pinsard $ 
     855</div> 
     856          <h4>History</h4><div class="preformat"> 
    849857 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    850858                  October 2003 
Note: See TracChangeset for help on using the changeset viewer.