Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-20074: Remove SubaruMakeCoaddTempExpTask #224

Merged
merged 2 commits into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions config/coaddDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
from lsst.pipe.tasks.assembleCoadd import CompareWarpAssembleCoaddTask
config.assembleCoadd.retarget(CompareWarpAssembleCoaddTask)

# TODO DM-20074: Remove after S19A DRP complete
from lsst.obs.hsc import SubaruMakeCoaddTempExpTask
config.makeCoaddTempExp.retarget(SubaruMakeCoaddTempExpTask)

for sub, filename in (("makeCoaddTempExp", "makeCoaddTempExp"),
("backgroundReference", "backgroundReference"),
("assembleCoadd", "compareWarpAssembleCoadd"),
Expand Down
2 changes: 1 addition & 1 deletion config/hsc/singleFrameDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from lsst.utils import getPackageDir

config.processCcd.load(os.path.join(getPackageDir("obs_subaru"), "config", "hsc", "processCcd.py"))
config.ignoreCcdList = range(104, 112)
config.ignoreCcdList = [9, 104, 105, 106, 107, 108, 109, 110, 111]
1 change: 0 additions & 1 deletion python/lsst/obs/hsc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from lsst.obs.subaru.version import *
from .hscMapper import *
from .transformRegistry import *
from .makeCoaddTempExp import *
124 changes: 0 additions & 124 deletions python/lsst/obs/hsc/makeCoaddTempExp.py

This file was deleted.