Skip to content

Commit

Permalink
Update gammapy/irf/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Linhoff <maximilian.linhoff@tu-dortmund.de>
  • Loading branch information
QRemy and maxnoe committed Oct 17, 2024
1 parent cf9a999 commit 224de80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gammapy/irf/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ class FoVAlignment(str, Enum):

ALTAZ = "ALTAZ"
RADEC = "RADEC"
REVERSE_LON_RADEC = (
"REVERSE_LON_RADEC" # used for backward compatibility of old HESS data
)
# used for backward compatibility of old HESS data
REVERSE_LON_RADEC = "REVERSE_LON_RADEC"


class IRF(metaclass=abc.ABCMeta):
Expand Down

0 comments on commit 224de80

Please sign in to comment.