Calculates the range (i.e. slant range) given a distance measured along the earth's surface (i.e. down range) and beam elevation.
Arguments
- distance
Numeric. Distance from the radar as measured along sea level (down range), in m.
- elev
Numeric. Beam elevation, in degrees.
- k
Numeric. Standard refraction coefficient.
- lat
Numeric. Geodetic latitude of the radar, in degrees.
- re
Numeric. Earth equatorial radius, in km.
- rp
Numeric. Earth polar radius, in km.
Details
depends on beam_height to calculate beam height.
See also
Other beam_functions:
beam_distance()
,
beam_height()
,
beam_profile()
,
beam_profile_overlap()
,
beam_width()
,
gaussian_beam_profile()