Select product times based on current time, rather than volume time

Ensures scans not included in the volume times (e.g., multiple level 2 scans per file) are selected
This commit is contained in:
Dan Paulat 2024-10-27 08:45:15 -05:00
parent d209ce97ea
commit 2a9dc72721
5 changed files with 18 additions and 26 deletions

View file

@ -117,7 +117,7 @@ std::tuple<const void*, size_t, size_t> Level3RadialView::GetMomentData() const
void Level3RadialView::ComputeSweep()
{
logger_->debug("ComputeSweep()");
logger_->trace("ComputeSweep()");
boost::timer::cpu_timer timer;
@ -185,6 +185,8 @@ void Level3RadialView::ComputeSweep()
return;
}
logger_->debug("Computing Sweep");
// A message with radial data should either have a Digital Radial Data
// Array Packet, or a Radial Data Array Packet
std::shared_ptr<wsr88d::rpg::DigitalRadialDataArrayPacket>