Skip to content

Commit

Permalink
Merge pull request #249 from lsst/tickets/DM-45621
Browse files Browse the repository at this point in the history
DM-45621: Separate EDGE and NO_DATA pixel flag
  • Loading branch information
parejkoj authored Feb 23, 2025
2 parents 031be4b + eb2c63e commit 2be7de0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/association-flag-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,10 @@ columns:
doc: Fake source template injection in source footprint
- name: base_PixelFlags_flag_injected_templateCenter
bit: 33
doc: Fake source template injection center in source footprint
doc: Fake source template injection center in source footprint
- name: base_PixelFlags_flag_nodata
bit: 34
doc: NO_DATA pixel in the source footprint.
- name: base_PixelFlags_flag_nodataCenter
bit: 35
doc: NO_DATA pixel in the 3x3 region around the centroid.

0 comments on commit 2be7de0

Please sign in to comment.