Skip to content

Commit

Permalink
Merge pull request #504 from lsst/tickets/DM-29583
Browse files Browse the repository at this point in the history
DM-29583: Create dataset class for extended PSF models
  • Loading branch information
MorganSchmitz committed Apr 15, 2021
2 parents 62d1151 + 1beeca6 commit 0ef2c34
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 @@ -71,3 +71,4 @@ Stamps: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
BrightStarStamps: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
AstropyTable: lsst.daf.butler.formatters.astropyTable.AstropyTableFormatter
AstropyQTable: lsst.daf.butler.formatters.astropyTable.AstropyTableFormatter
ExtendedPsf: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
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 @@ -200,3 +200,5 @@ storageClasses:
pytype: astropy.table.Table
AstropyQTable:
pytype: astropy.table.QTable
ExtendedPsf:
pytype: lsst.pipe.tasks.extended_psf.ExtendedPsf

0 comments on commit 0ef2c34

Please sign in to comment.