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

    r111 r118  
    721721          <div class="comments"></div> 
    722722 
    723           <h3>Return value</h3><div class="value">  
    724      weig, addr: 2D arrays, weig and addr are the weight and addresses used to 
    725      perform the interpolation: 
    726           dataout = total(weig*datain[addr], 1) 
    727           dataout = reform(dataout, jpio, jpjo, /over) 
    728 </div> 
     723           
    729724 
    730725           
     
    787782            <h4 id="_compute_fromreg_bilinear_weigaddr_param_weig">weig&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    788783               
    789                
     784              <span class="attr">out</span> 
    790785               
    791786               
     
    800795            <h4 id="_compute_fromreg_bilinear_weigaddr_param_addr">addr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    801796               
    802                
     797              <span class="attr">out</span> 
    803798               
    804799               
     
    809804            </h4> 
    810805         
    811           <div class="comments"></div> 
     806          <div class="comments"> 
     807 2D arrays, weig and addr are the weight and addresses used to 
     808 perform the interpolation: 
     809  dataout = total(weig*datain[addr], 1) 
     810  dataout = reform(dataout, jpio, jpjo, /over) 
     811</div> 
    812812             
    813813 
     
    853853          <h3>Version history</h3> 
    854854           
    855            
     855          <h4>Version</h4><div class="value"> $Id$ 
     856</div> 
    856857          <h4>History</h4><div class="value"> 
    857858  November 2005: Sebastien Masson (smasson@lodyc.jussieu.fr)  
Note: See TracChangeset for help on using the changeset viewer.