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

DM-18683: Change template for brighterFatterKernels #194

Merged
merged 2 commits into from
Jan 8, 2020
Merged
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
4 changes: 2 additions & 2 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ dcrDiff_kernelSrc:
makeBrighterFatterKernel_config:
description: "Configuration for the brighter-fatter coefficient calculation code."
persistable: Config
python: lsst.cp.pipe.brighterFatterKernelGeneration.MakeBrighterFatterKernelTaskConfig
python: lsst.cp.pipe.makeBrighterFatterKernel.MakeBrighterFatterKernelTaskConfig
storage: ConfigStorage
tables:
- raw
Expand Down Expand Up @@ -1221,7 +1221,7 @@ brighterFatterGain:
description: "The per-amplifier gains, as calculated and used by the brighter-fatter task."
persistable: ignored
storage: PickleStorage
python: builtins.dict
python: lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterGain
tables: raw
template: ''
plotBrighterFatterPtc:
Expand Down