Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-39506.scheduler.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds blockId to the Scheduler observation event.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-39506.scheduler.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds expected physical rotator angle to the Scheduler target event.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@
<Units>deg</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>rotAngle</EFDB_Name>
<Description>Rotator physical angle.</Description>
<IDL_Type>double</IDL_Type>
<Units>deg</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>filter</EFDB_Name>
<Description>Filter name.</Description>
Expand Down Expand Up @@ -1031,6 +1038,13 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>blockId</EFDB_Name>
<Description>Target block id.</Description>
<IDL_Type>long</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>ra</EFDB_Name>
<Description>Right Ascension of the target.</Description>
Expand Down