You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1028 we added summary statistics for tod, subscans, and PSDs, computed along the samps (or nusamps) axis. A boolean array or slice can be passed to flags.get_stats (link) to mask the signal array before computing the statistics. This was added to enable limiting the frequency range if the signal is a PSD.
Currently the mask is limited to 1d samps/nusamps, and cannot be used with subscan=True. It would be nice to
Allow mask to be a Ranges
Allow mask to be 2d / RangesMatrix
Combine the mask with subscan_flags to allow masking and subscan computation together.
The text was updated successfully, but these errors were encountered:
In #1028 we added summary statistics for tod, subscans, and PSDs, computed along the
samps
(ornusamps
) axis. A boolean array or slice can be passed toflags.get_stats
(link) to mask the signal array before computing the statistics. This was added to enable limiting the frequency range if the signal is a PSD.Currently the mask is limited to 1d
samps
/nusamps
, and cannot be used withsubscan=True
. It would be nice tomask
to be aRanges
mask
to be 2d /RangesMatrix
subscan_flags
to allow masking and subscan computation together.The text was updated successfully, but these errors were encountered: