Skip to content

Commit

Permalink
Merge branch 'tickets/DM-30927'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Sep 30, 2022
2 parents 5147cf6 + 914b8ea commit a0649e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/fgcmcal/fgcmBuildStarsBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def setDefaults(self):
sourceSelector.doUnresolved = True
sourceSelector.doSignalToNoise = True
sourceSelector.doIsolated = True
sourceSelector.doRequireFiniteRaDec = True

sourceSelector.signalToNoise.minimum = 10.0
sourceSelector.signalToNoise.maximum = 1000.0
Expand Down
3 changes: 3 additions & 0 deletions python/lsst/fgcmcal/fgcmBuildStarsTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ def setDefaults(self):
sourceSelector.isolated.parentName = 'parentSourceId'
sourceSelector.isolated.nChildName = 'deblend_nChild'

sourceSelector.requireFiniteRaDec.raColName = 'ra'
sourceSelector.requireFiniteRaDec.decColName = 'decl'

sourceSelector.unresolved.name = 'extendedness'


Expand Down

0 comments on commit a0649e0

Please sign in to comment.