Elaboradar 0.1
|
◆ append_scan()
template<typename T>
Append a scan to this volume. It is required that scans are added in increasing elevation order, because higher scan indices need to correspond to higher elevation angles. It is required that beam_size is lower than
Definizione alla linea 332 del file volume.h. 333 {
334 // Ensure elevations grow as scan indices grow
336 {
338 LOG_ERROR("append_scan(beam_count=%u, beam_size=%u, elevation=%f, cell_size=%f) called with an elevation that is not above the last one (%f)", beam_count, beam_size, elevation, cell_size, this->back().elevation);
340 }
341 // Add the new polar scan
346 }
Sequence of PolarScans which can have a different beam count for each elevation. Definition volume.h:264 Referenzia radarelab::algo::DBZ::BYTEtoDB(). Referenziato da radarelab::Volume< T >::append_scan(), radarelab::volume::ODIMLoader::load(), e elaboradar::CUM_BAC::read_odim_volume(). |