Skip to content

Commit 4c242be

Browse files
authored
clarify range/height distinction with tangent planes
1 parent 169ad22 commit 4c242be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyxlma/lmalib/lma_intercept_rhi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ def find_points_near_rhi(lma_file, radar_latitude, radar_longitude, radar_altitu
220220
Returns
221221
----------
222222
lma_range : `numpy.ndarray`
223-
A 1D array representing the distance along the radar RHI scan to each filtered LMA point.
223+
A 1D array representing the distance along the tangent plane in the direction of the RHI scan.
224224
lma_dist : `numpy.ndarray`
225225
A 1D array representing the distance from the radar RHI scan plane to each filtered LMA point.
226226
lma_alt : `numpy.ndarray`
227-
A 1D array representing the height above the radar of each filtered LMA point.
227+
A 1D array representing the height above the tangent plane centered at radar level of each filtered LMA point.
228228
point_mask : `numpy.ndarray`
229229
A 1D array of booleans representing the VHF points that were included in the return.
230230
"""

0 commit comments

Comments
 (0)