Skip to content

Commit

Permalink
Add BrighterFatterKernel storageClass and formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jan 31, 2020
1 parent 72083d5 commit 5e9920f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/datastores/formatters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ PropertySet: lsst.daf.butler.formatters.pickleFormatter.PickleFormatter
NumpyArray: lsst.daf.butler.formatters.pickleFormatter.PickleFormatter
Plot: lsst.daf.butler.formatters.matplotlibFormatter.MatplotlibFormatter
MetricValue: lsst.daf.butler.formatters.yamlFormatter.YamlFormatter
BrighterFatterKernel: lsst.daf.butler.formatters.pickleFormatter.PickleFormatter
2 changes: 2 additions & 0 deletions config/storageClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ storageClasses:
pytype: numpy.ndarray
StrayLightData:
pytype: lsst.ip.isr.StrayLightData
BrighterFatterKernel:
pytype: lsst.cp.pipe.makeBrighterFatterKernel.BrighterFatterKernel
Thumbnail:
pytype: numpy.ndarray
Plot:
Expand Down

0 comments on commit 5e9920f

Please sign in to comment.