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 Jan 15, 2025
1 parent 6e5c4a0 commit 7fc162a
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 7fc162a

Please sign in to comment.