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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 Allows to pass from a 2d depth sill array to a 3d array of mask  
     700 with one of levels above the sill depth and 0s below. 
     701</div> 
    699702 
    700703       
     
    711714        <div class="routine_details" id="_depth2mask"> 
    712715 
    713           <h2><a class="top" href="#container">top</a>depth2mask </h2> 
     716          <h2><a class="top" href="#container">top</a>depth2mask <span class="categories"> 
     717 Without loop 
     718</span></h2> 
    714719         
    715720          <p class="header"> 
     
    717722         
    718723          <div class="comments"> 
    719  NAME: depth2mask 
    720  
    721  PURPOSE: permet de passer d''un tableau 2d de profondeur seuil au 
    722  tableau 3d de mask avec des 1 ds les niveaux au dessus de la 
    723  profondeur seuil et des 0 en dessous. 
    724  
    725  CATEGORY: SANS BOUCLE 
    726  
    727  CALLING SEQUENCE: res=depth2mask(depht2d) 
    728  
    729  INPUTS: depht2d tableau 2d de profondeur seuil (ou une structure repondant 
    730  aux criteres de litchamp) 
    731  
    732  KEYWORD PARAMETERS: 
    733  
    734       /UPPER: (active par defaut) on selectionne le niveau 
    735       directement au dessus de la profondeur 
    736  
    737       /LOWER: on selectionne le niveau directement au dessous de la 
    738       profondeur  
    739  
    740       /CLOSER: on selectionne le niveau le plus proche de la 
    741       profondeur  
    742  
    743  OUTPUTS: un tableau 3d contenant le mask associe au tableau 2d de 
     724</div> 
     725 
     726          <h3>Return value</h3><div class="preformat"> 
     727 It is a 3d array containing the mas associated to the 2d sill depth array 
    744728 profondeurs seuil 
    745  
    746  COMMON BLOCKS: 
    747         common.pro 
    748  
    749  SIDE EFFECTS: 
    750  
    751  RESTRICTIONS: 
    752  
    753  EXAMPLE: 
    754729</div> 
    755  
    756            
    757730 
    758731           
     
    771744            </h4> 
    772745         
    773           <div class="comments"></div> 
     746          <div class="comments">  
     747 2d sill depth array (or a structure respecting litchamp critrions) 
     748</div> 
    774749             
    775750 
     
    791766            </h4> 
    792767         
    793             <div class="comments"></div> 
     768            <div class="comments"> 
     769 used to pass your keywords 
     770 </div> 
    794771             
    795772           
    796773 
    797774           
    798            
    799            
    800            
    801            
    802            
    803            
    804            
    805            
    806            
    807            
    808            
    809          
    810            
    811            
    812            
    813            
     775          <h3>Version history</h3> 
     776           
     777          <h4>Version</h4><div class="preformat"> 
     778 $Id$ 
     779</div> 
     780          <h4>History</h4><div class="preformat"></div> 
     781           
     782           
     783           
     784           
     785           
     786           
     787           
     788         
     789          <h3>Other attributes</h3> 
     790           
     791           
     792          <h4>Uses routines</h4><div class="preformat"> 
     793 common.pro 
     794</div> 
    814795           
    815796           
Note: See TracChangeset for help on using the changeset viewer.