Skip to content

Commit

Permalink
Stop overriding extendedness maximum in isolatedStarAssociation
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi authored and timj committed Jul 18, 2023
1 parent bc28e3c commit a726995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/isolatedStarAssociation.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def setDefaults(self):
source_selector.isolated.parentName = 'parentSourceId'
source_selector.isolated.nChildName = 'deblend_nChild'

source_selector.unresolved.maximum = 0.5
# source_selector.unresolved.maximum = 0.5
source_selector.unresolved.name = 'extendedLikelihood'

source_selector.requireFiniteRaDec.raColName = self.ra_column
Expand Down

0 comments on commit a726995

Please sign in to comment.