Skip to content

Commit

Permalink
Merge pull request #16 from lsst/tickets/DM-15082
Browse files Browse the repository at this point in the history
DM-15082: switch from BoostStorage to YamlStorage
  • Loading branch information
TallJimbo committed Aug 30, 2018
2 parents 3247260 + 0d4ad84 commit 915e3cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions policy/ctio0m9Mapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ datasets: {
tables: raw
}
forced_metadata: {
template: "forced_metadata/v%(visit)d_f%(filter)s.boost"
template: "forced_metadata/v%(visit)d_f%(filter)s.yaml"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
storage: "YamlStorage"
tables: raw
}
forced_schema: {
Expand Down Expand Up @@ -364,10 +364,10 @@ datasets: {
tables: raw
}
Mosaic_metadata: {
template: "metadata/Mosaic.boost"
template: "metadata/Mosaic.yaml"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
storage: "YamlStorage"
tables: raw
}
processCcd_config: {
Expand All @@ -378,10 +378,10 @@ datasets: {
tables: raw
}
processCcd_metadata: {
template: "processCcd_metadata/v%(visit)d_f%(filter)s.boost"
template: "processCcd_metadata/v%(visit)d_f%(filter)s.yaml"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
storage: "YamlStorage"
tables: raw
}
transformSrcMeasurement_config: {
Expand All @@ -392,10 +392,10 @@ datasets: {
tables: raw
}
transformSrcMeasurement_metadata: {
template: "transformSrcMeasurement_metadata/v%(visit)d_f%(filter)s.boost"
template: "transformSrcMeasurement_metadata/v%(visit)d_f%(filter)s.yaml"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
storage: "YamlStorage"
tables: raw
}
measureCcd_config: {
Expand All @@ -406,10 +406,10 @@ datasets: {
tables: raw
}
measureCcd_metadata: {
template: "measureCcd_metadata/v%(visit)d_f%(filter)s.boost"
template: "measureCcd_metadata/v%(visit)d_f%(filter)s.yaml"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
storage: "YamlStorage"
tables: raw
}
IngestIndexedReferenceTask_config: {
Expand Down Expand Up @@ -465,6 +465,6 @@ datasets: {
tables: raw_visit
}
apPipe_metadata: {
template: "apPipe_metadata/v%(visit)d_f%(filter)s.boost"
template: "apPipe_metadata/v%(visit)d_f%(filter)s.yaml"
}
}

0 comments on commit 915e3cf

Please sign in to comment.