Skip to content

Commit

Permalink
Rename "flags_negative" to "is_negative"
Browse files Browse the repository at this point in the history
  • Loading branch information
abudlong committed Dec 22, 2024
1 parent 32e5bea commit 3b054da
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 3b054da

Please sign in to comment.