diff --git a/scwx-qt/source/scwx/qt/manager/radar_product_manager.cpp b/scwx-qt/source/scwx/qt/manager/radar_product_manager.cpp index a4e1e3dd..95247c06 100644 --- a/scwx-qt/source/scwx/qt/manager/radar_product_manager.cpp +++ b/scwx-qt/source/scwx/qt/manager/radar_product_manager.cpp @@ -525,9 +525,9 @@ void RadarProductManager::Initialize() p->CalculateCoordinates(radialGates1Degree, units::angle::degrees {1.0f}, // Radial angle units::angle::degrees {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();