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/spl_keep_mean.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%; 
     
    728728          <div class="comments"></div> 
    729729 
    730           <h3>Return value</h3><div class="value">  
    731  
    732     y2: the meean value between two consecutive values of x2. This 
    733     array has one element less than y2. y2 has double precision. 
     730          <h3>Return value</h3><div class="preformat"> 
     731 y2: the mean value between two consecutive values of x2. This 
     732 array has one element less than y2. y2 has double precision. 
    734733</div> 
    735734 
     
    749748            </h4> 
    750749         
    751           <div class="comments">  An n-element (at least 2) input vector that specifies the 
    752     tabulate points in a strict ascending order. 
     750          <div class="comments"> 
     751 An n-element (at least 2) input vector that specifies the tabulate points in 
     752 a strict ascending order. 
    753753</div> 
    754754             
     
    764764            </h4> 
    765765         
    766           <div class="comments">  an array with one element less than x. y[i] represents the 
    767     mean value between x[i] and x[i+1]. if /GE0 is activated, y must 
    768     have positive values. 
     766          <div class="comments"> 
     767 an array with one element less than x. y[i] represents the 
     768 mean value between x[i] and x[i+1]. if /GE0 is activated, y must 
     769 have positive values. 
    769770</div> 
    770771             
     
    780781            </h4> 
    781782         
    782           <div class="comments">  The input values for which the interpolated values are 
    783     desired. Its values must be strictly monotonically increasing.  
    784  
     783          <div class="comments"> 
     784 The input values for which the interpolated values are desired. 
     785 Its values must be strictly monotonically increasing. 
    785786</div> 
    786787             
     
    803804            </h4> 
    804805         
    805             <div class="comments"> The first derivative of the interpolating function at the 
    806     point X0. If YP0 is omitted, the second derivative at the 
    807     boundary is set to zero, resulting in a "natural spline." 
     806            <div class="comments"> 
     807 The first derivative of the interpolating function at the 
     808 point X0. If YP0 is omitted, the second derivative at the 
     809 boundary is set to zero, resulting in a "natural spline." 
    808810</div> 
    809811             
     
    819821            </h4> 
    820822         
    821             <div class="comments"> The first derivative of the interpolating function at the 
    822     point Xn-1. If YPN_1 is omitted, the second derivative at the 
    823     boundary is set to zero, resulting in a "natural spline."  
     823            <div class="comments"> 
     824 The first derivative of the interpolating function at the 
     825 point Xn-1. If YPN_1 is omitted, the second derivative at the 
     826 boundary is set to zero, resulting in a "natural spline." 
    824827</div> 
    825828             
     
    835838            </h4> 
    836839         
    837             <div class="comments"> to force that y2 is always GE than 0. In that case, y must 
    838    also be GE than 0. 
     840            <div class="comments"> 
     841 to force that y2 is always GE than 0. In that case, y must also be GE than 0. 
    839842</div> 
    840843             
    841844           
    842845 
    843           <h3>Examples</h3><div class="value">  
     846          <h3>Examples</h3><div class="preformat"> 
    844847 
    845848    12 monthly values of precipitations into daily values: 
     
    865868          <h3>Version history</h3> 
    866869           
    867           <h4>Version</h4><div class="value"> $Id: spl_keep_mean.pro 118 2006-06-27 15:47:06Z pinsard $ 
    868 </div> 
    869           <h4>History</h4><div class="value"> 
     870          <h4>Version</h4><div class="preformat"> $Id: spl_keep_mean.pro 136 2006-07-10 15:20:19Z pinsard $ 
     871</div> 
     872          <h4>History</h4><div class="preformat"> 
    870873  Sebastien Masson (smasson@lodyc.jussieu.fr): May 2005 
    871874</div> 
     
    876879           
    877880           
    878           <h4>Restrictions</h4><div class="value"> 
    879    It might be possible that y2 has very small negative values 
    880    (amplitude smaller than 1.e-6)...  
    881  
     881          <h4>Restrictions</h4><div class="preformat"> 
     882 It might be possible that y2 has very small negative values 
     883 (amplitude smaller than 1.e-6)... 
    882884</div> 
    883885         
Note: See TracChangeset for help on using the changeset viewer.