Build: #303 failed

Job: Build and package macOS 15 Python3.12 failed

Code commits

casa6

  • Srikrishna Sekhar

    Srikrishna Sekhar d8a3a4bdf7e60a99f628b34e559845c98dff371e

    Pull request #1039: CAS-13318
    Merge in CASA/casa6 from CAS-13318 to master

    * commit 'b6453d73d1a4098c3763b42a75b88880b3bce7ad':
      CAS-13318 : Fix PB masking in robust RMS calc

  • Srikrishna Sekhar

    Srikrishna Sekhar b6453d73d1a4098c3763b42a75b88880b3bce7ad m

    Merge remote-tracking branch 'origin/master' into CAS-13318

  • Srikrishna Sekhar

    Srikrishna Sekhar b8317c3a1e1b0f7ceb2a4c0cc7a7eeaa61a9d146 m

    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.