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/GRILLE/vmask.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 calculate fmask. Economize memory (we do not need to keep vmask anymore) 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_vmask"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>vmask </h2> 
     715          <h2><a class="top" href="#container">top</a>vmask <span class="categories"> 
     716 Utilities 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:vmask 
    720  
    721  PURPOSE:calcule vmask 
    722  
    723  CATEGORY:fonction economisatrice de memoire (plus besion de garder 
    724  vmask)   
    725  
    726  CALLING SEQUENCE:res=vmask() 
    727  
    728  OUTPUTS:un tableau 3d correspondant a vmask 
    729  
    730  EXAMPLE:s''utilise comme si vmask etait un tableau connu en 
    731  replacant ds la syntaxe vmask par vmask(). par ex: 
    732  au lieu de taper vmask[domainef] il faut taper vmask()[domainef] 
    733723</div> 
    734724 
    735            
    736  
    737            
    738  
    739            
    740  
    741            
    742            
    743            
    744            
    745            
     725          <h3>Return value</h3><div class="preformat"> 
     726 A 3d array corresponding to vmask. 
     727</div> 
     728 
     729           
     730 
     731           
     732 
     733          <h3>Examples</h3><div class="preformat"> 
     734 Used like if vmask was a known array by substituing vmask by (vmask()) 
     735 For example: Instaed of write vmask[domainef] we have to write (vmask())[domainef] 
     736</div> 
     737          <h3>Version history</h3> 
     738           
     739          <h4>Version</h4><div class="preformat"> 
     740 $Id$ 
     741</div> 
     742          <h4>History</h4><div class="preformat"></div> 
    746743           
    747744           
Note: See TracChangeset for help on using the changeset viewer.