Skip to content

Commit

Permalink
Remove unused config item from AP HSC coaddBase
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Mar 10, 2023
1 parent aeaf3cf commit 0a80766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/HSC/coaddBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# Configs shared between makeCoaddTempExp and assemble
config.matchingKernelSize = 29
config.doApplyExternalPhotoCalib = True
config.externalPhotoCalibName = 'fgcm'
config.doApplyExternalSkyWcs = True
6 changes: 3 additions & 3 deletions config/HSC/makeWarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
config.doApplySkyCorr = True

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

# This is properly configured in ApTemplate.yaml, but must also be here for now
config.doApplyFinalizedPsf = False

0 comments on commit 0a80766

Please sign in to comment.