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 Dec 4, 2024
1 parent acef1a1 commit 227dca8
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 @@ -194,6 +194,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 @@ -1067,6 +1067,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 227dca8

Please sign in to comment.