From ca38ab41bd3a386f36443ee88e5736b7cb67b825 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Mon, 13 Mar 2006 20:20:27 +0000
Subject: [PATCH] Add a comment to explain the exported glide slope value.

---
 src/Instrumentation/navradio.cxx | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx
index eeb49fa0d..697d3c8d7 100644
--- a/src/Instrumentation/navradio.cxx
+++ b/src/Instrumentation/navradio.cxx
@@ -604,6 +604,13 @@ FGNavRadio::update(double dt)
         //////////////////////////////////////////////////////////
         // compute the amount of glide slope needle deflection
         // (.i.e. the number of degrees we are off the glide slope * 5.0
+        //
+        // CLO - 13 Mar 2006: The glide slope needle should peg at
+        // +/-0.7 degrees off the ideal glideslope.  I'm not sure why
+        // we compute the factor the way we do (5*gs_error), but we
+        // need to compensate for our 'odd' number in the glideslope
+        // needle animation.  This means that the needle should peg
+        // when this values is +/-3.5.
         //////////////////////////////////////////////////////////
         r = 0.0;
         if ( has_gs && gs_serviceable_node->getBoolValue() ) {