Skip to content

Commit

Permalink
Merge pull request #875 from lsst-ts/tickets/DM-44757
Browse files Browse the repository at this point in the history
tickets/DM-44757
  • Loading branch information
elanaku authored Jul 9, 2024
2 parents e2a97b8 + 6e08712 commit 1cd1167
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-44757.electrometer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add optional groupID to startScan and startScanDt.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-44757.fiberspectrograph.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add optional groupID to the expose command.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>groupId</EFDB_Name>
<Description>Optional group ID for the electrometer reading.</Description>
<IDL_Type>string</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>Electrometer</Subsystem>
Expand All @@ -99,6 +106,13 @@
<Units>second</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>groupId</EFDB_Name>
<Description>Optional group ID for the electrometer reading.</Description>
<IDL_Type>string</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>Electrometer</Subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>groupId</EFDB_Name>
<Description>Optional group ID for the exposure; used for the FITS GROUPID header value.</Description>
<IDL_Type>string</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>FiberSpectrograph</Subsystem>
Expand Down

0 comments on commit 1cd1167

Please sign in to comment.