LSSTApplications  18.1.0
LSSTDataManagementBasePackage
peakContinued.py
Go to the documentation of this file.
1 __all__ = [] # import this module only for its side effects
2 
3 from lsst.afw.table import Catalog
4 from .peak import PeakCatalog
5 
6 Catalog.register("Peak", PeakCatalog)