This page was created by the IDL library routine mk_html_help2.

Last modified: Thu Aug 6 12:53:14 2020.


Directory Listing of Routines


Routine Descriptions

SPD_UI_LOCK_AXES__DEFINE

[Next Routine] [List of Routines]
NAME:
  spd_ui_lock_axes__define

PURPOSE:
  Object just organizes the locking routines.  It is more a way
  or co-locating some related methods, than a data structure 
  
  Note that these methods are not guaranteed to work in the event that
  a panel spans multiple columns, yet other panels in its column do not.

CALLING SEQUENCE:
 obj = obj_new('spd_ui_lock_axes',window_storage,draw_object)
 
Methods:

HISTORY:
$LastChangedBy: nikos $
$LastChangedDate: 2016-10-20 16:23:30 -0700 (Thu, 20 Oct 2016) $
$LastChangedRevision: 22177 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/deprecated/spd_ui_lock_axes__define.pro $

(See spedas_gui/deprecated/spd_ui_lock_axes__define.pro)


SPD_UI_OVERPLOT

[Previous Routine] [Next Routine] [List of Routines]
 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: jimm $
 $LastChangedDate: 2016-10-26 13:06:46 -0700 (Wed, 26 Oct 2016) $
 $LastChangedRevision: 22203 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/deprecated/spd_ui_overplot.pro $

(See spedas_gui/deprecated/spd_ui_overplot.pro)


[5]

[Previous Routine] [List of Routines]
NAME:

 spd_gui_init

PURPOSE:
the very beginnings of global configuration info
for spd_gui

CALLING SEQUENCE:
 spd_gui_init

INPUT:
 none

OUTPUT:
 none

HISTORY:

$LastChangedBy: nikos $
$LastChangedDate: 2016-10-20 16:23:30 -0700 (Thu, 20 Oct 2016) $
$LastChangedRevision: 22177 $
$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_4_0/spedas_gui/deprecated/spd_gui_init.pro $

(See spedas_gui/deprecated/spd_gui_init.pro)