Skip to content

Commit

Permalink
Add ScarletDataModel StorageClass definition
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust authored and fred3m committed Jun 1, 2022
1 parent 0e52a9b commit 72e4e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/daf/butler/configs/datastores/formatters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ TaskMetadata: lsst.daf.butler.formatters.json.JsonFormatter
SpectractorSpectrum: lsst.atmospec.formatters.SpectractorSpectrumFormatter
SpectractorImage: lsst.atmospec.formatters.SpectractorImageFormatter
Spectraction: lsst.atmospec.formatters.SpectractionFormatter
ScarletDataModel: lsst.daf.butler.formatters.json.JsonFormatter
2 changes: 2 additions & 0 deletions python/lsst/daf/butler/configs/storageClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,5 @@ storageClasses:
pytype: spectractor.extractor.images.Image
Spectraction:
pytype: lsst.atmospec.spectraction.Spectraction
ScarletDataModel:
pytype: lsst.meas.extensions.scarlet.ScarletDataModel

0 comments on commit 72e4e20

Please sign in to comment.