Simulates detector noise.
lalsim-detector-noise [options]
The lalsim-detector-noise utility produces a continuous stream of simulated detector noise for a specified interval of time and for a specified noise PSD. Alternatively, lalsim-detector-noise outputs a requested noise PSD. The output is written to the standard output in two-column ascii format data in which the first column contains either the GPS times of each sample or the frequency of each PSD component, and the second column contains the value of that sample.
-h, --help --verbose -0, --0noise -A, --aligo-nosrm -B, --aligo-zerodet-lowpower -C, --aligo-zerodet-highpower -D, --aligo-nsnsopt -E, --aligo-bhbh20deg -F, --aligo-highfreq -I, --iligo-srd -v, --virgo -V, --advvirgo -g, --geo -G, --geohf -T, --tama -K, --kagra -O, --official -P, --psd-only -a, --asd-file ASDFILE -s, --start-time GPSSTART -t, --duration DURATION -r, --sample-rate SRATE -d, --segment-duration SEGDUR -f, --low-frequency FLOW The LAL_DEBUG_LEVEL can used to control the error and warning reporting of lalsim-detector-noise. Common values are: LAL_DEBUG_LEVEL=0 which suppresses error messages, LAL_DEBUG_LEVEL=1 which prints error messages alone, LAL_DEBUG_LEVEL=3 which prints both error messages and warning messages, and LAL_DEBUG_LEVEL=7 which additionally prints informational messages.
The GSL_RNG_SEED and GSL_RNG_TYPE environment variables can be used to set the random number generator seed and type respectively.
The lalsim-detector-noise utility exits 0 on success, and >0 if an error occurs.
The command:
lalsim-detector-noise --aligo-zerodet-highpower -s 1000000000 -t 1000
will stream 1000 seconds of aLIGO zero detuning high power noise beginning at GPS time 1000000000.
The command:
lalsim-detector-noise --iligo-srd -P
outputs the Initial LIGO PSD.
The command:
lalsim-detector-noise -0 -s 1000000000 -t 1000
will stream 1000 seconds of zero-noise beginning at GPS time 1000000000.