Skip to content

Commit

Permalink
Remove coaddBase config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jul 29, 2024
1 parent d5a80a0 commit 2915203
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions config/assembleCoadd.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
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.

0 comments on commit 2915203

Please sign in to comment.