Fix 1 degree smooth coordinates location

This commit is contained in:
Dan Paulat 2024-12-14 07:00:03 -06:00
parent 82ea0dacd3
commit 172203ec16

View file

@ -525,9 +525,9 @@ void RadarProductManager::Initialize()
p->CalculateCoordinates(radialGates1Degree,
units::angle::degrees<float> {1.0f}, // Radial angle
units::angle::degrees<float> {0.5f}, // Angle offset
// Center of the first gate is twice the gate size
// Center of the first gate is half the gate size
// distance from the radar site
2.0f,
0.5f,
coordinates1DegreeSmooth);
timer.stop();