Skip to content

Commit

Permalink
Merge pull request #905 from lsst-ts/tickets/DM-46190
Browse files Browse the repository at this point in the history
Add temperature attribute to ATAOS applyCorrection
  • Loading branch information
gmegh authored Sep 23, 2024
2 parents 3c21993 + dc5fe6f commit ec52d38
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-46190.ataos.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add temperature attribute to ATAOS_command_applyCorrection and to CorrectionStarted and CorrectionCompleted ATAOS_logevents.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>temperature</EFDB_Name>
<Description>Temperature at the time of the correction.</Description>
<IDL_Type>double</IDL_Type>
<Units>Celsius</Units>
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>ATAOS</Subsystem>
Expand Down
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 ec52d38

Please sign in to comment.