We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3734591 commit 96c2ea3Copy full SHA for 96c2ea3
1 file changed
echopype/consolidate/ek_depth_utils.py
@@ -80,7 +80,7 @@ def ek_use_beam_angles(beam_ds: xr.Dataset) -> xr.DataArray:
80
the beam direction vector is normalized. If not, then we normalize the z direction and set
81
that as the echo range scaling.
82
Additionally, if a nonzero vector is not normalized, a warning is issued and it is normalized.
83
- If a channel-wise beam direction vector is zero, a warning is issued and the normalized z value
+ If a channel-wise beam direction vector is zero, a warning is issued and the returned z value
84
is set to NaN.
85
"""
86
# Check and log NaNs if they exist in the Beam direction variables
0 commit comments