Simulates a stochastic gravitational wave background.
lalsim-sgwb [options]
The lalsim-sgwb
utility produces a continuous stream of simulated detector stochastic gravitational wave background noise for a specified interval of time, for the specified detectors, and for a specified flat spectral energy density. The output is written to the standard output in multi-column ascii format data in which the first column contains the GPS times of each sample and the remaining columns contain the (correlated) noise strain values in the various detectors.
-h
, --help
-G
, --geo
-H
, --hanford
-L
, --livingston
-V
, --virgo
-s
, --start-time
GPSSTART -t
, --duration
DURATION -r
, --sample-rate
SRATE -W
, --Omega0
OMEGA0 -f
, --low-frequency
FLOW -a
, --alpha
-F
, --reference-frequency
FREF -p
, --path-to-file
The LAL_DEBUG_LEVEL
can used to control the error and warning reporting of lalsim-sgwb
. 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-sgwb
utility exits 0 on success, and >0 if an error occurs.
The command:
lalsim-sgwb -H -L -V -W 1e-6 -s 1000000000 -t 1000
will stream 1000 seconds of stochastic gravitational-wave background strain noise in the LHO, LLO, and Virgo detectors having \( {\Omega_0=10^{-6}} \) .