spedas/gui/panels/dproc/
spd_ui_high_pass_options.pro
NAME: spd_ui_high_pass_options PURPOSE: Front end interface allowing the user to select high pass filter options. CALLING SEQUENCE: return_values = spd_ui_high_pass_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 { dt: Time Resolution for smoothing icad: Interpolation cadence (not used by default) setICad: Flag to use interpolation cadence suffix: Suffix for new variable ok: Flag indicating success } NOTES: Options for the high pass filter are only used by smooth_in_time.pro to get the running average for calculation. Since the call to smooth_in_time contains specific keywords some smoothing options are not available. $LastChangedBy: $ $LastChangedDate: $ $LastChangedRevision: $ $URL: $
Routines
Routines from spd_ui_high_pass_options.pro
Routine details
top source spd_ui_high_pass_options
result = spd_ui_high_pass_options(gui_id, statusbar, historywin)
Parameters
- gui_id
- statusbar
- historywin
File attributes
Modification date: | Thu Mar 13 16:35:29 2014 |
Lines: | 139 |