Skip to content

Commit

Permalink
Merge pull request #995 from lsst/tickets/DM-43736
Browse files Browse the repository at this point in the history
DM-43736: Add the persistence for the PSF matching kernel from image differencing
  • Loading branch information
isullivan authored Apr 17, 2024
2 parents 0b47594 + 382ca58 commit 1223572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changes/DM-43736.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added ``MatchingKernel`` storage class for persisting the PSF-matching kernel from image differencing.
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
MatchingKernel: 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
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 @@ -255,6 +255,8 @@ storageClasses:
pytype: lsst.ip.isr.StrayLightData
BrighterFatterKernel:
pytype: lsst.ip.isr.BrighterFatterKernel
MatchingKernel:
ptype: lsst.afw.math.Kernel
FilterLabel:
pytype: lsst.afw.image.FilterLabel
Exposure:
Expand Down

0 comments on commit 1223572

Please sign in to comment.