I notice nans come through after the updated tau_eff calculations in sodetlib, probably from poor bias step fits for particular detectors. This can interrupt mapmaking, and a more efficient way of handling this might be get_det_bias_flags function handling this:
|
def get_det_bias_flags(aman, detcal=None, rfrac_range=(0.1, 0.7), |
I notice nans come through after the updated tau_eff calculations in sodetlib, probably from poor bias step fits for particular detectors. This can interrupt mapmaking, and a more efficient way of handling this might be
get_det_bias_flagsfunction handling this:sotodlib/sotodlib/tod_ops/flags.py
Line 18 in b3efc0c