This page was created by the IDL library routine
mk_html_help2.
Last modified: Fri Nov 2 10:24:04 2012.
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)
06/06/2011: lphilpott, added option for user to rename variable before loading if a variable with that name already exists.
11/04/2011: lphilpott, moved thm_ui_tplot_gui_load_tvars_with_new_name to thm_ui_load_tvars_with_new_name - now it is also used by thm_ui_manage_data.
Stopped it from looping when you click 'X' in the rename prompt dialogue.
$LastChangedBy: lphilpott $
$LastChangedDate: 2012-02-17 10:31:23 -0800 (Fri, 17 Feb 2012) $
$LastChangedRevision: 9774 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01_test/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)
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@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01_test/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)
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@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01_test/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)
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@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01_test/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)