Skip to content

Commit

Permalink
Add HealSparseMap storage class.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Apr 5, 2021
1 parent bc5723f commit a5218ca
Show file tree
Hide file tree
Showing 2 changed files with 9 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
HealSparseMap: lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter
8 changes: 8 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,11 @@ storageClasses:
pytype: astropy.table.Table
AstropyQTable:
pytype: astropy.table.QTable
HealSparseCoverage:
pytype: healsparse.HealSparseCoverage
HealSparseMap:
pytype: healsparse.HealSparseMap
derivedComponents:
coverage: HealSparseCoverage
parameters:
- pixels

0 comments on commit a5218ca

Please sign in to comment.