This page was created by the IDL library routine mk_html_help2.

Last modified: Mon Oct 31 12:42:20 2011.


Directory Listing of Routines


Routine Descriptions

THM_UI_TPLOT_GUI_LOAD_TVARS

[Next Routine] [List of Routines]
NAME:  
  thm_ui_tplot_gui_load_tvars
  
PURPOSE:
  Verifies input tplot variables for tplot_gui.  This is actually the trickiest part of the whole process
  
CALLING SEQUENCE:
 thm_ui_tplot_gui_validate_tvars,in_names,out_names=out_names
  
INPUT:
  in_names:  Input names supplied by user.
  
Keywords:
(Input):
  no_verify: value of the no_verify keyword supplied by user(optionally)
(Output):
  out_names: csvector containing lists of validated names for plots
  all_names: All the non-pseudo variables that will be used for verification
  limits: csvector containing variable specific settings, somewhat collated in the case of pseudo variables, 
  dlimits: csvector containing defaultish variable specific settings, somewhat collated in the case of pseudo variables
  

SEE ALSO:
  ssl_general/misc/csvector.pro
  (Used to generate linked list, so that temporary tplot variables aren't needed)
  
$LastChangedBy: pcruce $
$LastChangedDate: 2010-04-30 16:49:56 -0700 (Fri, 30 Apr 2010) $
$LastChangedRevision: 7571 $
$URL: svn+ssh://thmsvn@ambrosia2.ssl.berkeley.edu/repos/thmsoc/tags/tdas_6_00_vmtest/idl/themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_load_tvars.pro $

(See themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_load_tvars.pro)


THM_UI_TPLOT_GUI_MAKE_VAR_LABELS

[Previous Routine] [Next Routine] [List of Routines]
NAME:  
  thm_ui_tplot_gui_make_var_labels
  
PURPOSE:
  Integrates information from various sources to properly set variable labels in a tplot-like fashion
  
CALLING SEQUENCE:
 thm_ui_tplot_gui_var_labels,panel,page,var_label=var_label,allnames=allnames,newnames=newnames
  
INPUT:
  panel: last panel in the label
  page: page settings for the active window          
            
KEYWORDS:
  varnames:  varnames to be added
  allnames: list of names as added
  newnames: names of variables in allnames after potential user rename

OUTPUT:
  mutates panel object
  
$LastChangedBy: pcruce $
$LastChangedDate: 2010-04-30 18:23:39 -0700 (Fri, 30 Apr 2010) $
$LastChangedRevision: 7572 $
$URL: svn+ssh://thmsvn@ambrosia2.ssl.berkeley.edu/repos/thmsoc/tags/tdas_6_00_vmtest/idl/themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_make_var_labels.pro $

(See themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_make_var_labels.pro)


THM_UI_TPLOT_GUI_PAGE_OPTIONS

[Previous Routine] [Next Routine] [List of Routines]
NAME:  
  thm_ui_tplot_gui_page_options
  
PURPOSE:
  Integrates information from various sources to properly set page options in a tplot-like fashion
  
CALLING SEQUENCE:
 thm_ui_tplot_gui_page_options,pagesettings
  
INPUT:
  pagesettings: settings for current window 
            
KEYWORDS:

OUTPUT:
  mutates pagesettings object
  
$LastChangedBy: pcruce $
$LastChangedDate: 2010-05-07 15:33:11 -0700 (Fri, 07 May 2010) $
$LastChangedRevision: 7590 $
$URL: svn+ssh://thmsvn@ambrosia2.ssl.berkeley.edu/repos/thmsoc/tags/tdas_6_00_vmtest/idl/themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_page_options.pro $

(See themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_page_options.pro)


THM_UI_TPLOT_GUI_PANEL_OPTIONS

[Previous Routine] [List of Routines]
NAME:  
  thm_ui_tplot_gui_panel_options
  
PURPOSE:
  Integrates information from various sources to properly set panel options in a tplot-like fashion
  
CALLING SEQUENCE:
 thm_ui_tplot_gui_var_labels,panel,page,varnames,allnames=allnames,newnames=newnames
  
INPUT:
  panel: curent panel in the label     
            
KEYWORDS:
  varnames: varnames added to panel
  allnames: list of names as added
  newnames: names of variables in allnames after potential user rename
  trange: trange keyword from parent

OUTPUT:
  mutates panel object
  
$LastChangedBy: pcruce $
$LastChangedDate: 2010-09-13 16:28:12 -0700 (Mon, 13 Sep 2010) $
$LastChangedRevision: 7810 $
$URL: svn+ssh://thmsvn@ambrosia2.ssl.berkeley.edu/repos/thmsoc/tags/tdas_6_00_vmtest/idl/themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_panel_options.pro $

(See themis/thm_ui_new/utilities/thm_ui_tplot_gui_funcs/thm_ui_tplot_gui_panel_options.pro)