Changeset 163 for trunk/SRC/Colors


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/Colors
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/color24.pro

    r137 r163  
    3333; 
    3434;- 
    35 FUNCTION COLOR24, rgb_triple 
     35FUNCTION color24, rgb_triple 
    3636; 
    3737  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Colors/colorbar.pro

    r157 r163  
    3737; The format of the bar annotations. 
    3838; 
    39 ; @keyword CB_LABEL  
    40 ; A vector to specify sticks values of the color bar. It allowes, 
     39; @keyword CB_LABEL {type=vector} 
     40; A vector to specify sticks values of the color bar. It allows, 
    4141; when we use DISCRETE, to have colors that don't increase by 
    4242; increments in a regular way. 
     
    115115; 
    116116;- 
    117 PRO COLORBAR, BOTTOM=bottom, CB_CHARSIZE=cb_charsize, CB_CHARTHICK=cb_charthick $ 
     117PRO colorbar, BOTTOM=bottom, CB_CHARSIZE=cb_charsize, CB_CHARTHICK=cb_charthick $ 
    118118              , CB_COLOR=cb_color, DIVISIONS=divisions, DISCRETE=discrete $ 
    119119              , CB_LABEL = cb_label, FORMAT=format, POSITION=position $ 
  • trunk/SRC/Colors/getcolor.pro

    r137 r163  
    9494; value is ignored unless the LOAD keyword is also set. The keyword is also 
    9595; ignored if the TRUE keyword is set or if color decomposition in on in 
    96 ; IDL 5.2 and higher. The default value for the START keyword is 
     96; IDL 5.2 and higher. 
    9797; 
    9898; @keyword TRUE   
     
    183183; Added the INDEX parameter to the program 8 Mar 99. DWF 
    184184; Added the NAMES keyword at insistence of Martin Schultz. 10 Mar 99. DWF 
    185 ; Reorderd the colors so black is first and white is last. 7 June 99. DWF 
     185; Reordered the colors so black is first and white is last. 7 June 99. DWF 
    186186; Added automatic recognition of DECOMPOSED=1 state. 7 June 99. DWF 
    187187; Added LOAD AND START keywords. 7 June 99. DWF. 
     
    190190;- 
    191191 
    192 FUNCTION GETCOLOR, thisColor, index, TRUE=truecolor, $ 
     192FUNCTION getcolor, thisColor, index, TRUE=truecolor, $ 
    193193   NAMES=colornames, LOAD=load, START=start 
    194194; 
  • trunk/SRC/Colors/lct.pro

    r157 r163  
    1313; @keyword LIGHTNESS  
    1414; a scalar used to change the Lightness of the color 
    15 ; palette to be abble to adjust according to the printer we use, 
     15; palette to be able to adjust according to the printer we use, 
    1616; the media (paper or slide)...  
    1717;               lightness < 1 to get lighter colors 
     
    2323; @keyword GET_NAME 
    2424; Set this keyword to a named variable in which the names of the color tables 
    25 ; are reurned as a string array. No changes are made to the color table. 
     25; are returned as a string array. No changes are made to the color table. 
    2626; 
    2727; @keyword _EXTRA 
  • trunk/SRC/Colors/newpalette.pro

    r157 r163  
    44; @file_comments  
    55; Allows to save the palette which is on the screen 
    6 ; in a same type file than the one gven by default in IDL 
     6; in a same type file than the one given by default in IDL 
    77; 'colors1.tbl'. 
    88; 
     
    1010; Color 
    1111; 
    12 ; @param namepal {in}{required}  
     12; @param namepal {in}{required}{type=string} 
    1313; a string containing the name of the new palette we want to write. 
    1414; 
  • trunk/SRC/Colors/xlct.pro

    r157 r163  
    22; @hidden 
    33;- 
    4 PRO XLCT_PSAVE                  ;Save/Restore our plotting state. 
     4PRO xlct_psave                  ;Save/Restore our plotting state. 
    55;  Swaps our state with the current state each time its called. 
    66; 
     
    458458; will be undefined. 
    459459; 
    460 ; @history 5/5/1999 copie de xloadct par Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     460; @history 5/5/1999 copy of xloadct par Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    461461; 
    462462; @version $Id$ 
     
    464464;- 
    465465 
    466 PRO XLct, SILENT=silent_f, GROUP=group, FILE=file, $ 
     466PRO xlct, SILENT=silent_f, GROUP=group, FILE=file, $ 
    467467          USE_CURRENT=use_current, NCOLORS = nc, BOTTOM=bottom, $ 
    468468          MODAL=modal, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
  • trunk/SRC/Colors/xpal.pro

    r157 r163  
    77; @hidden 
    88;- 
    9 function XP_NEW_COLORS 
     9function xp_new_colors 
    1010; 
    1111  compile_opt idl2, strictarrsubs 
     
    3232; @hidden 
    3333;- 
    34 pro XP_ALERT_CALLER 
     34pro xp_alert_caller 
    3535; 
    3636  compile_opt idl2, strictarrsubs 
     
    6161; @hidden 
    6262;- 
    63 pro XP_XLCTCALLBACK 
     63pro xp_xlctcallback 
    6464; 
    6565  compile_opt idl2, strictarrsubs 
     
    7575; @hidden 
    7676;- 
    77 pro XP_REDRAW 
     77pro xp_redraw 
    7878; 
    7979  compile_opt idl2, strictarrsubs 
     
    103103; @hidden 
    104104;- 
    105 pro XP_REPLOT, color_index, type 
     105pro xp_replot, color_index, type 
    106106; 
    107107  compile_opt idl2, strictarrsubs 
     
    190190; @hidden 
    191191;- 
    192 pro XP_CHANGE_COLOR, type, value 
     192pro xp_change_color, type, value 
    193193; 
    194194  compile_opt idl2, strictarrsubs 
     
    236236; @hidden 
    237237;- 
    238 pro XP_BUTTON_EVENT, event 
     238pro xp_button_event, event 
    239239; 
    240240  compile_opt idl2, strictarrsubs 
     
    388388;- 
    389389 
    390 pro XP_EVENT, event 
     390pro xp_event, event 
    391391; 
    392392  compile_opt idl2, strictarrsubs 
     
    542542; specified, a death of the caller results in a death of xpal 
    543543; 
    544 ; @keyword BLOCK 
     544; @keyword BLOCK {default=1} 
    545545; Set this keyword to have XMANAGER block when this 
    546546; application is registered.  By default the Xmanager 
     
    568568; will be undefined. 
    569569; 
    570 ; @history adaptation de xpalette pour ajouter un bouton save par 
    571 ;          Grima Nicolas (nglod\@ipsl.jussieu.fr) et par Masson 
     570; @history  
     571; Adaptation of xpalette to add a save button by 
     572;          Grima Nicolas (nglod\@ipsl.jussieu.fr) and by Masson 
    572573;          Sebastien (smlod\@ipsl.jussieu.fr) 
    573574; 
     
    575576; 
    576577;- 
    577 pro XPAL, GROUP=group, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
     578pro xpal, GROUP=group, BLOCK=block, UPDATECALLBACK=updt_cb_name, $ 
    578579        UPDATECBDATA=updt_cb_data 
    579580; 
Note: See TracChangeset for help on using the changeset viewer.