Skip to content

Commit

Permalink
Stop using coaddBase config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Aug 13, 2024
1 parent 4181653 commit 5d0ed42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions config/assembleCoadd.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import os.path
from lsst.pipe.tasks.selectImages import PsfWcsSelectImagesTask

# Load configs shared between assembleCoadd and makeCoaddTempExp
config.load(os.path.join(os.path.dirname(__file__), "coaddBase.py"))

# 200 rows (since patch width is typically < 10k pixels)
config.subregionSize = (10000, 200)
config.doMaskBrightObjects = True
Expand Down
2 changes: 0 additions & 2 deletions config/coaddBase.py

This file was deleted.

7 changes: 1 addition & 6 deletions config/makeWarp.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import os.path

# Load configs shared between assembleCoadd and makeWarp
config.load(os.path.join(os.path.dirname(__file__), "coaddBase.py"))

config.makePsfMatched = True
config.doApplySkyCorr = True

config.modelPsf.defaultFwhm = 7.7
config.warpAndPsfMatch.psfMatch.kernel["AL"].kernelSize = config.matchingKernelSize
config.warpAndPsfMatch.psfMatch.kernel["AL"].kernelSize = 29
config.warpAndPsfMatch.psfMatch.kernel["AL"].alardSigGauss = [1.0, 2.0, 4.5]
config.warpAndPsfMatch.warp.warpingKernelName = "lanczos5"
config.coaddPsf.warpingKernelName = "lanczos5"

0 comments on commit 5d0ed42

Please sign in to comment.