This page was created by the IDL library routine
mk_html_help2
.
Last modified: Tue Apr 28 10:29:18 2009.
NAME: thm_ui_layout_options PURPOSE: This routine creates and handles the layout widget. CALLING SEQUENCE: thm_ui_layout_options INPUT: gui_id: id for the master base widget (tlb) OUTPUT: HISTORY: $LastChangedBy: bckerr $ $LastChangedDate: 2009-04-03 17:28:43 -0700 (Fri, 03 Apr 2009) $ $LastChangedRevision: 5552 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_00/idl/themis/thm_ui_new/panels/thm_ui_layout_options/thm_ui_layout_options.pro $
(See themis/thm_ui_new/panels/thm_ui_layout_options/thm_ui_layout_options.pro)
NAME: thm_ui_make_default_lineplot PURPOSE: Routine that creates a default lineplot on particular panel CALLING SEQUENCE: thm_ui_make_default_lineplot, loadedData, panel, xvar, yvar INPUT: loadedData: the loadedData object panel: the panel on which the plot should be placed. xvar: the name of the variable storing the x-data. yvar: the name of the variable storing the y-data. KEYWORDS: none OUTPUT: none
(See themis/thm_ui_new/panels/thm_ui_layout_options/thm_ui_make_default_lineplot.pro)
NAME: thm_ui_make_default_panel PURPOSE: Routine that creates a default panel on current window CALLING SEQUENCE: thm_ui_make_default_panel, windows_object, outpanel=outpanel, row=row, col=col INPUT: windows: the structure that stores all the windows, will place the default panel on the current window. KEYWORDS: outpanel = (optional) named variable in which the new panel object will be returned. row = (optional) particular row at which the panel should be placed, if not set the panel is placed at the bottom of the layout for the specified column. col = (optional) particular column at which the panel should be placed, if not set the panel is placed at the bottom of the first column. trange = (optional) set the time range of the panel OUTPUT: none
(See themis/thm_ui_new/panels/thm_ui_layout_options/thm_ui_make_default_panel.pro)
NAME: thm_ui_make_default_specplot PURPOSE: Routine that creates a default specplot on particular panel CALLING SEQUENCE: thm_ui_make_default_specplot, loadedData panel, xvar, yvar, zvar INPUT: loadedData: the loadedData object panel: the panel on which the plot should be placed. xvar: the name of the variable storing the x-data. yvar: the name of the variable storing the y-data. zvar: the name of the variable storing the z-data. KEYWORDS: none OUTPUT: none
(See themis/thm_ui_new/panels/thm_ui_layout_options/thm_ui_make_default_specplot.pro)