mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 12:50:06 +00:00
Radial data is always centered, matches output from wct (NOAA)
This commit is contained in:
parent
5aa27c7fe7
commit
9da8145fc8
1 changed files with 0 additions and 11 deletions
|
|
@ -203,17 +203,6 @@ void Level3RadialView::ComputeSweep()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if radial data is centered on the radar location
|
|
||||||
if (radialData->i_center_of_sweep() != 0 ||
|
|
||||||
radialData->j_center_of_sweep() != 0)
|
|
||||||
{
|
|
||||||
BOOST_LOG_TRIVIAL(warning)
|
|
||||||
<< logPrefix_
|
|
||||||
<< "(i, j) is not centered on radar, display is inaccurate: ("
|
|
||||||
<< radialData->i_center_of_sweep() << ", "
|
|
||||||
<< radialData->j_center_of_sweep() << ")";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Assume the number of radials should be 360 or 720
|
// Assume the number of radials should be 360 or 720
|
||||||
const size_t radials = radialData->number_of_radials();
|
const size_t radials = radialData->number_of_radials();
|
||||||
if (radials != 360 && radials != 720)
|
if (radials != 360 && radials != 720)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue