Build: #39 was successful Changes by Srikrishna Sekhar
Code commits
casa6
-
Srikrishna Sekhar eca97e82ad9bd49865c951c595935bfe3e5ce4b8
CAS-14184 : Add check for user updated mask
The user can update/change the mask in between major cycles. Previously
gclean was invoking `deconvolve` to do this, but now there is an
additional function that uses `imstat` to check if the peakresidual has
changed because of a mask update in between major cycles.
This has implications on whether to continue deconvolution or not, and
therefore needs to be done before deconvolve is called.