StarCatalog#
- class ctapipe.utils.astro.StarCatalog(value)[source]#
 Bases:
EnumEnumeration of star catalogs with their respective metadata.
Each catalog entry is represented as a namedtuple
CatalogInfocontaining:- Attributes:
 - directorystr
 The directory path of the catalog in the Vizier database.
- coordinatesdict
 A dictionary containing the coordinate frame, epoch, and column names for RA and DE.
- columnslist of str
 A list of columns to be retrieved from the catalog.
- recordstr
 A name of the catalog file in the cache.
Attributes Summary
Attributes Documentation
- Hipparcos = ('I/239/hip_main', {'DE': {'column': 'DEICRS', 'unit': 'deg'}, 'RA': {'column': 'RAICRS', 'unit': 'deg'}, 'epoch': 'J1991.25', 'frame': 'icrs'}, ['RAICRS', 'DEICRS', 'pmRA', 'pmDE', 'Vmag', 'BTmag', 'HIP'], 'hipparcos_star_catalog', [<function _add_star_names_hipparcos>])#
 HIPPARCOS catalogue
- Yale = ('V/50/catalog', {'DE': {'column': 'DEJ2000', 'unit': 'deg'}, 'RA': {'column': 'RAJ2000', 'unit': 'hourangle'}, 'epoch': 'J2000.0', 'frame': 'icrs'}, ['RAJ2000', 'DEJ2000', 'pmRA', 'pmDE', 'Vmag', 'HR', 'Name'], 'yale_bright_star_catalog', [])#
 Yale bright star catalogue