Skip to content

Commit

Permalink
Register config and metadata for ApPipeTask.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Feb 23, 2018
1 parent 3292b35 commit abf80ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions policy/ctio0m9Mapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,17 @@ datasets: {
tables: raw
tables: raw_visit
}
apPipe_config: {
template: "config/apPipe.py"
python: "lsst.ap.pipe.ApPipeConfig"
persistable: "Config"
storage: "ConfigStorage"
}
apPipe_metadata: {
template: "apPipe_metadata/v%(visit)d_f%(filter)s.boost"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
tables: raw
}
}

0 comments on commit abf80ae

Please sign in to comment.