Skip to content

Commit

Permalink
Add ExposureCatalog storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Oct 14, 2020
1 parent bf9ad13 commit 53ef979
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 @@ -21,6 +21,7 @@ Catalog: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
PeakCatalog: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
SimpleCatalog: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
SourceCatalog: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
ExposureCatalog: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
ObjectMaskCatalog: lsst.pipe.tasks.objectMasks.RegionFileFormatter
DataFrame: lsst.daf.butler.formatters.parquet.ParquetFormatter
Defects: lsst.obs.base.formatters.fitsGeneric.FitsGenericFormatter
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 @@ -81,6 +81,8 @@ storageClasses:
pytype: lsst.afw.table.SourceCatalog
ObjectMaskCatalog:
pytype: lsst.pipe.tasks.objectMasks.ObjectMaskCatalog
ExposureCatalog:
pytype: lsst.afw.table.ExposureCatalog
DataFrame:
pytype: pandas.DataFrame
components:
Expand Down

0 comments on commit 53ef979

Please sign in to comment.