bandpass_is_boxcar#
- exo_skryer.registry_bandpass.bandpass_is_boxcar() Array[source]#
Boxcar detection flags for each bin, shape (n_bins,).
Returns True for bins with uniform boxcar weights (constant response = 1.0), and False for bins with custom filter throughput curves.
This flag is used to optimize convolution: boxcar bins can use simple averaging instead of numerical integration, which is significantly faster.
- Returns:
- is_boxcar
ndarray, shape (n_bins,), dtype bool True for boxcar bins, False for custom filter bins.
- is_boxcar