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
should encode the TOD calibrated, i.e. corrected by the gain fluctuations , expressed as the linear combination of Legendre polinomials weighted by the amplitudes estimated by the toast mapmaker.
Instead the test
asserts exactly that the result data to be an array of np.ones local samples.
What we should compare to be close to 1 should be instead the ops.Calibrate.template_matrix.templates[0].data['calibrator_solve_amplitudes']
The text was updated successfully, but these errors were encountered:
the
result
detdata keytoast/src/toast/ops/mapmaker.py
Line 556 in 44d9f84
Instead the test
toast/src/toast/tests/template_gain.py
Line 83 in 44d9f84
result
data to be an array ofnp.ones
local samples.What we should compare to be close to 1 should be instead the
ops.Calibrate.template_matrix.templates[0].data['calibrator_solve_amplitudes']
The text was updated successfully, but these errors were encountered: