Skip to content

Commit

Permalink
Update config and remove obsolete components to use ip_isr amp offset…
Browse files Browse the repository at this point in the history
… correction
  • Loading branch information
enourbakhsh committed Aug 23, 2023
1 parent a059c4c commit 1541dfa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 241 deletions.
2 changes: 0 additions & 2 deletions config/isr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os.path

from lsst.obs.subaru.strayLight import SubaruStrayLightTask
from lsst.obs.subaru.ampOffset import SubaruAmpOffsetTask

config.datasetType = "raw"
config.fallbackFilterName = "HSC-R"
Expand Down Expand Up @@ -107,7 +106,6 @@
config.doNanInterpAfterFlat = False

config.doAmpOffset = True
config.ampOffset.retarget(SubaruAmpOffsetTask)

config.doMeasureBackground = True

Expand Down
150 changes: 0 additions & 150 deletions python/lsst/obs/subaru/ampOffset.py

This file was deleted.

89 changes: 0 additions & 89 deletions tests/test_ampOffset.py

This file was deleted.

0 comments on commit 1541dfa

Please sign in to comment.