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/cutpar.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"> cut p parallelogram(s) into p*n^2 parallelograms 
     698      <div id="file_comments"> 
     699 cut p parallelogram(s) into p*n^2 parallelograms 
    699700</div> 
    700701 
     
    716717         
    717718          <p class="header"> 
    718             <span class="result">result = </span>cutpar(<span class="result"><a href="#_cutpar_param_x0">x0</a>, <a href="#_cutpar_param_y0">y0</a>, <a href="#_cutpar_param_x1">x1</a>, <a href="#_cutpar_param_y1">y1</a>, <a href="#_cutpar_param_x2">x2</a>, <a href="#_cutpar_param_y2">y2</a>, <a href="#_cutpar_param_x3">x3</a>, <a href="#_cutpar_param_y3">y3</a>, <a href="#_cutpar_param_n">n</a></span>, <a href="#_cutpar_keyword_endpoints">endpoints</a>=<span class="result">endpoints</span>, <a href="#_cutpar_keyword_onsphere">onsphere</a>=<span class="result">onsphere</span>)</p> 
     719            <span class="result">result = </span>cutpar(<span class="result"><a href="#_cutpar_param_x0">x0</a>, <a href="#_cutpar_param_y0">y0</a>, <a href="#_cutpar_param_x1">x1</a>, <a href="#_cutpar_param_y1">y1</a>, <a href="#_cutpar_param_x2">x2</a>, <a href="#_cutpar_param_y2">y2</a>, <a href="#_cutpar_param_x3">x3</a>, <a href="#_cutpar_param_y3">y3</a>, <a href="#_cutpar_param_n">n</a></span>, <a href="#_cutpar_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_cutpar_keyword_ONSPHERE">ONSPHERE</a>=<span class="result">ONSPHERE</span>)</p> 
    719720         
    720721          <div class="comments"> 
    721722</div> 
    722723 
    723           <h3>Return value</h3><div class="value"> 
    724         - default: 3d array(2,n^2,p) giving the center position of each 
    725         piece of the parallelograms 
    726         - /endpoints: 3d array(2,(n+1)^2,p) giving the edge positions 
    727         of each piece of the parallelograms 
     724          <h3>Return value</h3><div class="preformat"> 
     725  - default: a 3d array(2,n^2,p) giving the center position of each 
     726  piece of the parallelograms 
     727  - if /ENDPOINTS : a 3d array(2,(n+1)^2,p) giving the edge positions 
     728  of each piece of the parallelograms 
    728729</div> 
    729730 
     
    756757            </h4> 
    757758         
    758           <div class="comments"> </div> 
     759          <div class="comments"></div> 
    759760             
    760761            <h4 id="_cutpar_param_x1">x1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    782783            </h4> 
    783784         
    784           <div class="comments"> </div> 
     785          <div class="comments"></div> 
    785786             
    786787            <h4 id="_cutpar_param_x2">x2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    808809            </h4> 
    809810         
    810           <div class="comments"> </div> 
     811          <div class="comments"></div> 
    811812             
    812813            <h4 id="_cutpar_param_x3">x3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    834835            </h4> 
    835836         
    836           <div class="comments">  
    837  1d arrays of p elements, giving the edge positions. The 
    838        edges must be given as in plot to traw the parallelogram. (see 
    839        example). 
     837          <div class="comments"> 
     838 1d arrays of p elements, giving the edge positions. 
     839 The edges must be given as in plot to draw the parallelogram. (see example). 
    840840</div> 
    841841             
     
    851851            </h4> 
    852852         
    853           <div class="comments"> each parallelogram will be cutted in n^2 pieces 
     853          <div class="comments"> 
     854 each parallelogram will be cutted in n^2 pieces 
    854855</div> 
    855856             
     
    861862            <h3>Keywords</h3> 
    862863             
    863             <h4 id="_cutpar_keyword_endpoints">endpoints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     864            <h4 id="_cutpar_keyword_ENDPOINTS">ENDPOINTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    864865               
    865866               
     
    872873            </h4> 
    873874         
    874             <div class="comments"> see outputs 
    875 </div> 
    876              
    877             <h4 id="_cutpar_keyword_onsphere">onsphere&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     875            <div class="comments"> 
     876 see outputs 
     877</div> 
     878             
     879            <h4 id="_cutpar_keyword_ONSPHERE">ONSPHERE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    878880               
    879881               
     
    886888            </h4> 
    887889         
    888             <div class="comments"> to specify that the points are located on a 
    889          sphere. In this case, x and y corresponds to longitude and 
    890          latitude in degrees. 
    891 </div> 
    892              
    893            
    894  
    895           <h3>Examples</h3><div class="value">  
     890            <div class="comments"> 
     891 to specify that the points are located on a 
     892 sphere. In this case, x and y corresponds to longitude and 
     893 latitude in degrees. 
     894</div> 
     895             
     896           
     897 
     898          <h3>Examples</h3><div class="preformat"> 
    896899 
    897900 IDL> x0 = [2,6,2] 
     
    911914          <h3>Version history</h3> 
    912915           
    913           <h4>Version</h4><div class="value"> $Id: cutpar.pro 118 2006-06-27 15:47:06Z pinsard $ 
    914 </div> 
    915           <h4>History</h4><div class="value"> 
     916          <h4>Version</h4><div class="preformat"> $Id: cutpar.pro 136 2006-07-10 15:20:19Z pinsard $ 
     917</div> 
     918          <h4>History</h4><div class="preformat"> 
    916919           S. Masson (smasson@lodyc.jussieu.fr) 
    917920           July 5th, 2002 
     
    928931           
    929932           
    930           <h4>Uses routines</h4><div class="value"> cutsegment.pro 
     933          <h4>Uses routines</h4><div class="preformat"> cutsegment.pro 
    931934</div> 
    932935           
Note: See TracChangeset for help on using the changeset viewer.