This page was created by the IDL library routine
mk_html_help2
.
Last modified: Fri Nov 2 11:01:31 2012.
NAME: tplot_gui PURPOSE: Imports and creates plot of tplot variable in THM_GUI_NEW. CALLING SEQUENCE: tplot_gui, [datanames] INPUT: datanames: A string of space separated datanames. Wildcard expansion is supported. If datanames is not supplied then the last values are used. Each name should be associated with a data quantity. (see the "STORE_DATA" and "GET_DATA" routines.) Alternatively datanames can be an array of integers or strings. Run "TPLOT_NAMES" to show the current numbering. KEYWORDS: /NO_VERIFY: Bypasses the Verify window before plotting the data in the GUI. Intended to be used in cases when it is certain that the limits and dlimits of the incoming tplot variables are complete and correct (e.g. overview plot generation). Use with caution. /NO_DRAW: Data is loaded, but it is not plotted. /no_update: data is loaded and added to plot, but update is not called. (saves runtime when building up a plot from several calls) /RESET: Sets the Reset keyword on THM_GUI_NEW if gui is not already open. If set, it will reset all internal gui settings. Otherwise, it will try to load the state of the previous gui call. /add_panel: Adds data as a new panel in the current display /overplot: alias for add_panel. template_filename : The file name of a previously saved themis template document, can be used to store user preferences and defaults. VAR_LABELS: String [array]; Variable(s) used for putting labels along the bottom. This allows quantities such as altitude to be labeled. TRANGE: Time range for tplot. Two element array, can be string or double(time in unleaped seconds since 1970) If this parameter is set current timespan will be ignored OUTPUT: none NOTES: tplot_gui supports many of the same settings that are selected in tplot using options and tplot_options. $LastChangedBy: aaflores $ $LastChangedDate: 2011-10-13 17:21:51 -0700 (Thu, 13 Oct 2011) $ $LastChangedRevision: 9109 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01/idl/themis/thm_ui_new/tplot_gui.pro $
(See themis/thm_ui_new/tplot_gui.pro)
NAME: thm_gui_new PURPOSE: GUI for THEMIS data analysis CALLING SEQUENCE: themis_gui_new INPUT: none Keywords: Reset - If set will reset all internal settings. Otherwise, it will try to load the state of the previous call. template_filename - The file name of a previously saved themis template document, can be used to store user preferences and defaults. OUTPUT: none HISTORY: $LastChangedBy: aaflores $ $LastChangedDate: 2012-03-14 11:25:43 -0700 (Wed, 14 Mar 2012) $ $LastChangedRevision: 10090 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01/idl/themis/thm_ui_new/thm_gui_new.pro $
(See themis/thm_ui_new/thm_gui_new.pro)
NAME: thm_gui PURPOSE: Calls thm_gui_new NOTES: Please see thm_gui_new.pro or the TDAS User's Guide for documentation. HISTORY: $LastChangedBy: pcruce $ $LastChangedDate: 2009-08-17 15:32:58 -0700 (Mon, 17 Aug 2009) $ $LastChangedRevision: 6597 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_7_01/idl/themis/thm_ui_new/thm_gui.pro $
(See themis/thm_ui_new/thm_gui.pro)