Skip to content

Commit

Permalink
Remove unnecessary useCiLimits
Browse files Browse the repository at this point in the history
calibrateImage detects significantly fewer sources overall, so needs
less deblending.
  • Loading branch information
parejkoj committed Sep 19, 2024
1 parent 20fcaf7 commit 8e6d320
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ tasks:
multibandDeblend.useCiLimits: true
# Do not run the deblender on isolated sources
multibandDeblend.processSingles: false
calibrateImage:
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
# Significantly limit the number of sources to deblend, which saves time
# in both deblending and measurement
config:
# Only run the deblender on a small subset of blended parents
star_deblend.useCiLimits: true
isolatedStarAssociation:
class: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
config:
Expand Down
7 changes: 0 additions & 7 deletions pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ tasks:
multibandDeblend.useCiLimits: true
# Do not run the deblender on isolated sources
multibandDeblend.processSingles: false
calibrateImage:
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
# Significantly limit the number of sources to deblend, which saves time
# in both deblending and measurement
config:
# Only run the deblender on a small subset of blended parents
star_deblend.useCiLimits: true
catalogMatchVisit:
class: lsst.analysis.tools.tasks.astrometricCatalogMatch.AstrometricCatalogMatchVisitTask
config:
Expand Down

0 comments on commit 8e6d320

Please sign in to comment.