projects/themis/common/
thm_read_config.pro
Routines
Routines from thm_read_config.pro
result = thm_config_template()
NAME: thm_read_configPURPOSE: Reads the thm_config fileCALLING SEQUENCE: cstruct = thm_read_config()INPUT: none, the filename is hardcoded, 'thm_config.txt',and is s put in a folder given by the routine thm_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/themis/thm_config-4-linuxOUTPUT: cstruct = a structure with the changeable fields of the !themis structureHISTORY: 17-may-2007, jmm, jimm@ssl.berkeley.edu 2-jul-2007, jmm, 'Add trailing slash to data directories, if necessary 10-aug-2011, lphilpott, Modified to allow to read a THEMIS template path from the config file$LastChangedBy$$LastChangedDate$$LastChangedRevision$$URL$
result = thm_read_config(header=header)
Routine details
top source thm_config_template
result = thm_config_template()
NAME: thm_read_config PURPOSE: Reads the thm_config file CALLING SEQUENCE: cstruct = thm_read_config() INPUT: none, the filename is hardcoded, 'thm_config.txt',and is s put in a folder given by the routine thm_config_filedir, that uses the IDL routine app_user_dir to create/obtain it: my linux example: /disks/ice/home/jimm/.idl/themis/thm_config-4-linux OUTPUT: cstruct = a structure with the changeable fields of the !themis structure HISTORY: 17-may-2007, jmm, jimm@ssl.berkeley.edu 2-jul-2007, jmm, 'Add trailing slash to data directories, if necessary 10-aug-2011, lphilpott, Modified to allow to read a THEMIS template path from the config file $LastChangedBy$ $LastChangedDate$ $LastChangedRevision$ $URL$
File attributes
Modification date: | Thu Feb 13 16:42:32 2014 |
Lines: | 48 |