Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/projectondepth.html

    r157 r163  
    727727 
    728728          <h3>Return value</h3><div class="preformat"> 
    729  A 2d array which is the projection of the 3d array following depthes indicated by depthin 
     729 A 2d array which is the projection of the 3d array following depths indicated by depthin 
    730730</div> 
    731731 
     
    740740               
    741741               
    742                
     742              <span class="attr">type:</span> <span class="value">3d array</span> 
    743743               
    744744               
    745745            </h4> 
    746746         
    747           <div class="comments">  
     747          <div class="comments"> 
    748748 It is a 3d array whose 3rd dimension must be equal to jpk 
    749749 </div> 
     
    755755               
    756756               
    757                
     757              <span class="attr">type:</span> <span class="value">2d array</span> 
    758758               
    759759               
    760760            </h4> 
    761761         
    762           <div class="comments">  
     762          <div class="comments"> 
    763763 It is a 2d array indicating for each point n, at which depth to project 
    764764       </div> 
     
    770770 
    771771          <h3>Examples</h3><div class="preformat"> 
    772  we build a possible depthes array 
     772 we build a possible depths array 
    773773   IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
    774  We build an array to project on these depthes. For the test, 
     774 We build an array to project on these depths. For the test, 
    775775 we build a 3d array whose each vector following z is the depth.  
    776776   IDL> arraytest=replicate(1,jpi*jpj)#gdept 
     
    785785           
    786786          <h4>Version</h4><div class="preformat"> 
    787  $Id: projectondepth.pro 142 2006-07-21 12:47:49Z navarro $ 
     787 $Id: projectondepth.pro 157 2006-08-21 09:01:50Z navarro $ 
    788788</div> 
    789789          <h4>History</h4><div class="preformat"> 
     
    811811           
    812812         
     813          <h3>Statistics</h3> 
     814          <table class="statistics"> 
     815            <tr><td>McCabe cyclic</td><td>          17</td></tr> 
     816            <tr><td>McCabe essential</td><td>           1</td></tr> 
     817            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     818          </table> 
    813819           
    814820         
Note: See TracChangeset for help on using the changeset viewer.