Loading [MathJax]/extensions/tex2jax.js
LSSTApplications  18.1.0
LSSTDataManagementBasePackage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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)