Fix the glideslope needles so they peg at +/- 0.7 degrees off course.
This commit is contained in:
parent
e13e20883d
commit
a335e72a59
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue