FoVAlignment#

class gammapy.irf.FoVAlignment(value)[source]#

Bases: str, enum.Enum

Orientation of the Field of View Coordinate System.

Currently, only two possible alignments are supported: alignment with the horizontal coordinate system (ALTAZ) and alignment with the equatorial coordinate system (RADEC).

Attributes Summary

ALTAZ

RADEC

Attributes Documentation

ALTAZ = 'ALTAZ'#
RADEC = 'RADEC'#