Skip to content

Commit

Permalink
Merge pull request #909 from lsst-ts/tickets/DM-46087
Browse files Browse the repository at this point in the history
DM-46087: Add aircraft tracking data to the ESS
  • Loading branch information
sebastian-aranda authored Sep 23, 2024
2 parents 328f02f + 6c32b38 commit 3c21993
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-46087.ess.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add aircraft tracking data to the ESS.
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 @@ -1437,4 +1437,78 @@
<Count>1</Count>
</item>
</SALTelemetry>
<SALTelemetry>
<EFDB_Topic>ESS_aircraftTrack</EFDB_Topic>
<Description>Aircraft track read from 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>1</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>1</Count>
</item>
<item>
<EFDB_Name>azimuth</EFDB_Name>
<Description>The azimuth of the aircraft.</Description>
<IDL_Type>double</IDL_Type>
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>altitude</EFDB_Name>
<Description>The altitude of the aircraft.</Description>
<IDL_Type>float</IDL_Type>
<Units>m</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>speed</EFDB_Name>
<Description>The speed of the aircraft.</Description>
<IDL_Type>float</IDL_Type>
<Units>m/s</Units>
<Count>1</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>1</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>1</Count>
</item>
<item>
<EFDB_Name>velocityX</EFDB_Name>
<Description>The velocity of the aircraft in the x axis.</Description>
<IDL_Type>float</IDL_Type>
<Units>m/s</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>velocityY</EFDB_Name>
<Description>The velocity of the aircraft in the Y axis.</Description>
<IDL_Type>float</IDL_Type>
<Units>m/s</Units>
<Count>1</Count>
</item>
</SALTelemetry>
</SALTelemetrySet>

0 comments on commit 3c21993

Please sign in to comment.