Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

Location:
trunk/SRC/ToBeReviewed/PLOTS/LABEL
Files:
2 edited

Legend:

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

    r157 r163  
    1919; Biggest value for the drawing of the contour. 
    2020; 
    21 ; @keyword INTERVALLE 
    22 ; Value of an interval betwenn two isolines. By default, it is calculated to  
    23 ; draw 20 isolines. In all cases, this keyword must be returnedt have a nice 
     21; @keyword INTERVALLE {default=20} 
     22; Value of an interval between two isolines. By default, it is calculated to  
     23; draw 20 isolines. In all cases, this keyword must be returned have a nice 
    2424; caption. If levels do not contain regular intervals, put it at -1. 
    2525; 
    26 ; @keyword NLEVEL 
    27 ; Number of contour to be drawn. By default =20. Active if LABEL=0 or is not specified. 
     26; @keyword NLEVEL {default=20} 
     27; Number of contour to be drawn. Active if LABEL=0 or is not specified. 
    2828; 
    2929; @param NCONTOUR {out} 
  • trunk/SRC/ToBeReviewed/PLOTS/LABEL/label_date.pro

    r157 r163  
    2626;  For time: 
    2727; %H for Hours, 2 digits. 
    28 ; %I for mInutes, 2 digits. 
     28; %I for Minutes, 2 digits. 
    2929; %S for Seconds, 2 digits. 
    3030; %% is %. 
     
    8888;- 
    8989;----------------------------------------------------------------------------- 
    90 FUNCTION LABEL_DATE, axis, index, x, DATE_FORMAT = format, MONTHS = months, $ 
     90FUNCTION label_date, axis, index, x, DATE_FORMAT = format, MONTHS = months, $ 
    9191              OFFSET= offs, _EXTRA = ex 
    9292; 
Note: See TracChangeset for help on using the changeset viewer.