Connection to image mask planes#
Catalog pixelFlags_* columns are directly derived from image mask planes.
Each mask plane bit in the image propagates to a corresponding pixel flag in the catalog.
The connections between key mask plans and catalog flags are listed in the table below.
Mask Plane |
Catalog Flag |
Notes |
|---|---|---|
SAT |
|
Saturated pixels. |
CR |
|
Cosmic rays (interpolated in final images). |
INTRP |
|
Interpolated pixels (from CRs, defects, saturation). |
EDGE |
|
Image edge (single exposures). |
SENSOR_EDGE |
|
Detector boundaries (coadds). |
BAD |
|
Known bad pixels (detector defects). |
SUSPECT |
|
Suspect pixels (near saturation). |
NO_DATA |
|
No data available. |
CLIPPED |
|
Outlier rejection during coaddition. |
REJECTED |
(propagates to CLIPPED) |
Input visit excluded during coaddition. |
Footprint vs center: Flags without Center suffix are set if any pixel in the source footprint has that mask bit.
Center flags are set only if a pixel in the central 3x3 box has that bit.
For quality filtering, center flags are typically more important since they affect core photometry.
See images-visit-mask-planes and images-deep-coadd-mask-planes for detailed mask plane descriptions.