Elaboradar
0.1
|
◆ resample_volume() [2/2]
template<typename T >
Merge. Fill dst with data from src, coping with the two volumes having a different number of beams per scan. Merger is the function used to merge beams from src into dst. It takes the source PolarScan, the destination PolarScan and a vector with the indices of the beams of src that need to be used. Definizione alla linea 72 del file azimuth_resample.h. 83 PolarScan<T>& dst_scan = dst.append_scan(src_scan.beam_size, src_scan.elevation, src_scan.cell_size);
virtual void resample_polarscan(const PolarScan< T > &src, PolarScan< T > &dst, double src_beam_width) const =0 Fill dst with data from src, using the given merger function. Referenzia radarelab::Volume< T >::append_scan(), radarelab::PolarScanBase::beam_size, radarelab::PolarScanBase::cell_size, radarelab::PolarScanBase::elevation, radarelab::volume::Scans< T >::load_info, radarelab::volume::Scans< T >::quantity, radarelab::volume::Scans< T >::radarSite, radarelab::algo::azimuthresample::LevelwiseResampler< T >::resample_polarscan(), radarelab::volume::Scans< T >::scan(), e radarelab::volume::Scans< T >::units. |