Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review for DM-6635: typo in CoaddSrcTransformTask #14

Merged
merged 2 commits into from
Aug 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions policy/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#######################
TestMapper Policy Files
#######################

This directory contains the same policy description described in PAF and YAML
files for use in test cases. When updating one, please update the other to
keep them in sync.
12 changes: 12 additions & 0 deletions policy/testMapper.paf
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,12 @@ datasets: {
tables: raw
tables: raw_skyTile
}
deepCoadd_meas_schema: {
template: "schema/deepCoadd_meas.fits"
python: "lsst.afw.table.SourceCatalog"
persistable: "SourceCatalog"
storage: "FitsCatalogStorage"
}
sourceHist: {
template: "results/st%(skyTile)d/sourceHist.fits"
python: "lsst.afw.image.DecoratedImageU"
Expand Down Expand Up @@ -477,6 +483,12 @@ datasets: {
tables: raw
tables: raw_skyTile
}
measureCoaddSources_config: {
template: "config/measureMerged.py"
python: "lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig"
persistable: "Config"
storage: "ConfigStorage"
}
Mosaic_config: {
template: "config/mosaic.py"
python: "lsst.meas.mosaic.mosaicTask.MosaicConfig"
Expand Down
4 changes: 4 additions & 0 deletions policy/testMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ calibrations:
fringe: {columns: filter, level: Ccd, persistable: ExposureF, python: lsst.afw.image.ExposureF,
reference: raw, storage: FitsStorage, template: fringe/fringe_f%(filter)s.fits.gz}
datasets:
measureCoaddSources_config: {persistable: Config, storage: ConfigStorage,
python: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesConfig, template: config/measureMerged.py}
Mosaic_config: {persistable: Config, python: lsst.meas.mosaic.mosaicTask.MosaicConfig,
storage: ConfigStorage, tables: raw_skyTile, template: config/mosaic.py}
Mosaic_metadata: {persistable: PropertySet, python: lsst.daf.base.PropertySet, storage: BoostStorage,
Expand Down Expand Up @@ -50,6 +52,8 @@ datasets:
storage: FitsCatalogStorage, tables: raw_skyTile, template: deepCoadd_results/%(filter)s_t%(tract)d_p%(patch)s/multiModelfits_%(filter)s_%(tract)d_%(patch)s.fits}
deepCoadd_multiModelfits_schema: {persistable: ModelFitCatalog, python: lsst.meas.multifit.ModelFitCatalog,
storage: FitsCatalogStorage, tables: raw_skyTile, template: schema/deepCoadd_multiModelfits.fits}
deepCoadd_meas_schema: {persistable: SourceCatalog, python: lsst.afw.table.SourceCatalog,
storage: FitsCatalogStorage, template: schema/deepCoadd_meas.fits}
forced_config: {persistable: Config, python: lsst.meas.base.forcedCcd.ForcedCcdMeasurementConfig,
storage: ConfigStorage, tables: raw_skyTile, template: config/forced.py}
forced_metadata: {persistable: PropertySet, python: lsst.daf.base.PropertySet, storage: BoostStorage,
Expand Down