cogwheel.data.fill_holes_bruteforce¶
- cogwheel.data.fill_holes_bruteforce(data, qmask, wt_filter_fd)¶
Inpaint time-domain data at arbitrary times.
- Parameters:
- datafloat array
Time-domain strain data.
- qmaskBoolean array
Mask with zeros at holes in unwhitened data.
- wt_filter_fdfloat array
Frequency domain whitening filter. Lives in the space of rfft(len(data), dt).
- Returns:
- float array of size len(data) with time-domain filled data.
See also