We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5d007 commit 11b0493Copy full SHA for 11b0493
1 file changed
src/ctapipe/coordinates/tests/test_utils.py
@@ -56,9 +56,9 @@ def test_single_telescope(subarray_prod5_paranal):
56
57
58
def test_altaz_to_fov():
59
- from ctapipe.coordinates import altaz_to_fov
+ from ctapipe.coordinates import altaz_to_nominal
60
61
- column = altaz_to_fov(
+ column = altaz_to_nominal(
62
az=[220.0, 220.2] * u.deg,
63
alt=[80.0, 79.2] * u.deg,
64
pointing_az=[220.0, 220.0] * u.deg,
0 commit comments