Directory: spedas/gui/api_examples/file_configuration_tab/
Contents
.pro files
- spd_ui_yyy_fileconfig.pro
NAME: spd_ui_yyy_fileconfigPURPOSE: A widget that allows the user to set some of the !yyy environmental variables.
- yyy_config_filedir.pro
Function: yyy_config_filedir.proPurpose: Get the applications user directory for SPEDAS data analysis software$LastChangedBy: jimm $$LastChangedDate: 2014-02-11 10:54:32 -0800 (Tue, 11 Feb 2014) $$LastChangedRevision: 14326 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/api_examples/file_configuration_tab/yyy_config_filedir.pro $
- yyy_init.pro
PROCEDURE: yyy_initPURPOSE: Initializes system variables for yyy data.
- yyy_read_config.pro
- yyy_write_config.pro
NAME: yyy_write_configPURPOSE: Writes the yyy_config fileCALLING SEQUENCE: yyy_write_config, copy=copyINPUT: none, the filename is hardcoded, 'yyy_config.txt',and is put in a folder given by the routine yyy_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/spedas/yyy_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: Copied from tt2000_write_config and thm_write_config lphilpott 20-jun-2012$LastChangedBy: jimm $$LastChangedDate: 2014-02-11 10:54:32 -0800 (Tue, 11 Feb 2014) $$LastChangedRevision: 14326 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/api_examples/file_configuration_tab/yyy_write_config.pro $