Elaboradar  0.1
 Tutto Classi Namespace File Funzioni Variabili Tipi enumerati (enum) Gruppi
double radarelab::PolarScanBase::sample_height ( double  elevation,
double  range 
)
static

Return the height of a sample (in meters) given center beam elevation (in degrees) and range (in meters), using the standard 4/3 equivalent earth radius (in meters)

Parametri
[in]elevation- Elevation in degrees
[in]range- range of range gate [m]
Restituisce
- height of cell_idx at PolarScan elevation

Definizione alla linea 51 del file volume.cpp.

Referenzia sample_height().

52 {
53  return sample_height(elevation, range, ker);
54 }
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