1
0
Fork 0

Vivian Meazza:

These files add a functioning Fresnel Lens Optical Landing System (FLOLS).
The orange/red 'source' lights are illuminated according to the position of
the pilot's eye above/below the 3.5 deg glide slope. The apparent position
of the source light relative to the fixed green datum lights allow the pilot
to 'fly the meatball'. The green 'cut' lights flash when the pilot's eye is
below the coverage of the lowest (red) source light.

TODO - add rules for the operation of the wave-off lights.
This commit is contained in:
ehofman 2004-11-30 12:28:06 +00:00
parent df9376a314
commit 2140a89d8c

View file

@ -1,31 +1,32 @@
<?xml version="1.0"?>
<!--
x, y, z-offset-m The distance in meters of the Fresnel Lens Optical Landing System
(FLOLS) from the carrier model origin.
-->
<PropertyList>
<scenario>
<entry>
<type>carrier</type>
<model>Models/Geometry/Nimitz/carrier.xml</model>
<latitude>37.688</latitude>
<longitude>-122.683</longitude>
<speed>30.0</speed>
<heading>180</heading>
<wire>wire-1</wire>
<wire>wire-2</wire>
<wire>wire-3</wire>
<wire>wire-4</wire>
<catapult>cat-1</catapult>
<catapult>cat-2</catapult>
<catapult>cat-3</catapult>
<catapult>cat-4</catapult>
<solid>deck</solid>
<solid>round-down</solid>
<latitude>37.63</latitude>
<longitude>-122.34</longitude>
<speed>15</speed>
<heading>285</heading>
<rudder>0</rudder>
<turn-radius-ft>3000</turn-radius-ft>
<x-offset-m>74.10</x-offset-m>
<y-offset-m>-41.84</y-offset-m>
<z-offset-m>21.47</z-offset-m>
</entry>
</scenario>
</PropertyList>