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/ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro

    r134 r142  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:axis4pltz 
    65; 
    7 ; PURPOSE:compute the mask and the axis for a vertical section 
     6; @file_comments 
     7; compute the mask and the axis for a vertical section 
    88; 
    9 ; CATEGORY: 
     9; @param MASK {in}{required} 
     10;  3d mask 
     11;         
     12; @param GLAM {in}{required} 
     13; 2d longitude  
     14;  
     15; @param GPHI {in}{required} 
     16; 2d latitude 
    1017; 
    11 ; CALLING SEQUENCE: 
     18; @param Z {in}{required} 
     19; 1d depth 
     20; 
     21; @keyword XXAXIS  
     22; to get the xaxis we need to use in pltbase 
     23;       
     24; @keyword ZZAXIS  
     25; to get the yaxis we need to use in pltbase 
     26; 
     27; @keyword SIN  
     28; Activate this keyword if we want the x axis to be traced in sinus of the  
     29; latitude when we make a drawing f(y) 
     30; 
     31; @keyword ZRATIO 
     32; When the drawing has a zoomed part, it is the size rapport between the zoomed part,  
     33; hz (zoom height), and the whole drawing, ht (total height). By default =2./3 
     34; 
     35; @keyword _EXTRA 
     36; used to pass your keywords 
    1237;  
    13 ; INPUTS:mask: 3d mask 
    14 ;        glam, gphi: 2d longitudes and latitudes 
    15 ;        z:1d depth 
     38;  Others: see pltz  
    1639; 
    17 ; KEYWORD PARAMETERS: 
    18 ;        XXAXIS to get the xaxis we need to use in pltbase 
    19 ;        ZZAXIS to get the yaxis we need to use in pltbase 
    2040; 
    21 ;        Others: see pltz  
     41; @history 
     42; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     43;                      June 24, 2002 
    2244; 
    23 ; OUTPUTS: 
     45; @version 
     46; $Id$ 
    2447; 
    25 ; COMMON BLOCKS: 
    26 ; 
    27 ; SIDE EFFECTS: 
    28 ; 
    29 ; RESTRICTIONS: 
    30 ; 
    31 ; EXAMPLE: 
    32 ; 
    33 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
    34 ;                      June 24, 2002 
    3548;- 
    3649;------------------------------------------------------------ 
     
    8396  ENDELSE  
    8497;---------------------------------------------------------- 
    85 ; on projette l''axe z dans [0,1] 
     98; We project the z axis in [0,1] 
    8699;---------------------------------------------------------- 
    87100  if not keyword_set(zratio) then zratio = 2./3 
Note: See TracChangeset for help on using the changeset viewer.