diff --git a/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml b/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml index d9a0055df..4ce458bda 100644 --- a/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml +++ b/python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml @@ -993,4 +993,78 @@ 1 + + ESS_aircraftTracks + Airplains tracks read from the DGAC radars. + + timestamp + Time of data acqusition (TAI Unix seconds). + double + second + 1 + + + track + The id of the radar and aircraft. + string + unitless + 100 + + + transponder + The id of the aircraft assigned by the secondary surveillance radar (SSR) + string + unitless + 100 + + + azimuth + The azimuth of the aircraft. + double + degree + 100 + + + altitude + The altitude of the aircraft. + double + m + 100 + + + speed + The speed of the aircraft. + double + m/s + 100 + + + latitude + The latitude position of the aircraft. + double + degree + 100 + + + longitude + The longitude position of the aircraft. + double + degree + 100 + + + velocityX + The velocity of the aircraft in the x axis. + double + m/s + 100 + + + velocityY + The velocity of the aircraft in the Y axis. + double + m/s + 100 + +