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/compute_fromreg_bilinear_weigaddr.html

    r119 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"> compute the weight and address needed to interpolate data from a 
    699           "regular grid" to any grid using the bilinear method 
    700    </div> 
     698      <div id="file_comments"> 
     699 compute the weight and address needed to interpolate data from a 
     700 "regular grid" to any grid using the bilinear method 
     701</div> 
    701702 
    702703       
     
    738739            </h4> 
    739740         
    740           <div class="comments"> longitudeof the input data </div> 
     741          <div class="comments"> 
     742 longitude of the input data 
     743</div> 
    741744             
    742745            <h4 id="_compute_fromreg_bilinear_weigaddr_param_alatin">alatin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    751754            </h4> 
    752755         
    753           <div class="comments"> latitude of the input data </div> 
     756          <div class="comments"> 
     757 latitude of the input data 
     758</div> 
    754759             
    755760            <h4 id="_compute_fromreg_bilinear_weigaddr_param_olonin">olonin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    764769            </h4> 
    765770         
    766           <div class="comments"> longitude of the output data </div> 
     771          <div class="comments"> 
     772 longitude of the output data 
     773</div> 
    767774             
    768775            <h4 id="_compute_fromreg_bilinear_weigaddr_param_olat">olat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    777784            </h4> 
    778785         
    779           <div class="comments"> latitude of the output data  
     786          <div class="comments"> 
     787 latitude of the output data 
    780788</div> 
    781789             
     
    829837            </h4> 
    830838         
    831             <div class="comments"> activate if you don't whant to take into 
    832           account the northen line of the input data when perfoming the</div> 
     839            <div class="comments"> 
     840 activate if you don't want to take into 
     841 account the northen line of the input data when perfoming the interpolation. 
     842</div> 
    833843             
    834844            <h4 id="_compute_fromreg_bilinear_weigaddr_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    843853            </h4> 
    844854         
    845             <div class="comments"> activate if you don't whant to take into 
    846           account the southern line of the input data when perfoming the 
    847          interpolation. 
     855            <div class="comments"> 
     856 activate if you don't want to take into 
     857 account the southern line of the input data when perfoming the interpolation. 
    848858</div> 
    849859             
     
    853863          <h3>Version history</h3> 
    854864           
    855           <h4>Version</h4><div class="value"> $Id: compute_fromreg_bilinear_weigaddr.pro 118 2006-06-27 15:47:06Z pinsard $ 
    856 </div> 
    857           <h4>History</h4><div class="value"> 
    858   November 2005: Sebastien Masson (smasson@lodyc.jussieu.fr)  
    859  </div> 
     865          <h4>Version</h4><div class="preformat"> $Id: compute_fromreg_bilinear_weigaddr.pro 136 2006-07-10 15:20:19Z pinsard $ 
     866</div> 
     867          <h4>History</h4><div class="preformat"> 
     868  November 2005: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     869</div> 
    860870           
    861871           
     
    864874           
    865875           
    866           <h4>Restrictions</h4><div class="value"> 
    867   -  the input grid must be a "regular grid", defined as a grid for which each 
    868      lontitudes lines have the same latitude and each latitudes columns have the 
    869      same longitude. 
    870   -  We supposed the data are located on a sphere, with a periodicity along 
    871      the longitude. 
    872   -  points located out of the southern and northern boundaries are interpolated 
    873      using a linear interpolation only along the longitudinal direction. 
    874  </div> 
     876          <h4>Restrictions</h4><div class="preformat"> 
     877  - the input grid must be a "regular grid", defined as a grid for which each 
     878  lontitudes lines have the same latitude and each latitudes columns have the 
     879  same longitude. 
     880  - We supposed the data are located on a sphere, with a periodicity along 
     881  the longitude. 
     882  - points located out of the southern and northern boundaries are interpolated 
     883  using a linear interpolation only along the longitudinal direction. 
     884</div> 
    875885         
    876886           
Note: See TracChangeset for help on using the changeset viewer.