Skip to content

Commit

Permalink
Merge pull request #404 from lsst/tickets/DM-30682
Browse files Browse the repository at this point in the history
DM-30682: Rename "flags_negative" to "is_negative"
  • Loading branch information
abudlong authored Jan 15, 2025
2 parents 6e5c4a0 + 7fc162a commit 97b8272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def __init__(self, schema=None, **kwds):
pipeBase.Task.__init__(self, **kwds)
if schema is not None and self.config.thresholdPolarity == "both":
self.negativeFlagKey = schema.addField(
"flags_negative", type="Flag",
"is_negative", type="Flag",
doc="set if source was detected as significantly negative"
)
else:
Expand Down

0 comments on commit 97b8272

Please sign in to comment.