Skip to content

Commit

Permalink
Add mirror stress pubEvent to MTAOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Aug 21, 2024
1 parent d2fbe63 commit ab711c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-45890.mtaos.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add pubEvent to publish calculated mirror stresses from MTAOS.
19 changes: 19 additions & 0 deletions python/lsst/ts/xml/data/sal_interfaces/MTAOS/MTAOS_Events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,25 @@
<Count>50</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>MTAOS</Subsystem>
<EFDB_Topic>MTAOS_logevent_mirrorStresses</EFDB_Topic>
<Description>Calculated mirror stresses computed RSS the stress of individual bending modes.</Description>
<item>
<EFDB_Name>stressM2</EFDB_Name>
<Description>Calculate M2 stress computed RSS the stress contribution of each bending mode.</Description>
<IDL_Type>double</IDL_Type>
<Units>psi</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>stressM1M3</EFDB_Name>
<Description>Calculate M1M3 stress computed RSS the stress contribution of each bending mode.</Description>
<IDL_Type>double</IDL_Type>
<Units>micron</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>MTAOS</Subsystem>
<EFDB_Topic>MTAOS_logevent_rejectedDegreeOfFreedom</EFDB_Topic>
Expand Down

0 comments on commit ab711c1

Please sign in to comment.