Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/

tplot_gui.pro


NAME: tplot_gui PURPOSE: Imports and creates plot of tplot variable in SPD_GUI. 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 SPD_GUI 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 spedas 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: jimm $ $LastChangedDate: 2014-02-11 10:54:32 -0800 (Tue, 11 Feb 2014) $ $LastChangedRevision: 14326 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/tplot_gui.pro $

Routines

Routines from tplot_gui.pro

spd_ui_tplot_gui_make_plots, newpanel, varname, template
tplot_gui, datanames, no_verify=no_verify, no_draw=no_draw, no_update=no_update, reset=reset, add_panel=add_panel, overplot=overplot, template_filename=template_filename, var_labels=var_labels, trange=trange

Routine details

top source spd_ui_tplot_gui_make_plots

spd_ui_tplot_gui_make_plots, newpanel, varname, template

Parameters

newpanel
varname
template

top source tplot_gui

tplot_gui, datanames, no_verify=no_verify, no_draw=no_draw, no_update=no_update, reset=reset, add_panel=add_panel, overplot=overplot, template_filename=template_filename, var_labels=var_labels, trange=trange

Parameters

datanames

Keywords

no_verify
no_draw
no_update
reset
add_panel
overplot
template_filename
var_labels
trange

File attributes

Modification date: Thu Feb 13 16:41:47 2014
Lines: 149