Skip to content

Commit

Permalink
Add camera configuration for SingleFrameDriverTask
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Apr 22, 2016
1 parent 256a13a commit c10d33a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/singleFrameDriver.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os

from lsst.utils import getPackageDir

config.processCcd.load(os.path.join(getPackageDir("obs_decam"), "config", "processCcd.py"))
config.ccdKey = 'ccdnum'
16 changes: 16 additions & 0 deletions policy/DecamMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -755,4 +755,20 @@ datasets: {
persistable: "Config"
storage: "ConfigStorage"
}
singleFrameDriver_config: {
template: "config/singleFrameDriver.py"
python: "lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig"
persistable: "Config"
storage: "ConfigStorage"
tables: raw
tables: raw_visit
}
singleFrameDriver_metadata: {
template: "%(pointing)05d/%(filter)s/singleFrameDriver_metadata/%(visit)07d.boost"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
tables: raw
tables: raw_visit
}
}

0 comments on commit c10d33a

Please sign in to comment.