Elaboradar  0.1
 Tutto Classi Namespace File Funzioni Variabili Tipi enumerati (enum) Gruppi
double radarelab::PolarScanBase::height ( unsigned  rg,
double  beam_half_width = 0.0 
)

Height in kilometers (legacy) at range gate for beam elevation + beam_half_width.

Parametri
[in]rg- index of range gate
[in]beam_half_width- semi-amplitude of the beam

Definizione alla linea 27 del file volume.cpp.

Referenzia cell_size, elevation, e sample_height().

Referenziato da diff_height().

28 {
29  return sample_height(elevation + beam_half_width, (double)rg*cell_size) / 1000.; // km
30 }
double cell_size
Size of a beam cell in meters.
Definition: volume.h:48
double sample_height(unsigned cell_idx) const
Return the height (in meters) of the sample at the given cell indexa.
Definition: volume.cpp:37
double elevation
Nominal elevation of this PolarScan, which may be different from the effective elevation of each sing...
Definition: volume.h:42