Skip to content

Commit

Permalink
Add mapper configuration for transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
jdswinbank committed Feb 25, 2015
1 parent 937d36d commit eed2af5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions policy/testMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,22 @@ datasets: {
tables: raw
tables: raw_skyTile
}
transformedSrc: {
template: "transformedSrc/v%(visit)d_f%(filter)s.fits"
python: "lsst.afw.table.BaseCatalog"
persistable: "ignored"
storage: "FitsCatalogStorage"
tables: raw
tables: raw_skyTile
}
transformedSrc_schema: {
template: "schema/transformedSrc.fits"
python: "lsst.afw.table.BaseCatalog"
persistable: "ignored"
storage: "FitsCatalogStorage"
tables: raw
tables: raw_skyTile
}
modelfits: {
template: "modelfits/v%(visit)d_f%(filter)s.fits"
python: "lsst.meas.multifit.ModelFitCatalog"
Expand Down Expand Up @@ -476,6 +492,22 @@ datasets: {
tables: raw
tables: raw_skyTile
}
transformMeasurement_config: {
template: "config/transform.py"
python: "lsst.pipe.tasks.transformMeasurement.TransformConfig"
persistable: "Config"
storage: "ConfigStorage"
tables: raw
tables: raw_skyTile
}
transformMeasurement_metadata: {
template: "transformInterface_metadata/v%(visit)d_f%(filter)s.boost"
python: "lsst.daf.base.PropertySet"
persistable: "PropertySet"
storage: "BoostStorage"
tables: raw
tables: raw_skyTile
}
measureCcd_config: {
template: "config/measureCcd.py"
python: "lsst.meas.multifit.measureCcd.MeasureCcdConfig"
Expand Down

0 comments on commit eed2af5

Please sign in to comment.