Ignore:
Timestamp:
08/12/08 14:35:46 (16 years ago)
Author:
pinsard
Message:

improvements of headers (typo, links, paragraphes, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r367 r378  
    99; @param TAB {in}{required} 
    1010; The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    11 ;       1) An array which can be: 
    12 ;          * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
    13 ;          in moyenne or grossemoyenne to be averaged and become  an array 1d. 
    14 ;          * 1d:Nevertheless, the type must be specified in order to we know which trace 
    15 ;          it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    16 ;       2) a structure respecting all criterions specified by <pro>litchamp</pro> 
    17 ;          See IDL> xhelp,'litchamp'. The array contained in the structure 
    18 ;          respecting criterions of case 1) 
     11; 1) An array which can be: 
     12; 
     13;   * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array  
     14;     will pass in <pro>moyenne</pro> or <pro>grossemoyenne</pro> to be  
     15;     averaged and become an array 1d. 
     16;   * 1d:Nevertheless, the type must be specified in order to we know which  
     17;     trace it is about. To have a correct caption, respecify the extraction  
     18;     zone via BOXZOOM. 
     19; 2) a structure respecting all criterions specified by <pro>litchamp</pro> 
     20;    The array contained in the structure respecting criterions of case 1) 
    1921; 
    2022; @param PARAM2 {in}{required} 
     
    3133; 
    3234; @keyword BOXZOOM 
    33 ; Vector indicating the geographic zone (3d) on which the extraction of the field must 
    34 ; be done to do the hovmoeller. 
    35 ;  If BOXZOOM has : 
     35; Vector indicating the geographic zone (3d) on which the extraction of the  
     36; field must be done to do the hovmoeller. 
     37; 
     38; If BOXZOOM has : 
    3639; 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    3740; 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     
    4043; 6 elements: The extraction is made on Boxzoom 
    4144; 
    42 ; Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
    43 ; <pro>domdef</pro> ! 
     45; Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at  
     46; the last <pro>domdef</pro> ! 
    4447; 
    4548; @keyword COL1D 
Note: See TracChangeset for help on using the changeset viewer.