From 9096e953eaf4cb21574ab3709e3111ff9c626e8f Mon Sep 17 00:00:00 2001 From: Quentin Remy Date: Wed, 17 Jul 2024 17:59:06 +0200 Subject: [PATCH] change sign to match previous behaviour ??? Signed-off-by: Quentin Remy --- gammapy/makers/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gammapy/makers/utils.py b/gammapy/makers/utils.py index 1af26bda1f..abb6065f3c 100644 --- a/gammapy/makers/utils.py +++ b/gammapy/makers/utils.py @@ -88,6 +88,7 @@ def _get_fov_coords(pointing, irf, geom, use_region_center=True, obstime=None): pointing_icrs.icrs.ra, pointing_icrs.icrs.dec, ) + fov_lon = -fov_lon else: raise ValueError( f"Unsupported background coordinate system: {irf.fov_alignment!r}"