Astrophysics Utilities (gwpy.astro)#

Methods for sensitivity calculations of gravitational-wave interferometer data.

The LIGO project measures time-dependent sensitivity by calculating the distance at which the gravitational-wave signature of a binary neutron star (BNS) inspiral would be recorded by an instrument with a signal-to-noise ratio (SNR) of 8. In most of the literature, this is known as the ‘inspiral range’ or the ‘horizon distance’.

See also

Functions#

burst_range(psd[, snr, energy, fmin, fmax])

Calculate the integrated GRB-like GW burst range from a strain PSD.

burst_range_spectrum(psd[, snr, energy])

Calculate the frequency-dependent GW burst range from a strain PSD.

inspiral_range(psd[, snr, mass1, mass2, ...])

Calculate the cosmology-corrected inspiral sensitive distance.

inspiral_range_psd(psd[, snr, mass1, mass2, ...])

Calculate the cosmology-corrected inspiral sensitive distance PSD.

range_spectrogram(hoft[, stride, fftlength, ...])

Calculate the average range spectrogram (Mpc or Mpc^2 / Hz) from strain.

range_timeseries(hoft[, stride, fftlength, ...])

Estimate timeseries of astrophysical range (Mpc).

sensemon_range(psd[, snr, mass1, mass2, ...])

Approximate the inspiral sensitive distance from a GW strain PSD.

sensemon_range_psd(psd[, snr, mass1, mass2, ...])

Approximate the inspiral sensitive distance PSD from a GW strain PSD.