Learn R Programming

bioRad (version 0.5.1)

add_expected_eta_to_scan: adds expected eta to a scan

Description

adds expected eta to a scan

Usage

add_expected_eta_to_scan(
  scan,
  vp,
  quantity = "dens",
  param = "DBZH",
  lat,
  lon,
  antenna,
  beam_angle = 1,
  k = 4/3,
  re = 6378,
  rp = 6357
)

Arguments

scan

a scan (sweep) of class scan

vp

a vertical profile of class vp

quantity

profile quantity on which to base range corrections, 'eta' or 'dens'.

param

reflectivity factor scan parameter on which to base range corrections. Typically the same parameter from which animal densities are estimated for object vp. One of 'DBZH','DBZV','DBZ','TH','TV'.

lat

Geodetic latitude of the radar in degrees. If missing taken from pvol.

lon

Geodetic latitude of the radar in degrees. If missing taken from pvol.

antenna

radar antenna height. If missing taken from vp

beam_angle

numeric. Beam opening angle in degrees, typically the angle between the half-power (-3 dB) points of the main lobe

k

Standard refraction coefficient.

re

Earth equatorial radius in km.

rp

Earth polar radius in km.

Value

an object of class 'scan'

Details

to be written