gw.download_strain_data.download_strain_data_in_FD

gw.download_strain_data.download_strain_data_in_FD(
    det,
    time_event,
    time_segment,
    time_buffer,
    window,
)

Download strain data for a GW event at GPS time time_event. The segment is time_segment seconds long, including time_buffer seconds after the event. The strain is Fourier transformed, the frequency domain strain is then time shifted by time_buffer, such that the event occurs at t=0.

Parameters

Name Type Description Default
det detector required
time_event GPS time of the event required
time_segment length of the strain segment, in seconds required
time_buffer specifies buffer time after time_event, in seconds required
window Window used for Fourier transforming the event strain data. Either provided directly as np.ndarray, or as dict in which case the window is generated by window = dingo.gw.gwutils.get_window(**window). required

Returns

Name Type Description
event_strain np.array array with the frequency domain strain