Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato

◆ sample_height() [1/3]

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.

52{
53 return sample_height(elevation, range, ker);
54}
double elevation
Nominal elevation of this PolarScan, which may be different from the effective elevation of each sing...
Definition: volume.h:42
double sample_height(unsigned cell_idx) const
Return the height (in meters) of the sample at the given cell indexa.
Definition: volume.cpp:37