inspiral_range_psd¶
- gwpy.astro.inspiral_range_psd(psd, snr=8, mass1=1.4, mass2=1.4, horizon=False)[source]¶
Approximate the inspiral sensitive distance PSD from a GW strain PSD
This method returns the power spectral density (in
Mpc**2 / Hz) to which a compact binary inspiral with the given component masses would be detectable given the instrumental PSD. The calculation is defined in:https://dcc.ligo.org/LIGO-T030276/public
- Parameters
psd :
FrequencySeriesthe instrumental power-spectral-density data
snr :
float, optionalthe signal-to-noise ratio for which to calculate range, default:
8mass1 :
float,Quantity, optionalthe mass (
floatassumed in solar masses) of the first binary component, default:1.4mass2 :
float,Quantity, optionalthe mass (
floatassumed in solar masses) of the second binary component, default:1.4horizon :
bool, optional- Returns
rspec :
FrequencySeriesthe calculated inspiral sensitivity PSD [Mpc^2 / Hz]