This page was created by the IDL library routine
mk_html_help2
.
Last modified: Wed Dec 6 12:50:16 2017.
NAME: spd_ui_spedas_fileconfig PURPOSE: A widget that allows the user to set some of the !spedas environmental variables. The user can save the changes permanently to file, reset to default values, or cancel any changes made since the panel was displayed. HISTORY: $LastChangedBy: egrimes $ $LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $ $LastChangedRevision: 19523 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/spedas_gui/misc/spd_ui_spedas_fileconfig.pro $
(See spedas_gui/misc/spd_ui_spedas_fileconfig.pro)
Function: spedas_config_filedir.pro Purpose: Get the applications user directory for SPEDAS data analysis software $LastChangedBy: egrimes $ $LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $ $LastChangedRevision: 19523 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/spedas_gui/misc/spedas_config_filedir.pro $
(See spedas_gui/misc/spedas_config_filedir.pro)
PROCEDURE: spedas_init PURPOSE: Initializes system variables for spedas data. Can be called from idl_startup to set custom locations. $LastChangedBy: egrimes $ $LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $ $LastChangedRevision: 19523 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/spedas_gui/misc/spedas_init.pro $
(See spedas_gui/misc/spedas_init.pro)
NAME: spedas_read_config PURPOSE: Reads the spedas_config file CALLING SEQUENCE: cstruct = spedas_read_config() INPUT: none, for the purposes of this example the filename is hardcoded, 'spedas_config.txt',and is put in a folder given by the routine istp_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/spedas/spedas_config-4-linux OUTPUT: cstruct = a structure with the changeable fields of the !istp structure Copied from thm_read_config and tt2000_read_config lphilpott 20-jun-2012 $LastChangedBy: egrimes $ $LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $ $LastChangedRevision: 19523 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/spedas_gui/misc/spedas_read_config.pro $
(See spedas_gui/misc/spedas_read_config.pro)
NAME: spedas_write_config PURPOSE: Writes the spedas_config file CALLING SEQUENCE: spedas_write_config, copy=copy INPUT: none, the filename is hardcoded, 'spedas_config.txt',and is put in a folder given by the routine spedas_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/spedas/spedas_config-4-linux OUTPUT: the file is written, and a copy of any old file is generated KEYWORD: copy = if set, the file is read in and a copy with the !stime appended is written out HISTORY: $LastChangedBy: egrimes $ $LastChangedDate: 2015-12-03 13:50:06 -0800 (Thu, 03 Dec 2015) $ $LastChangedRevision: 19523 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_2_1/spedas_gui/misc/spedas_write_config.pro $
(See spedas_gui/misc/spedas_write_config.pro)