Sequence of PolarScans which can have a different beam count for each elevation. Continua...
#include <volume.h>
Membri pubblici | |
template<typename OT > | |
Scans (const Scans< OT > &v, const T &default_value) | |
Constructor Copy from another Scans. Continua... | |
PolarScan< T > & | scan (unsigned idx) |
Access a polar scan. Continua... | |
const PolarScan< T > & | scan (unsigned idx) const |
Access a polar scan (const) Continua... | |
PolarScan< T > & | append_scan (unsigned beam_count, unsigned beam_size, double elevation, double cell_size) |
Append a scan to this volume. Continua... | |
PolarScan< T > & | make_scan (unsigned idx, unsigned beam_count, unsigned beam_size, double elevation, double cell_size) |
Create or reuse a scan at position idx, with the given beam size. Continua... | |
void | normalize_elevations (const std::vector< double > &elevations) |
Change the elevations in the PolarScans to match the given elevation vector. Continua... | |
Attributi pubblici | |
std::string | quantity |
Odim quantity name. Continua... | |
std::string | units |
Data units according to ODIM documentation. Continua... | |
std::shared_ptr< LoadInfo > | load_info |
Polar volume information. Continua... | |
RadarSite | radarSite |
RadarSite. Continua... | |
Sequence of PolarScans which can have a different beam count for each elevation.