Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Apr 23, 2024
1 parent 90b7cd8 commit b17dd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ctapipe/coordinates/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ def get_point_on_shower_axis(core_x, core_y, alt, az, telescope_position, distan
Azimuth of primary
telescope_position : GroundFrame
Telescope position
slant_distance : u.Quantity[length]
distance : u.Quantity[length]
Distance from along the shower axis from the ground of the point returned.
Returns
-------
coord : AltAz
The AltAz coordinate of a point on the shower axis at distance `slant_distance`
The AltAz coordinate of a point on the shower axis at the given distance
from the impact point.
"""
impact = u.Quantity([core_x, core_y, _zero_m], unit=u.m)
Expand Down

0 comments on commit b17dd06

Please sign in to comment.