Revision ebcb3664b85aecf6c9c05baab5070bfa4638fca2 authored by Charlie Hill on 13 July 2018, 16:54:16 UTC, committed by Charlie Hill on 13 July 2018, 16:54:16 UTC
1 parent 834ef93
Raw File
simulationInputs.txt
#***** Simulation Parameters *****
#
#---------------------------------------------------------------------------------------------------------------------------
Parameter    | Value   | Description
#---------------------------------------------------------------------------------------------------------------------------
Multiprocess | False   | Whether or not to use multiprocessing
#---------------------------------------------------------------------------------------------------------------------------
Cores        | 1       | Number of cores to use for parallel processing. Positive integer
#---------------------------------------------------------------------------------------------------------------------------
Verbosity    | 1       | Verbosity for printing logging messages to standard output. 0 for low, 1 for moderate, 2 for high
#---------------------------------------------------------------------------------------------------------------------------
Experiments  | 1       | Number of Experiment MC realizations. Positive integer
#---------------------------------------------------------------------------------------------------------------------------
Observations | 1       | Number of Observation MC realizations per experiment realization. Positive integer.
#---------------------------------------------------------------------------------------------------------------------------
Detectors    | 1       | Number of Detector MC realizations per observation realization. Positive Integer.
#---------------------------------------------------------------------------------------------------------------------------
Resolution   | 0.100   | Spectral resolution for integration over bands and spectra in GHz. Positive floating point value.
#---------------------------------------------------------------------------------------------------------------------------
Foregrounds  | False   | Include Foregrounds? True or False
#---------------------------------------------------------------------------------------------------------------------------
Correlations | True    | Include white noise correlations? True or False
#---------------------------------------------------------------------------------------------------------------------------
back to top