Skip to content

Commit

Permalink
Update processExposure reference to singleFrameDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Apr 22, 2016
1 parent da9fb8a commit a8c446b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions policy/HscMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -630,16 +630,16 @@ datasets: {
tables: raw_visit
}

processExposure_config: {
template: "config/processExposure.py"
python: "hsc.pipe.tasks.processExposure.ProcessExposureConfig"
singleFrameDriver_config: {
template: "config/singleFrameDriver.py"
python: "lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig"
persistable: "Config"
storage: "ConfigStorage"
tables: raw
tables: raw_visit
}
processExposure_metadata: {
template: "%(pointing)05d/%(filter)s/processExposure_metadata/%(visit)07d.boost"
singleFrameDriver_metadata: {
template: "%(pointing)05d/%(filter)s/singleFrameDriver_metadata/%(visit)07d.boost"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
Expand Down
10 changes: 5 additions & 5 deletions policy/SuprimecamMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -557,16 +557,16 @@ datasets: {
tables: raw_visit
}

processExposure_config: {
template: "config/processExposure.py"
python: "hsc.pipe.tasks.processExposure.ProcessExposureConfig"
singleFrameDriver_config: {
template: "config/singleFrameDriver.py"
python: "lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig"
persistable: "Config"
storage: "ConfigStorage"
tables: raw
tables: raw_visit
}
processExposure_metadata: {
template: "%(pointing)05d/%(filter)s/processExposure_metadata/%(visit)07d.boost"
singleFrameDriver_metadata: {
template: "%(pointing)05d/%(filter)s/singleFrameDriver_metadata/%(visit)07d.boost"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
Expand Down

0 comments on commit a8c446b

Please sign in to comment.