Skip to content

Commit

Permalink
Add new config overrides for warping tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Aug 13, 2024
1 parent 5d0ed42 commit 0491f72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/makeDirectWarp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
config.doApplyNewBackground = True

config.warper.warpingKernelName = 'lanczos5'
config.coaddPsf.warpingKernelName = 'lanczos5'
3 changes: 3 additions & 0 deletions config/makePsfMatchedWarp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
config.modelPsf.defaultFwhm = 7.7
config.psfMatch.kernel['AL'].kernelSize = 29
config.psfMatch.kernel['AL'].alardSigGauss = [1.0, 2.0, 4.5]

0 comments on commit 0491f72

Please sign in to comment.