Directory: spedas/gui/misc/
Contents
.pro files
- spd_ui_spedas_fileconfig.pro
NAME: spd_ui_spedas_fileconfigPURPOSE: A widget that allows the user to set some of the !spedas environmental variables.
- spedas_config_filedir.pro
Function: spedas_config_filedir.proPurpose: Get the applications user directory for SPEDAS data analysis software$LastChangedBy: crussell $$LastChangedDate: 2013-10-26 12:08:47 -0700 (Sat, 26 Oct 2013) $$LastChangedRevision: 13403 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/trunk/idl/spedas/spd_ui/api_examples/file_configuration_tab/spedas_config_filedir.pro $
- spedas_init.pro
PROCEDURE: spedas_initPURPOSE: Initializes system variables for spedas data.
- spedas_read_config.pro
- spedas_write_config.pro
NAME: spedas_write_configPURPOSE: Writes the spedas_config fileCALLING SEQUENCE: spedas_write_config, copy=copyINPUT: 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-linuxOUTPUT: the file is written, and a copy of any old file is generatedKEYWORD: copy = if set, the file is read in and a copy with the !stime appended is written outHISTORY:$LastChangedBy: crussell $$LastChangedDate: 2013-10-26 12:08:47 -0700 (Sat, 26 Oct 2013) $$LastChangedRevision: 13403 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/trunk/idl/spedas/spd_ui/api_examples/file_configuration_tab/spedas_write_config.pro $