Class lsst::afw::image::Mask¶
-
template<typename
MaskPixelT= lsst::afw::image::MaskPixel>
classMask: public lsst::afw::image::ImageBase<MaskPixelT>¶ Represent a 2-dimensional array of bitmask pixels
Some mask planes are always defined (although you can add more with Mask::addMaskPlane):
BADThis pixel is known to be bad (e.g. the amplifier is not working)CRThis pixel is contaminated by a cosmic rayDETECTEDThis pixel lies within an object’s FootprintDETECTED_NEGATIVEThis pixel lies within an object’s Footprint, and the detection was looking for pixels below a specified levelEDGEThis pixel is too close to the edge to be processed properlyINTRPThis pixel has been interpolated over- Note
should be called
INTERPOLATED
SATThis pixel is saturated and has bloomed- Note
should be called
SATURATED
SUSPECTThis pixel is untrustworthy, and you may wish to discard any Source containing it