Skip to content

Commit

Permalink
Add datasets for the brighter-fatter task
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Jul 13, 2018
1 parent 5674e3b commit 8fbaafa
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -911,4 +911,43 @@ deepCoadd_qa_tract:
storage: ParquetStorage
python: lsst.qa.explorer.parquetTable.MultilevelParquetTable
template: deepCoadd-results/qa/%(tract)d/qa-%(tract)d.parq

bf_config:
description: "Configuration for the brighter-fatter coefficient calculation code."
persistable: Config
python: lsst.cp.pipe.bfCoeffCalc.BfTaskConfig
storage: ConfigStorage
tables:
- raw
- raw_visit
template: config/processBf.py
bf_metadata:
description: "Metadata for the brighter-fatter coefficient calculation code."
persistable: PropertySet
storage: BoostStorage
python: lsst.daf.base.PropertySet
tables: raw
template: bf_metadata/bf_metadata.boost
bfKernelNew:
description: >
New brighter-fatter kernels, such that they do not conflict with bfKernel in obs_subaru.
This will be renamed, and replace the bfKernel later, but they must exist simultaneously
for now.
persistable: ignored
storage: PickleStorage
python: numpy.array
tables: raw
template: ''
bfGain:
description: "The per-amplifier gains, as calculated and used by the brighter-fatter task."
persistable: ignored
storage: PickleStorage
python: numpy.array
tables: raw
template: ''
plotBfPtc:
description: "Plots of the photon transfer curve, as made by the brighter-fatter task."
persistable: None
python: builtins.str
storage: MatplotlibStorage
tables: raw
template: ''

0 comments on commit 8fbaafa

Please sign in to comment.