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/pltt.pro

    r370 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 ;          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    13 ;            pass in <pro>grossemoyenne</pro> to be averaged and become an 1d or 2d array. 
    14 ;          * 2d: If the array is already 2d, it is not modified (beware, lands must 
    15 ;            be masked at the value valmask) and nevertheless, type must be specified 
    16 ;            to we know of which trace it is about. 
    17 ;            To have a correct caption, respecify the extraction zone via BOXZOOM. 
    18 ;          * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    19 ;            to we know of which trace it is about. 
    20 ;            To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    21 ;       2) a structure respecting all criterions specified by <pro>litchamp</pro> 
    22 ;          See IDL> xhelp,'litchamp'. The array contained in the structure 
    23 ;          respecting criterions of case 1) 
    24 ; 
     11; 
     12; 1) An array which can be: 
     13;    * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     14;    pass in <pro>grossemoyenne</pro> to be averaged and become an 1d or 2d array. 
     15;    * 2d: If the array is already 2d, it is not modified (beware, lands must 
     16;    be masked at the value valmask) and nevertheless, type must be specified 
     17;    to we know of which trace it is about. 
     18;    To have a correct caption, respecify the extraction zone via BOXZOOM. 
     19; 
     20;    * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
     21;      to we know of which trace it is about. 
     22;      To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     23; 2) a structure respecting all criterions specified by <pro>litchamp</pro> 
     24;    The array contained in the structure respecting criterions of case 1) 
    2525;  
    2626; @param GIVENTYPE 
Note: See TracChangeset for help on using the changeset viewer.