cogwheel.dataΒΆ

Download, process and store data about GW events.

Functions

download_timeseries

Download data from GWOSC, save as hdf5 format that can be read by gwpy.timeseries.Timeseries.read().

fill_hole_consecutive

Inpaint time-domain data on a consecutive stretch of time.

fill_holes_bruteforce

Inpaint time-domain data at arbitrary times.

highpass_filter

High-pass frequency domain filter with a sin^2 tapering.

make_asd_func

Interpolate amplitude spectral density as a function of frequency.

Classes

EventData

Class to save an event's frequency-domain strain data and whitening filter for multiple detectors.

Exceptions

DataError

Base class for exceptions in this module.