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

◆ sample_height() [3/3]

double radarelab::PolarScanBase::sample_height ( unsigned cell_idx) const

Return the height (in meters) of the sample at the given cell indexa.

Parametri
[in]cell_idx- index of range gatea
Restituisce
- height of cell_idx at PolarScan elevation

Definizione alla linea 37 del file volume.cpp.

38{
39 return sample_height(elevation, (double)cell_idx * cell_size);
40}
double elevation
Nominal elevation of this PolarScan, which may be different from the effective elevation of each sing...
Definition volume.h:42
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

Referenzia cell_size, elevation, e sample_height().

Referenziato da elaboradar::CUM_BAC::caratterizzo_volume(), height(), sample_height(), sample_height(), sample_height(), e radarelab::PolarScan< T >::sample_height_real().