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/PLOTS/VECTEUR/ajoutvect.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Overprint vectors in a field traced by plt. 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_ajoutvect"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>ajoutvect </h2> 
     715          <h2><a class="top" href="#container">top</a>ajoutvect <span class="categories"> 
     716 graphic 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:ajoutvect 
    720  
    721  PURPOSE:surimprimme des vecteur sur un champ tarce par plt 
    722  
    723  CATEGORY:grafique 
    724  
    725  CALLING SEQUENCE:ajoutvect,vecteur  
    726  
    727  INPUTS: 
    728         vecteur: une structure a 2 elements contenant les 2 matrices U 
    729         et V des valeurs de la composante zonale et meridienne du 
    730         champ de vecteurs a tracer. 
    731        par ex: 
    732        vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
    733        rq:le nom des elements de vecteur n''a aucune importance. 
    734        vecteur={u:lec('unsurface'),v:lec('vnsurface')} convient aussi 
    735  
    736  KEYWORD PARAMETERS: 
    737  
    738         /UNVECTSUR:un scalaire n on un tableau a 2 elements [n1,n2]. 
    739          dans le premier cas, on tracera un vecteur sur n suivant les 
    740          x et les y. 
    741          dans le second cas on tracera un vecteur sur n1 suivant x 
    742          et un vecteur sur n2 suivant y 
    743        Rq; pour tracer tous les vecteurs suivant y et 1 sur 2 suivant 
    744        x mettre unvectsur=[2,1] 
    745  
    746         VECTMIN=norme minimun des vecteurs a tracer  
    747  
    748         VECTMAX=norme minimun des vecteurs a tracer  
    749  
    750  OUTPUTS: 
    751  
    752  COMMON BLOCKS: 
    753         common.pro               
    754  
    755  SIDE EFFECTS: 
    756  
    757  RESTRICTIONS: 
    758  
    759  EXAMPLE: 
    760723</div> 
    761724 
     
    767730             
    768731            <h4 id="_ajoutvect_param_vecteur">vecteur&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    769                
    770                
    771                
    772                
     732              <span class="attr">in</span> 
     733               
     734               
     735              <span class="attr">required</span> 
    773736               
    774737               
     
    777740            </h4> 
    778741         
    779           <div class="comments"></div> 
     742          <div class="comments"> goes well too. 
     743</div> 
    780744             
    781745            <h4 id="_ajoutvect_param_vectlegende">vectlegende&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    810774            </h4> 
    811775         
    812             <div class="comments"></div> 
     776            <div class="comments"> 
     777 It is a scalar n or an array with 2 elements [n1,n2]. 
     778 In the first case, we will trace a vector on n following x and y. 
     779 In the second case, we will trace a vector on n1 following x and a  
     780 vector n2 following n2 
     781   Comments: To trace all vectors following y and one vector on two  
     782 following x, put unvectsur=[2,1] 
     783</div> 
    813784             
    814785            <h4 id="_ajoutvect_keyword_VECTMIN">VECTMIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    815                
    816                
    817                
    818                
     786              <span class="attr">in</span> 
     787               
     788               
     789              <span class="attr">required</span> 
    819790               
    820791               
     
    823794            </h4> 
    824795         
    825             <div class="comments"></div> 
     796            <div class="comments"> 
     797 Minimum norme of vectors to be traced  
     798</div> 
    826799             
    827800            <h4 id="_ajoutvect_keyword_VECTMAX">VECTMAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    828                
    829                
    830                
    831                
     801              <span class="attr">in</span> 
     802               
     803               
     804              <span class="attr">required</span> 
    832805               
    833806               
     
    836809            </h4> 
    837810         
    838             <div class="comments"></div> 
     811            <div class="comments"> 
     812 Maximum norme of vectors to be traced  
     813</div> 
    839814             
    840815            <h4 id="_ajoutvect_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    849824            </h4> 
    850825         
    851             <div class="comments"></div> 
     826            <div class="comments"> 
     827 Used to pass your keywords 
     828 </div> 
    852829             
    853830           
    854831 
    855832           
    856            
    857            
    858            
    859            
    860            
    861            
    862            
    863            
    864            
    865            
    866            
    867          
    868            
    869            
    870            
    871            
     833          <h3>Version history</h3> 
     834           
     835          <h4>Version</h4><div class="preformat"> 
     836 $Id$  
     837 </div> 
     838          <h4>History</h4><div class="preformat"></div> 
     839           
     840           
     841           
     842           
     843           
     844           
     845           
     846         
     847          <h3>Other attributes</h3> 
     848           
     849           
     850          <h4>Uses routines</h4><div class="preformat"> 
     851 common.pro              
     852</div> 
    872853           
    873854           
Note: See TracChangeset for help on using the changeset viewer.