setMaskFromFootprintList

lsst.afw.detection.setMaskFromFootprintList(mask: lsst.afw.image._image.MaskX, footprints: collections.abc.Sequence[lsst.afw.detection.Footprint], bitmask: SupportsInt, doClip: bool = True) None