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)

File:
1 edited

Legend:

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

    r157 r163  
    1414; 2D array to visualize 
    1515; 
    16 ; @param CELLSIZE {in}{optiona} 
     16; @param CELLSIZE {in}{optional} 
    1717; This is the size (in pixel) of the square 
    1818; representing 1 array element. By default, this size is computed 
     
    2121; of cellsize that forces tvplus to create a window larger than 
    2222; the screen, a "scrolling window" will be displayed instead of a 
    23 ; regular window. Unfortunately the nice fonctionnalities of tvplus 
     23; regular window. Unfortunately the nice functionnalities of tvplus 
    2424; are not coded for "scrolling window" case... 
    2525; 
     
    3434; 
    3535; @keyword OFFSET  
    36 ; 2 elements vector used by tvplus itself when shoing zoom. 
     36; 2 elements vector used by tvplus itself when showing zoom. 
    3737; It is used to shift the ranges of xaxis and yaxis. 
    3838; For example: tvplus,sst[x1:x2,y1:y2],offest=[x1,y1] 
     
    5454; 
    5555; @keyword NOINTERP 
    56 ; Used this keyword if you don't whant that the values 
     56; Used this keyword if you don't want that the values 
    5757; are interpolated from BOTTOM using NCOLORS colors. 
    58 ; This can be for example usefull when working on byte type arrays. 
     58; This can be for example useful when working on byte type arrays. 
    5959; 
    6060; @keyword NOUSEINFOS 
    61 ; Activite to supress the printed message explaining how to use tvplus 
     61; Activate to suppress the printed message explaining how to use tvplus 
    6262; 
    6363; @keyword WINDOW 
     
    7474;     right button : quit 
    7575; 
    76 ; the nice fonctionnalities of tvplus are not coded 
     76; the nice functionnalities of tvplus are not coded 
    7777; for "scrolling window" case... 
    7878; 
Note: See TracChangeset for help on using the changeset viewer.