Skip to content

Commit

Permalink
FIX: docstring correction in cartesian_to_antenna
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Aug 28, 2024
1 parent d75cf78 commit f6fe7e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyart/core/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def cartesian_to_antenna(x, y, z):
Azimuth angle of the radar in degrees. [-180., 180]
elevations : array
Elevation angle of the radar in degrees.
ke : float, optional
Effective radius scale factor
"""
ranges = np.sqrt(x**2.0 + y**2.0 + z**2.0)
Expand Down

0 comments on commit f6fe7e2

Please sign in to comment.