Skip to content

Commit

Permalink
Add default ISR configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Aug 30, 2018
1 parent 0a86d6a commit b39a546
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/isrWrap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"""
SDSS-specific overrides for IsrWrapperTask
"""
from lsst.obs.sdss.sdssNullIsr import SdssNullIsrTask

config.isr.retarget(SdssNullIsrTask)
3 changes: 3 additions & 0 deletions config/processCcd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
SDSS-specific overrides for ProcessCcdTask
"""
from lsst.obs.sdss.sdssNullIsr import SdssNullIsrTask

# Read post-ISR data from fpC, fpM, asTrans, etc. files and remove overlap
Expand Down

0 comments on commit b39a546

Please sign in to comment.