Skip to content

Commit

Permalink
add extended psf formatter and storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganSchmitz committed Apr 13, 2021
1 parent 0c8a5d4 commit 39eabc3
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 39eabc3

Please sign in to comment.