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

Location:
trunk/SRC/Documentation/idldoc_html_output/Interpolation
Files:
2 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. 
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/fromreg.html

    r111 r113  
    719719         
    720720          <p class="header"> 
    721             <span class="result">result = </span>fromreg(<span class="result"><a href="#_fromreg_param_method">method</a>, <a href="#_fromreg_param_datain">datain</a>[, <a href="#_fromreg_param_lonin">lonin</a>][, <a href="#_fromreg_param_latin">latin</a>][, <a href="#_fromreg_param_lonout">lonout</a>], <a href="#_fromreg_param_latout">latout</a></span>, <a href="#_fromreg_keyword_WEIG">WEIG</a>=<span class="result">WEIG</span>, <a href="#_fromreg_keyword_ADDR">ADDR</a>=<span class="result">ADDR</span>, <a href="#_fromreg_keyword_NONORTHERNLINE">NONORTHERNLINE</a>=<span class="result">NONORTHERNLINE</span>, <a href="#_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE</a>=<span class="result">NOSOUTHERNLINE</span>)</p> 
     721            <span class="result">result = </span>fromreg(<span class="result"><a href="#_fromreg_param_method">method</a>, <a href="#_fromreg_param_datain">datain</a>, <a href="#_fromreg_param_lonin">lonin</a>, <a href="#_fromreg_param_latin">latin</a>, <a href="#_fromreg_param_lonout">lonout</a>, <a href="#_fromreg_param_latout">latout</a></span>, <a href="#_fromreg_keyword_WEIG">WEIG</a>=<span class="result">WEIG</span>, <a href="#_fromreg_keyword_ADDR">ADDR</a>=<span class="result">ADDR</span>, <a href="#_fromreg_keyword_NONORTHERNLINE">NONORTHERNLINE</a>=<span class="result">NONORTHERNLINE</span>, <a href="#_fromreg_keyword_NOSOUTHERNLINE">NOSOUTHERNLINE</a>=<span class="result">NOSOUTHERNLINE</span>)</p> 
    722722         
    723723          <div class="comments"> 
     
    761761              <span class="attr">in</span> 
    762762               
    763               <span class="attr">optional</span> 
    764                
     763               
     764              <span class="attr">required</span> 
    765765               
    766766               
     
    769769            </h4> 
    770770         
    771           <div class="comments">  longitude of the input data. optionals if 
    772             WEIG and ADDR keywords used.</div> 
     771          <div class="comments">  1D or 2D array defining the longitude of the input data</div> 
    773772             
    774773            <h4 id="_fromreg_param_latin">latin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    775774              <span class="attr">in</span> 
    776775               
    777               <span class="attr">optional</span> 
    778                
     776               
     777              <span class="attr">required</span> 
    779778               
    780779               
     
    783782            </h4> 
    784783         
    785           <div class="comments">  latitude of the input data. optionals if 
    786             WEIG and ADDR keywords used.</div> 
     784          <div class="comments">  1D or 2D array defining the latitude of the input data</div> 
    787785             
    788786            <h4 id="_fromreg_param_lonout">lonout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    789787              <span class="attr">in</span> 
    790788               
    791               <span class="attr">optional</span> 
    792                
     789               
     790              <span class="attr">required</span> 
    793791               
    794792               
     
    797795            </h4> 
    798796         
    799           <div class="comments">  longitude of the output data. optionals if 
    800             WEIG and ADDR keywords used. 
    801   latitude of the output data. optionals if 
    802             WEIG and ADDR keywords used. 
     797          <div class="comments">  1D or 2D array defining the longitude of the output data 
     798  1D or 2D array defining the latitude of the output data 
    803799</div> 
    804800             
     
    851847          dataout = total(weig*datain[addr], 1) 
    852848          dataout = reform(dataout, jpio, jpjo, /over) 
    853      Those keywords can be set to named variables into which the values will be 
    854      copied when the current routine exits. Next, they can be used to perform 
     849     Those keywords can be set to named variables (that are undefined or equal to 0) into which the 
     850     values will be copied when the current routine exits. Next, they can be used to perform 
    855851     the interpolation whithout computing again those 2 parameters. In that 
    856852     case, lonin, latin, lonout and latout are not necessary. 
Note: See TracChangeset for help on using the changeset viewer.