This page was created by the IDL library routine
mk_html_help2
.
Last modified: Wed Jun 12 10:49:46 2024.
Name: dsc_ui_check_overwrite_data Purpose: Used to check if data is already loaded in the GUI and queries the user to see if they want to overwrite data if it is already loaded. This code was originally repeated in basically every load routine, so the purpose for this routine is to avoid repeated code Input: new_var: the new variable loadedData: the loadedData object gui_id: widget ID of the parent widget statusBar: status bar object historyWin: history window object overwrite_selection: user's selection for the current query overwrite_count: tracking the number of overwrites for saving/replaying SPEDAS documents Output: isnew: Return flag to note whether the variable is new - indicating that the prompt response is not relevant Keywords: replay: set by the calling routine if the user is replaying a SPEDAS document overwrite_selections: an array containing the user's selections Notes: Modified from spd_ui_check_overwrite_data to include the 'isnew' return flag CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2018-03-12 09:55:28 -0700 (Mon, 12 Mar 2018) $ $LastChangedRevision: 24869 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/dscovr/spedas_plugin/dsc_ui_check_overwrite_data.pro $
(See projects/dscovr/spedas_plugin/dsc_ui_check_overwrite_data.pro)
NAME: dsc_ui_gen_overplot PURPOSE: Widget wrapper for DSCOVR Overview routines (dsc_overview, dsc_overview_mag, and dsc_overview_fc) used to create DSCOVR overview plots in the GUI INPUT: call_sequence: The GUI call sequence object. This object stores a list of calls to external routines. These calls are replicated when a GUI document is opened to reproduce those operations. gui_id: The widget ID of the top level GUI base. history_window: The GUI history window object. This object provides a viewable textual history of GUI operations and error reports. loaded_data: The GUI loaded data object. This object stores all data and corresponding metadata currently loaded into the GUI. status_bar: The GUI status bar object. This object displays informational messages at the bottom of the main GUI window. time_range: The GUI's main time range object. This object stores the current time range for the GUI and may be used/modified by the plugin. window_storage: Standard windowStorage object INPUT/OUTPUT: data_structure: Structure to hold single panel tracking data Notes: Adapted from 'poes_ui_gen_overplot.pro' ADAPTED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: jwl $ $LastChangedDate: 2022-03-04 13:45:18 -0800 (Fri, 04 Mar 2022) $ $LastChangedRevision: 30651 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/dscovr/spedas_plugin/dsc_ui_gen_overplot.pro $
(See projects/dscovr/spedas_plugin/dsc_ui_gen_overplot.pro)
NAME: dsc_ui_import_data PURPOSE: Modularized gui DSCOVR data loader CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2018-03-12 09:55:28 -0700 (Mon, 12 Mar 2018) $ $LastChangedRevision: 24869 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/dscovr/spedas_plugin/dsc_ui_import_data.pro $
(See projects/dscovr/spedas_plugin/dsc_ui_import_data.pro)
NAME: dsc_ui_load_data PURPOSE: Generates the tab that loads dsc data for the gui. CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: nikos $ $LastChangedDate: 2018-03-12 09:55:28 -0700 (Mon, 12 Mar 2018) $ $LastChangedRevision: 24869 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/dscovr/spedas_plugin/dsc_ui_load_data.pro $
(See projects/dscovr/spedas_plugin/dsc_ui_load_data.pro)
NAME: spd_ui_dsc_fileconfig PURPOSE: A widget that allows the user to set some of the !dsc environmental variables. The user can save the changes permanently to file, reset to default values, or cancel any changes made since the panel was displayed. CREATED BY: Ayris Narock (ADNET/GSFC) 2017 $LastChangedBy: jwl $ $LastChangedDate: 2022-03-01 19:31:19 -0800 (Tue, 01 Mar 2022) $ $LastChangedRevision: 30640 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_6_1/projects/dscovr/spedas_plugin/spd_ui_dsc_fileconfig.pro $
(See projects/dscovr/spedas_plugin/spd_ui_dsc_fileconfig.pro)