Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Allow to pass from a 2d sill level array to the 3d mask array with 1s in  
     700 levels above the sill level and 0s below (and on it) 
     701</div> 
    699702 
    700703       
     
    711714        <div class="routine_details" id="_level2mask"> 
    712715 
    713           <h2><a class="top" href="#container">top</a>level2mask </h2> 
     716          <h2><a class="top" href="#container">top</a>level2mask <span class="categories">  
     717 without loop 
     718</span></h2> 
    714719         
    715720          <p class="header"> 
     
    717722         
    718723          <div class="comments"> 
    719  NAME:level2mask 
    720  
    721  PURPOSE: permet de passer d''un tableau 2d de niveau seuil au 
    722  tableau 3d de mask avec des 1 ds les niveaux au dessus du 
    723  niveau seuil et des 0 en dessous (et sur). 
    724  
    725  CATEGORY: SANS BOUCLE 
    726  
    727  CALLING SEQUENCE: res=level2mask(niveau) 
    728  
    729  INPUTS: niveau tableau 2d de niveaux seuil (ou une structure repondant 
    730  aux criteres de litchamp) 
    731  
    732  KEYWORD PARAMETERS: 
    733  
    734  OUTPUTS: un tableau 3d contenant le mask associe au tableau 2d de 
    735  niveaux seuil 
    736  
    737  COMMON BLOCKS: 
    738         common.pro 
    739  
    740  SIDE EFFECTS: 
    741  
    742  RESTRICTIONS: 
    743  
    744  EXAMPLE: 
    745 </div> 
    746  
    747            
     724</div> 
     725 
     726          <h3>Return value</h3><div class="preformat"> 
     727 It is a 3d array containing the mask associated to the 2d sill level array 
     728</div> 
    748729 
    749730           
     
    752733             
    753734            <h4 id="_level2mask_param_tab">tab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     735              <span class="attr">in</span> 
    754736               
    755737               
    756                
    757                
     738              <span class="attr">required</span> 
    758739               
    759740               
     
    762743            </h4> 
    763744         
    764           <div class="comments"></div> 
     745          <div class="comments"> 
     746 2d level array of sill level (or a structure respecting litchamp criterions) 
     747</div> 
    765748             
    766749 
     
    770753 
    771754           
    772            
    773            
    774            
    775            
    776            
    777            
    778            
    779            
    780            
    781            
    782            
    783          
    784            
    785            
    786            
    787            
     755          <h3>Version history</h3> 
     756           
     757          <h4>Version</h4><div class="preformat"> 
     758 $Id$ 
     759</div> 
     760          <h4>History</h4><div class="preformat"></div> 
     761           
     762           
     763           
     764           
     765           
     766           
     767           
     768         
     769          <h3>Other attributes</h3> 
     770           
     771           
     772          <h4>Uses routines</h4><div class="preformat"> 
     773 common.pro 
     774</div> 
    788775           
    789776           
Note: See TracChangeset for help on using the changeset viewer.