Revision 81e6e0c72bd4795af883db7fec9c42317c616e53 authored by Charlie Hill on 10 December 2018, 23:36:12 UTC, committed by Charlie Hill on 10 December 2018, 23:36:12 UTC
1 parent 2a7aa37
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