gw.download_strain_data.download_event_data_in_FD

gw.download_strain_data.download_event_data_in_FD(
    detectors,
    time_event,
    time_segment,
    time_buffer,
    window,
    num_segments_psd=128,
)

Download event data in frequency domain. This includes strain data for the event at GPS time t_event as well as the correcponding ASD.

Parameters

Name Type Description Default
detectors list of detectors specified via strings 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
num_segments_psd number of segments used for PSD generation 128