general/missions/wind/
wind_read_config.pro
Routines
Routines from wind_read_config.pro
result = wind_config_template()
NAME: wind_read_configPURPOSE: Reads the wind_config fileCALLING SEQUENCE: cstruct = wind_read_config()INPUT: none, the filename is hardcoded, 'wind_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/wind_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: lphilpott $$LastChangedDate: 2012-06-21 16:18:22 -0700 (Thu, 21 Jun 2012) $$LastChangedRevision: 10610 $$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/wind/wind_read_config.pro $
result = wind_read_config(header=header)
Routine details
top source wind_config_template
result = wind_config_template()
NAME: wind_read_config PURPOSE: Reads the wind_config file CALLING SEQUENCE: cstruct = wind_read_config() INPUT: none, the filename is hardcoded, 'wind_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/wind_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: lphilpott $ $LastChangedDate: 2012-06-21 16:18:22 -0700 (Thu, 21 Jun 2012) $ $LastChangedRevision: 10610 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/general/missions/wind/wind_read_config.pro $
File attributes
Modification date: | Thu Feb 13 16:43:20 2014 |
Lines: | 48 |