Skip to content

Commit

Permalink
Add aircraft tracking data to the ESS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-aranda committed Sep 5, 2024
1 parent decea7e commit 47fb3cf
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions python/lsst/ts/xml/data/sal_interfaces/ESS/ESS_Telemetry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -993,4 +993,78 @@
<Count>1</Count>
</item>
</SALTelemetry>
<SALTelemetry>
<EFDB_Topic>ESS_aircraftTracks</EFDB_Topic>
<Description>Airplains tracks read from the DGAC radars.</Description>
<item>
<EFDB_Name>timestamp</EFDB_Name>
<Description>Time of data acqusition (TAI Unix seconds).</Description>
<IDL_Type>double</IDL_Type>
<Units>second</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>track</EFDB_Name>
<Description>The id of the radar and aircraft.</Description>
<IDL_Type>string</IDL_Type>
<Units>unitless</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>transponder</EFDB_Name>
<Description>The id of the aircraft assigned by the secondary surveillance radar (SSR)</Description>
<IDL_Type>string</IDL_Type>
<Units>unitless</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>azimuth</EFDB_Name>
<Description>The azimuth of the aircraft.</Description>
<IDL_Type>double</IDL_Type>
<Units>degree</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>altitude</EFDB_Name>
<Description>The altitude of the aircraft.</Description>
<IDL_Type>double</IDL_Type>
<Units>m</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>speed</EFDB_Name>
<Description>The speed of the aircraft.</Description>
<IDL_Type>double</IDL_Type>
<Units>m/s</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>latitude</EFDB_Name>
<Description>The latitude position of the aircraft.</Description>
<IDL_Type>double</IDL_Type>
<Units>degree</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>longitude</EFDB_Name>
<Description>The longitude position of the aircraft.</Description>
<IDL_Type>double</IDL_Type>
<Units>degree</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>velocityX</EFDB_Name>
<Description>The velocity of the aircraft in the x axis.</Description>
<IDL_Type>double</IDL_Type>
<Units>m/s</Units>
<Count>100</Count>
</item>
<item>
<EFDB_Name>velocityY</EFDB_Name>
<Description>The velocity of the aircraft in the Y axis.</Description>
<IDL_Type>double</IDL_Type>
<Units>m/s</Units>
<Count>100</Count>
</item>
</SALTelemetry>
</SALTelemetrySet>

0 comments on commit 47fb3cf

Please sign in to comment.