data_operations.fill_holes_bruteforce#
Back to Module page
Summary#
Signature#
def fill_holes_bruteforce(data, qmask, wt_filter_fd)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Array with strain data |
||
|
Boolean mask with zeros at holes in unwhitened data |
||
|
Frequency domain whitening filter. Lives in space of rfft(len(data), dt) |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Array of size len(data) with filled data |
Docstring#
:param data: Array with strain data
:param qmask: Boolean mask with zeros at holes in unwhitened data
:param wt_filter_fd: Frequency domain whitening filter. Lives in space of
rfft(len(data), dt)
:return: Array of size len(data) with filled data