gwnr.data — bundled data
Detector noise curves shipped with the package under gwnr/data/gw_noise_curves/ (ASCII .txt
and .dat files of PSD/ASD estimates versus frequency for various GW detectors). Source:
gwnr/data/data.py.
available_gw_noise_curves()
Returns the list of noise-curve names whose data files are available in the installed package.
gw_noise_curve_file(filename)
Returns the absolute path to the named noise-curve file, suitable for passing to PSD readers
(e.g. pycbc.psd.from_txt, or
gwnr.analysis.psd.resample_and_extrapolate_psd).
from gwnr.data import available_gw_noise_curves, gw_noise_curve_file
curves = available_gw_noise_curves()
path = gw_noise_curve_file(curves[0])