Skip to content

Commit

Permalink
Add new nodata flag, separate from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Nov 14, 2024
1 parent bd46683 commit 9a98b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/ip/diffim/detectAndMeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class DetectAndMeasureConfig(pipeBase.PipelineTaskConfig,
"base_PixelFlags_flag_interpolatedCenterAll",
"base_PixelFlags_flag_badCenterAll",
"base_PixelFlags_flag_edgeCenterAll",
"base_PixelFlags_flag_nodataCenterAll",
"base_PixelFlags_flag_saturatedCenterAll",
),
)
Expand Down
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ def _makeTruthSchema():
schema.addField("base_PixelFlags_flag_saturated", "Flag", "testing flag.")
schema.addField("base_PixelFlags_flag_bad", "Flag", "testing flag.")
schema.addField("base_PixelFlags_flag_edge", "Flag", "testing flag.")
schema.addField("base_PixelFlags_flag_nodata", "Flag", "testing flag.")
schema.addField("base_PsfFlux_flag", "Flag", "testing flag.")
schema.addField("base_ClassificationSizeExtendedness_value", "Flag", "testing flag.")
schema.addField("deblend_nChild", "Flag", "testing flag.")
Expand Down

0 comments on commit 9a98b78

Please sign in to comment.