The azss fitting range is only based on first detector, which is not ideal. This can lead to nans in fitted azss model or other issues. https://github.com/simonsobs/sotodlib/blob/f915bfab48483efa7d794c9a139172a5b0977136/sotodlib/tod_ops/azss.py#L151 We should apply similar fix as https://github.com/simonsobs/sotodlib/pull/1596
The azss fitting range is only based on first detector, which is not ideal.
This can lead to nans in fitted azss model or other issues.
sotodlib/sotodlib/tod_ops/azss.py
Line 151 in f915bfa
We should apply similar fix as #1596