linefinder.config module¶
Non-physical constants for use in analyzing data. For example, this contains the default fill values for invalid data.
@author: Zach Hafen @contact: zachary.h.hafen@gmail.com @status: Development
-
linefinder.config.
ACTIVE_SYSTEM
= 'Stampede2'¶ This variable should be the name of the cluster that’s currently in use. Capitilization doesn’t matter.
-
linefinder.config.
BIN_PATH
= '/work/03057/zhafen/stampede2/miniconda3/bin'¶ Location of executables. First is for default pip install options, bottom is an example of a Conda setup. TODO: Improve this further for users.
-
linefinder.config.
EXAMPLESYSTEM_PARAMETERS
= {'halo_data_dir': '/path/to/halo/files/location/e.g./AHF/data', 'linefinder_data_dir': '/path/to/overall/dir/for/tracking/output', 'simulation_data_dir': '/path/to/the/raw/simulation/data'}¶ An example setup. Copy this and change accordingly.
-
linefinder.config.
JUG_EXEC_PATH
= '/work/03057/zhafen/stampede2/miniconda3/bin/jug-execute'¶ Where the executable for “jug execute” is located. In most cases this doesn’t need to be changed.
-
linefinder.config.
JUG_PATH
= '/work/03057/zhafen/stampede2/miniconda3/bin/jug'¶ Where the jug executable is located. In most cases this doesn’t need to be changed.