spedas/gui/panels/dproc/
spd_ui_time_derivative_options.pro
Routines
Routines from spd_ui_time_derivative_options.pro
spd_ui_time_derivative_options_event, event
NAME: spd_ui_time_derivative_optionsPURPOSE: Front end interface allowing the user to select options for performing time derivatives on data.
result = spd_ui_time_derivative_options(gui_id, statusbar, historywin)
Routine details
top source spd_ui_time_derivative_options_event
spd_ui_time_derivative_options_event, event
NAME: spd_ui_time_derivative_options PURPOSE: Front end interface allowing the user to select options for performing time derivatives on data. CALLING SEQUENCE: return_values = spd_ui_time_derivative_options(gui_id, statusbar, historywindow) INPUT: gui_id: widget id of group leader statusbar: status bar object ref. historywindow: history window object ref. OUTPUT: return values: anonymous structure containing input parameters for dproc routine { swidth: Width of smoothing window, see IDL documentation on smooth() for more info setswidth: Flag indicating whether data is to be smoothed suffix: Suffix for new variable ok: Flag indicating success } NOTES: $LastChangedBy: $ $LastChangedDate: $ $LastChangedRevision: $ $URL: $
Parameters
- event
top source spd_ui_time_derivative_options
result = spd_ui_time_derivative_options(gui_id, statusbar, historywin)
Parameters
- gui_id
- statusbar
- historywin
File attributes
Modification date: | Thu Mar 13 16:35:30 2014 |
Lines: | 112 |