Skip to content

Commit

Permalink
change sign to match previous behaviour ???
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
  • Loading branch information
QRemy committed Jul 17, 2024
1 parent 660a695 commit 9096e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gammapy/makers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9096e95

Please sign in to comment.