Skip to content

Commit

Permalink
Merge branch 'tickets/DM-29869'
Browse files Browse the repository at this point in the history
  • Loading branch information
kherner committed Jun 2, 2021
2 parents bc9e989 + b14c800 commit 915b840
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions config/calexpTemplates.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

config.differencer.getTemplate.retarget(GetCalexpAsTemplateTask)
config.differencer.doSelectSources = True
config.differencer.detection.thresholdValue = 5.0
config.differencer.doDecorrelation = True
6 changes: 0 additions & 6 deletions pipelines/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ imports:
tasks:
imageDifference:
class: lsst.pipe.tasks.imageDifference.ImageDifferenceTask
config:
# Always prefer decorrelation; may eventually become ImageDifferenceTask default
doDecorrelation: True
detection.thresholdValue: 5.0 # needed with doDecorrelation
# Don't have source catalogs for templates
doSelectSources: False
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
diaPipe:
Expand Down
6 changes: 0 additions & 6 deletions python/lsst/ap/pipe/ap_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ class ApPipeConfig(pexConfig.Config):
def setDefaults(self):
"""Settings appropriate for most or all ap_pipe runs.
"""
# Always prefer decorrelation; may eventually become ImageDifferenceTask default
self.differencer.doDecorrelation = True
self.differencer.detection.thresholdValue = 5.0 # needed with doDecorrelation

# Don't have source catalogs for templates
self.differencer.doSelectSources = False

# Write the WarpedExposure to disk for use in Alert Packet creation.
self.differencer.doWriteWarpedExp = True
Expand Down

0 comments on commit 915b840

Please sign in to comment.