Ignore:
Timestamp:
06/19/06 15:20:37 (18 years ago)
Author:
smasson
Message:

bugfix in fromirr and fromreg + add full path to call IDL in save saxo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/fromirr.html

    r112 r113  
    717717         
    718718          <p class="header"> 
    719             <span class="result">result = </span>fromirr(<span class="result"><a href="#_fromirr_param_method">method</a>, <a href="#_fromirr_param_datain">datain</a>[, <a href="#_fromirr_param_lonin">lonin</a>][, <a href="#_fromirr_param_latin">latin</a>][, <a href="#_fromirr_param_mskin">mskin</a>][, <a href="#_fromirr_param_lonout">lonout</a>][, <a href="#_fromirr_param_latout">latout</a>][, <a href="#_fromirr_param_mskout">mskout</a>]</span>, <a href="#_fromirr_keyword_WEIG">WEIG</a>=<span class="result">WEIG</span>, <a href="#_fromirr_keyword_ADDR">ADDR</a>=<span class="result">ADDR</span>)</p> 
     719            <span class="result">result = </span>fromirr(<span class="result"><a href="#_fromirr_param_method">method</a>, <a href="#_fromirr_param_datain">datain</a>, <a href="#_fromirr_param_lonin">lonin</a>, <a href="#_fromirr_param_latin">latin</a>, <a href="#_fromirr_param_mskin">mskin</a>, <a href="#_fromirr_param_lonout">lonout</a>, <a href="#_fromirr_param_latout">latout</a>, <a href="#_fromirr_param_mskout">mskout</a></span>, <a href="#_fromirr_keyword_WEIG">WEIG</a>=<span class="result">WEIG</span>, <a href="#_fromirr_keyword_ADDR">ADDR</a>=<span class="result">ADDR</span>)</p> 
    720720         
    721721          <div class="comments"> 
     
    758758              <span class="attr">in</span> 
    759759               
    760               <span class="attr">optional</span> 
    761                
     760               
     761              <span class="attr">required</span> 
    762762               
    763763               
     
    766766            </h4> 
    767767         
    768           <div class="comments"> a 2D array defining the longitude of the input data 
    769            optionals if WEIG and ADDR keywords used.</div> 
     768          <div class="comments"> a 2D array defining the longitude of the input data</div> 
    770769             
    771770            <h4 id="_fromirr_param_latin">latin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    772771              <span class="attr">in</span> 
    773772               
    774               <span class="attr">optional</span> 
    775                
     773               
     774              <span class="attr">required</span> 
    776775               
    777776               
     
    780779            </h4> 
    781780         
    782           <div class="comments"> a 2D array defining the latitude of the input data. 
    783                      optionals if WEIG and ADDR keywords used.</div> 
     781          <div class="comments"> a 2D array defining the latitude of the input data.</div> 
    784782             
    785783            <h4 id="_fromirr_param_mskin">mskin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    786784              <span class="attr">in</span> 
    787785               
    788               <span class="attr">optional</span> 
    789                
     786               
     787              <span class="attr">required</span> 
    790788               
    791789               
     
    799797              <span class="attr">in</span> 
    800798               
    801               <span class="attr">optional</span> 
    802                
     799               
     800              <span class="attr">required</span> 
    803801               
    804802               
     
    807805            </h4> 
    808806         
    809           <div class="comments"> 1D or 2D array defining the longitude of the output data. 
    810                        optionals if WEIG and ADDR keywords used.</div> 
     807          <div class="comments"> 1D or 2D array defining the longitude of the output data.</div> 
    811808             
    812809            <h4 id="_fromirr_param_latout">latout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    813810              <span class="attr">in</span> 
    814811               
    815               <span class="attr">optional</span> 
    816                
     812               
     813              <span class="attr">required</span> 
    817814               
    818815               
     
    821818            </h4> 
    822819         
    823           <div class="comments"> 1D or 2D array defining the latitude of the output data. 
    824                        optionals if WEIG and ADDR keywords used.</div> 
     820          <div class="comments"> 1D or 2D array defining the latitude of the output data.</div> 
    825821             
    826822            <h4 id="_fromirr_param_mskout">mskout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    827823              <span class="attr">in</span> 
    828824               
    829               <span class="attr">optional</span> 
    830                
     825               
     826              <span class="attr">required</span> 
    831827               
    832828               
     
    869865            </h4> 
    870866         
    871             <div class="comments">: 2D arrays, weig and addr are the weight and addresses used to 
     867            <div class="comments"> 2D arrays, weig and addr are the weight and addresses used to 
    872868     perform the interpolation: 
    873869          dataout = total(weig*datain[addr], 1) 
    874870          dataout = reform(dataout, jpio, jpjo, /over) 
    875      Those keywords can be set to named variables into which the values will be 
    876      copied when the current routine exits. Next, they can be used to perform 
     871     Those keywords can be set to named variables (that are undefined or equal to 0) into which the 
     872     values will be copied when the current routine exits. Next, they can be used to perform 
    877873     the interpolation whithout computing again those 2 parameters. This greatly 
    878874     speed-up the interpolation! In that case, lonin, latin, lonout and latout are not necessary. 
Note: See TracChangeset for help on using the changeset viewer.