Skip to content

Commit

Permalink
Adding temperature to ATAOS events
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Sep 8, 2024
1 parent 529fe87 commit e0ea082
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions python/lsst/ts/xml/data/sal_interfaces/ATAOS/ATAOS_Events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
<Units>Pa</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>ATAOS</Subsystem>
Expand All @@ -112,6 +119,13 @@
<Units>Pa</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>ATAOS</Subsystem>
Expand All @@ -138,6 +152,13 @@
<Units>Pa</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>ATAOS</Subsystem>
Expand All @@ -164,6 +185,13 @@
<Units>Pa</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>ATAOS</Subsystem>
Expand All @@ -183,6 +211,13 @@
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>hexapod_x</EFDB_Name>
<Description>Position correction applied to the hexapod in the optical x-direction.</Description>
Expand Down Expand Up @@ -244,6 +279,13 @@
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>hexapod_x</EFDB_Name>
<Description>Position correction applied to the hexapod in the optical x-direction.</Description>
Expand Down Expand Up @@ -305,6 +347,13 @@
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>focus</EFDB_Name>
<Description>Focus correction.</Description>
Expand All @@ -331,6 +380,13 @@
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature for the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>focus</EFDB_Name>
<Description>Focus correction.</Description>
Expand Down

0 comments on commit e0ea082

Please sign in to comment.