From a335e72a5981d99c25fd223a62cb0b397c441973 Mon Sep 17 00:00:00 2001 From: curt <curt> Date: Mon, 13 Mar 2006 20:19:06 +0000 Subject: [PATCH] Fix the glideslope needles so they peg at +/- 0.7 degrees off course. --- Aircraft/Instruments/hsi-bk-hi.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Aircraft/Instruments/hsi-bk-hi.xml b/Aircraft/Instruments/hsi-bk-hi.xml index 60c820d10..10ddd8757 100644 --- a/Aircraft/Instruments/hsi-bk-hi.xml +++ b/Aircraft/Instruments/hsi-bk-hi.xml @@ -424,9 +424,9 @@ Mar 18 2003 <transformation> <type>y-shift</type> <property alias="../../../../../params/gs-needle"/> - <min>-10.0</min> - <max>10.0</max> - <scale>8.35</scale> + <min>-3.5</min> + <max>3.5</max> + <scale>24</scale> <offset>-24</offset> </transformation> </transformations> @@ -457,9 +457,9 @@ Mar 18 2003 <transformation> <type>y-shift</type> <property alias="../../../../../params/gs-needle"/> - <min>-10.0</min> - <max>10.0</max> - <scale>8.35</scale> + <min>-3.5</min> + <max>3.5</max> + <scale>24</scale> <offset>-24</offset> </transformation> </transformations>