projects/poes/
poes_read_config.pro
Routines
Routines from poes_read_config.pro
result = poes_config_template()
NAME: poes_read_configPURPOSE: Reads the POES configuration fileCALLING SEQUENCE: poes_struct = poes_read_config()INPUT: none, the filename is hardcoded, 'poes_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/themis/poes_config-4-linuxOUTPUT: 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: 2014-09-18 13:30:13 -0700 (Thu, 18 Sep 2014) $$LastChangedRevision: 15821 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/poes/poes_read_config.pro $
result = poes_read_config(header=header)
Routine details
top source poes_config_template
result = poes_config_template()
NAME: poes_read_config PURPOSE: Reads the POES configuration file CALLING SEQUENCE: poes_struct = poes_read_config() INPUT: none, the filename is hardcoded, 'poes_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/themis/poes_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: 2014-09-18 13:30:13 -0700 (Thu, 18 Sep 2014) $ $LastChangedRevision: 15821 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/poes/poes_read_config.pro $
File attributes
Modification date: | Tue Oct 21 13:53:29 2014 |
Lines: | 48 |