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
  • Loading branch information
mfisherlevine committed Aug 6, 2018
1 parent c6b5b67 commit 9453ebc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,40 +980,40 @@ 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
brighterFatterKernelNew:
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
New brighter-fatter kernels, such that they do not conflict with brighterFatterKernel in obs_subaru.
This will be renamed, and replace the brighterFatterKernel later, but they must exist simultaneously
for now.
persistable: ignored
storage: PickleStorage
python: numpy.array
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
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 9453ebc

Please sign in to comment.