Skip to content

Commit

Permalink
Remove unnecessary overrides for compareWarpAssembleCoadd.
Browse files Browse the repository at this point in the history
These overrides are for subtask usage of AssembleCoaddTask, which
gets these config options from CoaddBaseTask but doesn't use them
(they should have only been options for MakeWarpTask, but they're
being deprecated anyway).
  • Loading branch information
TallJimbo committed Jul 10, 2023
1 parent b52cc69 commit 7605435
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/compareWarpAssembleCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

# 200 rows (since patch width is typically < 10k pixels
config.assembleStaticSkyModel.subregionSize = (10000, 200)
config.assembleStaticSkyModel.doApplyExternalPhotoCalib = True
config.assembleStaticSkyModel.doApplyExternalSkyWcs = True
config.doFilterMorphological = True

0 comments on commit 7605435

Please sign in to comment.