Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    r111 r118  
    741741            </h4> 
    742742         
    743           <div class="comments">  the coordinates of the point we want to know where it 
    744      is. Must be a scalar if /onsphere activated else can be scalar 
    745      or array.  
    746 </div> 
     743          <div class="comments"></div> 
    747744             
    748745            <h4 id="_inquad_param_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    749                
    750                
    751                
    752                
    753                
    754                
    755                
    756                
    757             </h4> 
    758          
    759           <div class="comments"></div> 
     746              <span class="attr">in</span> 
     747               
     748               
     749              <span class="attr">required</span> 
     750               
     751               
     752               
     753               
     754            </h4> 
     755         
     756          <div class="comments"> 
     757  the coordinates of the point we want to know where it is.  
     758  Must be a scalar if /onsphere activated else can be scalar or array.  
     759</div> 
    760760             
    761761            <h4 id="_inquad_param_x1">x1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    770770            </h4> 
    771771         
    772           <div class="comments">  the coordinates of the 
    773      quadrilateral given in the CLOCKWISE order. Scalar or array. 
    774  
    775 </div> 
     772          <div class="comments"></div> 
    776773             
    777774            <h4 id="_inquad_param_y1">y1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    778                
    779                
    780                
    781                
     775              <span class="attr">in</span> 
     776               
     777               
     778              <span class="attr">required</span> 
    782779               
    783780               
     
    789786             
    790787            <h4 id="_inquad_param_x2">x2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    791                
    792                
    793                
    794                
     788              <span class="attr">in</span> 
     789               
     790               
     791              <span class="attr">required</span> 
    795792               
    796793               
     
    802799             
    803800            <h4 id="_inquad_param_y2">y2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    804                
    805                
    806                
    807                
     801              <span class="attr">in</span> 
     802               
     803               
     804              <span class="attr">required</span> 
    808805               
    809806               
     
    815812             
    816813            <h4 id="_inquad_param_x3">x3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    817                
    818                
    819                
    820                
     814              <span class="attr">in</span> 
     815               
     816               
     817              <span class="attr">required</span> 
    821818               
    822819               
     
    828825             
    829826            <h4 id="_inquad_param_y3">y3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    830                
    831                
    832                
    833                
     827              <span class="attr">in</span> 
     828               
     829               
     830              <span class="attr">required</span> 
    834831               
    835832               
     
    841838             
    842839            <h4 id="_inquad_param_x4">x4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    843                
    844                
    845                
    846                
     840              <span class="attr">in</span> 
     841               
     842               
     843              <span class="attr">required</span> 
    847844               
    848845               
     
    854851             
    855852            <h4 id="_inquad_param_y4">y4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    856                
    857                
    858                
    859                
    860                
    861                
    862                
    863                
    864             </h4> 
    865          
    866           <div class="comments"></div> 
     853              <span class="attr">in</span> 
     854               
     855               
     856              <span class="attr">required</span> 
     857               
     858               
     859               
     860               
     861            </h4> 
     862         
     863          <div class="comments"> 
     864  the coordinates of the quadrilateral given in the CLOCKWISE order.  
     865  Scalar or array. 
     866</div> 
    867867             
    868868 
     
    916916            </h4> 
    917917         
    918             <div class="comments"> :the zoom (circle centred on the (x,y) with a radius of 
     918            <div class="comments"> the zoom (circle centred on the (x,y) with a radius of 
    919919    zoomradius degree where we look for the the quadrilateral which;    contains the (x,y) point) used for the satellite projection 
    920920    when /onsphere is activated. Default is 4 and seems to be the 
     
    948948            </h4> 
    949949         
    950             <div class="comments"></div> 
     950            <div class="comments"> 
     951</div> 
    951952             
    952953           
    953954 
    954955          <h3>Examples</h3><div class="value">  
    955  
    956      res = inquad(x, y, x1, y1, x2, y2, x3, y3, x4, y4) 
     956 IDL> res = inquad(x, y, x1, y1, x2, y2, x3, y3, x4, y4) 
    957957 
    958958  
    959959 
    960        x = 1.*[1, 2, 6, 7, 3] 
    961        y = 1.*[1, 3, 3, 4, 7] 
    962        x1 = 1.*[0,4,2] 
    963        y1 = 1.*[1,4,8] 
    964        x2 = 1.*[1,6,4] 
    965        y2 = 1.*[5,6,8] 
    966        x3 = 1.*[3,8,4] 
    967        y3 = 1.*[4,4,6] 
    968        x4 = 1.*[2,6,2] 
    969        y4 = 1.*[0,2,6] 
    970        splot, [0,10], [0,10], xstyle = 1, ystyle = 1,/nodata 
    971        for i=0,2 do oplot, [x4[i],x1[i],x2[i],x3[i],x4[i]],[y4[i],y1[i],y2[i],y3[i],y4[i]] 
    972        oplot, x, y, color = 20, psym = 1, thick = 2 
    973        print, inquad(x, y, x1, y1, x2, y2, x3, y3, x4, y4) 
     960 IDL> x = 1.*[1, 2, 6, 7, 3] 
     961 IDL> y = 1.*[1, 3, 3, 4, 7] 
     962 IDL> x1 = 1.*[0,4,2] 
     963 IDL> y1 = 1.*[1,4,8] 
     964 IDL> x2 = 1.*[1,6,4] 
     965 IDL> y2 = 1.*[5,6,8] 
     966 IDL> x3 = 1.*[3,8,4] 
     967 IDL> y3 = 1.*[4,4,6] 
     968 IDL> x4 = 1.*[2,6,2] 
     969 IDL> y4 = 1.*[0,2,6] 
     970 IDL> splot, [0,10], [0,10], xstyle = 1, ystyle = 1,/nodata 
     971 IDL> for i=0,2 do oplot, [x4[i],x1[i],x2[i],x3[i],x4[i]],[y4[i],y1[i],y2[i],y3[i],y4[i]] 
     972 IDL> oplot, x, y, color = 20, psym = 1, thick = 2 
     973 IDL> print, inquad(x, y, x1, y1, x2, y2, x3, y3, x4, y4) 
    974974 
    975975      On a sphere see clickincell.pro... 
     
    977977          <h3>Version history</h3> 
    978978           
    979            
     979          <h4>Version</h4><div class="value"> $Id$ 
     980</div> 
    980981          <h4>History</h4><div class="value"> 
    981982      Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.