Skip to content

Commit

Permalink
Add new spectrum object.
Browse files Browse the repository at this point in the history
Add Spectrum objects for obs_fiberSpectrograph

Update name of spectrum.
  • Loading branch information
RobertLuptonTheGood authored and aferte committed Dec 4, 2023
1 parent 54cae75 commit 28cb707
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 @@ -34,6 +34,7 @@ CrosstalkCalib: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
PhotonTransferCurveDataset: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
Linearizer: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
BrighterFatterKernel: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
FiberSpectrum: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
Image: lsst.obs.base.formatters.fitsExposure.FitsImageFormatter
ImageF: lsst.obs.base.formatters.fitsExposure.FitsImageFormatter
ImageU: lsst.obs.base.formatters.fitsExposure.FitsImageFormatter
Expand Down
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 @@ -234,6 +234,8 @@ storageClasses:
pytype: lsst.ip.isr.CrosstalkCalib
Linearizer:
pytype: lsst.ip.isr.Linearizer
FiberSpectrum:
pytype: lsst.obs.fiberSpectrograph.FiberSpectrum
PhotonTransferCurveDataset:
pytype: lsst.ip.isr.PhotonTransferCurveDataset
StrayLightData:
Expand Down

0 comments on commit 28cb707

Please sign in to comment.