growMasks

lsst.ip.isr.growMasks(mask, radius=0, maskNameList=['BAD'], maskValue='BAD')

Grow a mask by an amount and add to the requested plane.

Parameters:
masklsst.afw.image.Mask

Mask image to process.

radiusscalar

Amount to grow the mask.

maskNameListstr or list [str]

Mask names that should be grown.

maskValuestr

Mask plane to assign the newly masked pixels to.