Skip to content

Commit

Permalink
Add CCD 9 to ignoreCcdList
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Feb 3, 2020
1 parent 7dce12b commit 4aed891
Showing 1 changed file with 1 addition and 1 deletion.
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]

0 comments on commit 4aed891

Please sign in to comment.