Skip to content

Commit

Permalink
Add pickle of spectractions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Feb 16, 2022
1 parent 5f8210b commit 025cea3
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 @@ -80,3 +80,4 @@ ButlerLogRecords: lsst.daf.butler.formatters.logs.ButlerLogRecordsFormatter
TaskMetadata: lsst.daf.butler.formatters.json.JsonFormatter
SpectractorSpectrum: lsst.atmospec.formatters.SpectractorSpectrumFormatter
SpectractorImage: lsst.atmospec.formatters.SpectractorImageFormatter
SpectractorPickle: lsst.daf.butler.formatters.pickle.PickleFormatter
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 @@ -284,3 +284,5 @@ storageClasses:
pytype: spectractor.extractor.spectrum.Spectrum
SpectractorImage:
pytype: spectractor.extractor.images.Image
SpectractorPickle:
pytype: lsst.atmospec.spectraction.Spectraction

0 comments on commit 025cea3

Please sign in to comment.