This page was created by the IDL library routine
mk_html_help2
.
Last modified: Tue Apr 28 10:29:18 2009.
NAME: thm_ui_load_data_file.pro PURPOSE: A widget interface for selecting THEMIS data CALLING SEQUENCE: thm_ui_load_data_file, master_widget_id INPUT: master_widget_id the id of the widget that calls this routine OUTPUT: not sure yet HISTORY: $LastChangedBy: bckerr $ $LastChangedDate: 2009-04-20 09:47:20 -0700 (Mon, 20 Apr 2009) $ $LastChangedRevision: 5693 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_00/idl/themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file.pro $
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file.pro)
NAME: thm_ui_load_data_file_coord_sel.pro PURPOSE: Controls actions that occur when Output Coordinates menu is selected. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_coord_sel, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_coord_sel.pro)
NAME: thm_ui_load_data_file_del.pro PURPOSE: Controls deleting of loaded data from "Loaded Data" list. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_del, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_del.pro)
NAME: thm_ui_load_data_file_itype_sel.pro PURPOSE: Controls actions that occur when Instrument Type menu is selected. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_itype_sel, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_itype_sel.pro)
NAME: thm_ui_load_data_file_l1_sel.pro PURPOSE: Controls actions that occur when selecting items in Level 1 box. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_l1_sel, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_l1_sel.pro)
NAME: thm_ui_load_data_file_l2_sel.pro PURPOSE: Controls actions that occur when selecting items in Level 2 box. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_l2_sel, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_l2_sel.pro)
NAME: thm_ui_load_data_file_load.pro PURPOSE: Loads Themis data by calling thm_ui_new_load_data_fn. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_load, state, event INPUT: state State structure event Event structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_load.pro)
NAME: thm_ui_load_data_file_loadlist.pro PURPOSE: Controls selection of loaded data from "Loaded Data" list. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_loadlist, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_loadlist.pro)
NAME: thm_ui_load_data_file_obs_sel.pro PURPOSE: Controls actions that occur when selecting items in probe/station box. Called by thm_ui_load_data_file event handler. CALLING SEQUENCE: thm_ui_load_data_file_obs_sel, state INPUT: state State structure OUTPUT: None HISTORY:
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_load_data_file_obs_sel.pro)
NAME: thm_ui_new_load_data2obj PURPOSE: A widget interface to load CDF data for whatever instrument CALLING SEQUENCE: thm_ui_new_load_data2obj, st_time, en_time, $ dtype = dtype, $ observ = observ, $ scm_cal = scm_cal, $ outcoord = outcoord, $ loadedData = loadedData, $ historyWin=historyWin, $ statusText=statusText, $ state_gui_id=state_gui_id INPUT: st_time, en_time = start and end times in seconds from 1-jan-1970 0:00 KEYWORDS: dtype = the type of data, a string, of form 'instrument/datatype/datalevel', the default is 'gmag/mag/l2' observ = the probe or ground station requested (string array) (this replaces the station, astation, and probe keywords). scm_cal = a structure containing calibration parameters outcoord = requested output coordinates as set in thm_ui_new Themis: Load Data panel loadedData = loaded data object historyWin = history window object statusText = status bar object state_gui_id = gui_id of main gui window OUTPUT: none HISTORY: 07-sep-2008, bck begin modification for use in thm_gui_new from thm_ui_load_data_fn $LastChangedBy: bckerr $ $LastChangedDate: 2009-04-03 12:39:05 -0700 (Fri, 03 Apr 2009) $ $LastChangedRevision: 5544 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_00/idl/themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_new_load_data2obj.pro $
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_new_load_data2obj.pro)
NAME: thm_ui_new_set_data_id PURPOSE: This program sets the data_id values of the pointer in the thm_gui state structure, given the tplot common block: INPUT: state_or_id = thm_gui state structure, or gui_id HISTORY: 26-feb-2007, jmm, jimm@ssl.berkeley.edu 10-may-2007, jmm, allow for input of the gui_id instead of the state $LastChangedBy: bckerr $ $LastChangedDate: 2008-10-03 09:14:58 -0700 (Fri, 03 Oct 2008) $ $LastChangedRevision: 3611 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_00/idl/themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_new_set_data_id.pro $
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_new_set_data_id.pro)
NAME: thm_ui_new_valid_datatype PURPOSE: get valid datatype names from thm_load_* routines, using the valid_names keyword and returns a list of data types that can be loaded for each instrument. CALLING SEQUENCE: datalist = thm_ui_new_valid_datatype(instrument, ilist, llist) INPUT: instr_in = three letter symbol of datatype. OUTPUT: datalist = a list of the datatypes that can be loaded instrument = the instrument responsible for this datatype ilist = a list of the input instrument replicated for each datalist element llist = the level of the data, some have 'l1', some have 'l2' some have one for each HISTORY: 16-jan-2007, jmm, jimm@ssl.berkeley.edu 29-jan-2007, jmm, various changes, now station isn't returned, gmag and asi output are hard-wired, other changes will ensue when load routines are standardized. 4-feb-2007, jmm, Rewritten back to the old hard-wired version.... 5-jul-2007, jmm, Added level information 11-apr-2008, jmm, now calls thm_data2load.pro, for 1 instrument 16-sep-2008, bck, modified from thm_ui_valid_dtype $LastChangedBy: bckerr $ $LastChangedDate: 2008-10-03 09:14:58 -0700 (Fri, 03 Oct 2008) $ $LastChangedRevision: 3611 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_5_00/idl/themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_new_valid_datatype.pro $
(See themis/thm_ui_new/panels/thm_ui_load_data_file/thm_ui_new_valid_datatype.pro)