Skip to content

Commit

Permalink
fixup: change source selector to new mom-based classification
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 19, 2024
1 parent 65011d6 commit 55879bb
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 @@ -169,7 +169,7 @@ def setDefaults(self):
source_selector.isolated.nChildName = 'deblend_nChild'

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

source_selector.requireFiniteRaDec.raColName = self.ra_column
source_selector.requireFiniteRaDec.decColName = self.dec_column
Expand Down

0 comments on commit 55879bb

Please sign in to comment.