Build: #2 was successful

Job: Test Tools Many Linux 2.28 was successful

Stages & jobs

  1. Default Stage

  2. Test

Code commits

Casa6

  • Srikrishna Sekhar

    Srikrishna Sekhar b8317c3a1e1b0f7ceb2a4c0cc7a7eeaa61a9d146

    CAS-13318 : Fix PB masking in robust RMS calc
    The initial bug seems to be because the outlierfield lies outside the
    specified PB mask, and ends up being all masked pixels. This causes the
    RMS estimation to fail, as well as deconvolution.

    The fix is to switch the default mask to be unmasked in an outlierfield,
    and after the PB mask is applied if the image is completely masked,
    temporarily unmask it for RMS estimation.

    This fixes the initial issue reported in the ticket, but investigating
    if there are any unintended effects.