Skip to content

Commit

Permalink
Update names from bf* to brighterFatter*
Browse files Browse the repository at this point in the history
Rename all classes, methods, instances and datasets to use full name
Update some python types in the dataset definitions
  • Loading branch information
mfisherlevine committed Sep 18, 2018
1 parent 4de6762 commit 0fa7f4c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,40 +1038,39 @@ dcrDiff_kernelSrc:
persistable: SourceCatalog
storage: FitsCatalogStorage
tables: 'raw'
bf_config:
makeBrighterFatterKernel_config:
description: "Configuration for the brighter-fatter coefficient calculation code."
persistable: Config
python: lsst.cp.pipe.bfCoeffCalc.BfTaskConfig
python: lsst.cp.pipe.brighterFatterKernelGeneration.MakeBrighterFatterKernelTaskConfig
storage: ConfigStorage
tables:
- raw
- raw_visit
template: config/processBf.py
bf_metadata:
template: config/makeBrighterFatterKernel.py
makeBrighterFatterKernel_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:
template: brighterFatter_metadata/brighterFatter_metadata.boost
brighterFatterKernel:
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.
The new brighter-fatter kernels as generated by the makeBrighterFatterKernel in cp_pipe, not to be
confused with the old hand-generated bfKernel in obs_subaru.
persistable: ignored
storage: PickleStorage
python: numpy.array
python: lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel
tables: raw
template: ''
bfGain:
brighterFatterGain:
description: "The per-amplifier gains, as calculated and used by the brighter-fatter task."
persistable: ignored
storage: PickleStorage
python: numpy.array
python: builtins.dict
tables: raw
template: ''
plotBfPtc:
plotBrighterFatterPtc:
description: "Plots of the photon transfer curve, as made by the brighter-fatter task."
persistable: None
python: builtins.str
Expand Down

0 comments on commit 0fa7f4c

Please sign in to comment.