Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/LABEL/label_gmt.pro

    r134 r157  
     1;+ 
     2; @file_comments  
     3; Apply GMT palette into IDL color/intervals system 
     4;  
     5; @categories 
     6;  
     7;  
     8; @param MIN {in}{required} 
     9; A reel number specifying above what value we want to trace a contour 
    110; 
    2 ; Apply GMT palette into IDL color/intervals system 
     11; @param MAX {in}{required} 
     12; A reel number specifying below what value we want to trace a contour 
     13;  
     14; @param INTERVALLE  
    315; 
     16;  
     17; @param NCOUL  
     18; 
     19;  
     20; @param NCONTOUR {out} 
     21; Number of contour to be drawn. 
     22; 
     23; @param LEVEL_Z2D {in}{required} 
     24; Vector containing values of isolignes to be traced. 
     25; 
     26; @param COUL 
     27; 
     28;  
     29; @restrictions 
     30;  
     31;  
     32; @examples 
     33; 
     34; 
     35; @history 
     36;  
     37; 
     38; @version 
     39; $Id$ 
     40;- 
    441PRO label_gmt, min, max, intervalle, ncoul, ncontour, level_z2d, coul 
    542; 
Note: See TracChangeset for help on using the changeset viewer.