expand_rejection_filter

sofia_redux.scan.filters.filters_numba_functions.expand_rejection_filter(reject, half_width, df)[source]

Expand the rejection filter by a given width.

Parameters:
rejectnumpy.ndarray (bool)

The rejection mask of size (filter.size,). The mask is updated in-place.

half_widthfloat

The half-width by which to expand the filter in frequency units.

dffloat

The width of each frequency bin in frequency units.

Returns:
None