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
If delay self-calibration is performed then apply_cubical_gains does not find the correct solutions. This because the keyword matrix_type is overwritten and the correct if clause is not accepted:
here we define the matrix type based on the caracal keyword:
If delay self-calibration is performed then
apply_cubical_gains
does not find the correct solutions. This because the keywordmatrix_type
is overwritten and the correct if clause is not accepted:here we define the matrix type based on the caracal keyword:
caracal/caracal/workers/selfcal_worker.py
Lines 1643 to 1661 in 1986014
here we overwrite the
matrix_type
:caracal/caracal/workers/selfcal_worker.py
Lines 1705 to 1713 in 1986014
here we don't make it into the loop:
caracal/caracal/workers/selfcal_worker.py
Lines 1823 to 1837 in 1986014
The text was updated successfully, but these errors were encountered: