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 committed Aug 17, 2023
1 parent d948c99 commit b03dfee
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 b03dfee

Please sign in to comment.