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 6, 2024
1 parent 8f1c07a commit 855a31c
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 855a31c

Please sign in to comment.