Skip to content

Commit

Permalink
Split warping configs
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jul 29, 2024
1 parent d9f26fd commit f89556c
Show file tree
Hide file tree
Showing 2 changed files with 6 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'
2 changes: 2 additions & 0 deletions config/makePsfMatchedWarp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config.modelPsf.defaultFwhm = 7.7
config.psfMatch.kernel['AL'].alardSigGauss = [1.0, 2.0, 4.5]

0 comments on commit f89556c

Please sign in to comment.