spedas/gui/utilities/
spd_ui_overplot.pro
Purpose: To make mission overview plots of all instruments Inputs: PROBES: spacecraft ('a','b','c','d','e') DATE: the date string or seconds since 1970 ('2007-03-23') DUR: duration (default units are days) DAYS: redundant keyword to set the units of duration (but its comforting to have) HOURS: keyword to make the duration be in units of hours DEVICE: sets the device (x or z) (default is x) MAKEPNG: keyword to generate 5 png files DIRECTORY: sets the directory where the above pngs are placed (default is './') DONT_DELETE_DATA: keyword to not delete all existing tplot variables before loading data in for the overview plot (sometimes old variables can interfere with overview plot) ERROR: Tells the calling routine whether an error that prevented overplot completion occured. (error=1 indicates an error, error=0 indicates no error) WARNING: Any code that requires windowStorage or loadedData should be put in the "~keyword_set(no_draw)" block. spd_ui_overplot is called without valid values for these parameters during document load Example: thm_gen_overplot,probe='a',date='2007-03-23',dur=1 The above example will produce a full day plot in the X window. Version: $LastChangedBy: nikos $ $LastChangedDate: 2014-03-20 18:58:37 -0700 (Thu, 20 Mar 2014) $ $LastChangedRevision: 14624 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/utilities/spd_ui_overplot.pro $
Routines
Routines from spd_ui_overplot.pro
spd_ui_overplot_data_clean, tn_before, dont_delete_data=dont_delete_data
quick_set_panel_labels, panel_in, string_in, colors_in=colors_in, zaxis=zaxis, zhorizontal=zhorizontal
result = check_keogram_dims(names)
spd_ui_update_dlimits, varname, observatory, instrument, coord_sys, units
spd_ui_overplot, windowStorage, loadedData, drawObject, probes=probes, date=date, dur=dur, days=days, hours=hours, device=device, directory=directory, makepng=makepng, dont_delete_data=dont_delete_data, oplot_calls=oplot_calls, no_draw=no_draw, error=error
Routine details
top source spd_ui_overplot_data_clean
spd_ui_overplot_data_clean, tn_before, dont_delete_data=dont_delete_data
Parameters
- tn_before
Keywords
- dont_delete_data
top source quick_set_panel_labels
quick_set_panel_labels, panel_in, string_in, colors_in=colors_in, zaxis=zaxis, zhorizontal=zhorizontal
Parameters
- panel_in
- string_in
Keywords
- colors_in
- zaxis
- zhorizontal
top source spd_ui_update_dlimits
spd_ui_update_dlimits, varname, observatory, instrument, coord_sys, units
Parameters
- varname
- observatory
- instrument
- coord_sys
- units
top source spd_ui_overplot
spd_ui_overplot, windowStorage, loadedData, drawObject, probes=probes, date=date, dur=dur, days=days, hours=hours, device=device, directory=directory, makepng=makepng, dont_delete_data=dont_delete_data, oplot_calls=oplot_calls, no_draw=no_draw, error=error
Parameters
- windowStorage
- loadedData
- drawObject
Keywords
- probes
- date
- dur
- days
- hours
- device
- directory
- makepng
- dont_delete_data
- oplot_calls
- no_draw
- error
File attributes
Modification date: | Thu Apr 10 11:53:03 2014 |
Lines: | 976 |