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/quadrilateral2square.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"> warm (or map) an arbitrary quadrilateral onto a unit square  
     698      <div id="file_comments"> 
     699 warm (or map) an arbitrary quadrilateral onto a unit square 
    699700 according to the 4-point correspondences: 
    700701       (x0,y0) -> (0,0) 
     
    730731</div> 
    731732 
    732           <h3>Return value</h3><div class="value"> 
    733  
    734      (2,n) array: the new coodinates (xout, yout) of the (xin,yin) 
    735      point(s) after mapping.  
    736      If xin is a scalar, then n is equal to the number of elements of 
    737      x0. If xin is an array , then n is equal to the number of 
    738      elements of xin. 
     733          <h3>Return value</h3><div class="preformat"> 
     734 
     735 (2,n) array: the new coodinates (xout, yout) of the (xin,yin) point(s) after 
     736 mapping. 
     737 If xin is a scalar, then n is equal to the number of elements of x0. 
     738 If xin is an array , then n is equal to the number of elements of xin. 
    739739</div> 
    740740 
     
    863863            </h4> 
    864864         
    865           <div class="comments"> the coordinates of the point(s) for which we want to do the mapping. Can be scalar or array.</div> 
     865          <div class="comments"> 
     866 the coordinates of the point(s) for which we want to do the mapping. 
     867 Can be scalar or array. 
     868</div> 
    866869             
    867870            <h4 id="_quadrilateral2square_param_yyin">yyin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    876879            </h4> 
    877880         
    878           <div class="comments"> the coordinates of the point(s) for which we want to do the mapping. Can be scalar or array. 
     881          <div class="comments"> 
     882 the coordinates of the point(s) for which we want to do the mapping. 
     883 Can be scalar or array. 
    879884</div> 
    880885             
     
    902907           
    903908 
    904           <h3>Examples</h3><div class="value">  
     909          <h3>Examples</h3><div class="preformat"> 
    905910 
    906911 IDL> splot,[0,5],[0,3],/nodata,xstyle=1,ystyle=1 
     
    916921          <h3>Version history</h3> 
    917922           
    918           <h4>Version</h4><div class="value"> $Id: quadrilateral2square.pro 118 2006-06-27 15:47:06Z pinsard $ 
    919 </div> 
    920           <h4>History</h4><div class="value"> 
     923          <h4>Version</h4><div class="preformat"> $Id: quadrilateral2square.pro 136 2006-07-10 15:20:19Z pinsard $ 
     924</div> 
     925          <h4>History</h4><div class="preformat"> 
    921926      Sebastien Masson (smasson@lodyc.jussieu.fr) 
    922927      August 2003 
     
    924929      IEEE Computer Society Press, Los Alamitos, California 
    925930      Chapter 3, see p 52-56 
    926        
     931 
    927932</div> 
    928933           
     
    932937           
    933938           
    934           <h4>Restrictions</h4><div class="value"> I think degenerated quadrilateral (e.g. flat of 
    935  twisted) is not work. This has to be tested. 
     939          <h4>Restrictions</h4><div class="preformat"> 
     940 I think degenerated quadrilateral (e.g. flat of twisted) is not work. 
     941 This has to be tested. 
    936942</div> 
    937943         
Note: See TracChangeset for help on using the changeset viewer.