Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-39466: Added flagging of sources near the INJECTED and INJECTED_TEMPLATE #189

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/association-flag-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,15 @@ columns:
- name: base_PixelFlags_flag_streakCenter
bit: 29
doc: Streak in the Source center
- name: base_PixelFlags_flag_injected
bit: 30
doc: Fake source injection in source footprint
- name: base_PixelFlags_flag_injectedCenter
bit: 31
doc: Fake source injection center in source footprint
- name: base_PixelFlags_flag_injected_template
bit: 32
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