SourceCatalog1LHAASO#
- class gammapy.catalog.SourceCatalog1LHAASO[source]#
Bases:
SourceCatalogFirst LHAASO catalog.
One source is represented by
SourceCatalogObject1LHAASO.The data is from table 1 in the paper [1].
The catalog table contains 90 rows / sources.
References
Attributes Summary
Catalog description
Catalog name
Methods Summary
to_models([which])Create Models object from catalog.
Attributes Documentation
- description = '1LHAASO catalog from the LHAASO observatory'#
Catalog description
- tag = '1LHAASO'#
Catalog name
Methods Documentation
- to_models(which='both')[source]#
Create Models object from catalog.
which="both"- Use first model or create a composite template if both models are available.which="KM2A"- Sky model for KM2A analysis if available.which="WCDA"- Sky model for WCDA analysis if available.
- classmethod __new__(*args, **kwargs)#