Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CAP-1051 -- change roiSpec length to 1 (unlimited) #884

Merged
merged 3 commits into from
Aug 2, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install towncrier
run: |
$CONDA/bin/conda install -c conda-forge towncrier -y
$CONDA/bin/conda install -c conda-forge towncrier=23 -y

- name: Run towncrier check command
run: |
Expand Down
1 change: 1 addition & 0 deletions doc/news/interface_changes/CAP-1051.atcamera.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make initGuiders roiSpec length 1 (unlimited)
1 change: 1 addition & 0 deletions doc/news/interface_changes/CAP-1051.cccamera.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make initGuiders roiSpec length 1 (unlimited)
1 change: 1 addition & 0 deletions doc/news/interface_changes/CAP-1051.mtcamera.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make initGuiders roiSpec length 1 (unlimited)
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<EFDB_Topic>ATCamera_command_initGuiders</EFDB_Topic>
<item>
<EFDB_Name>roiSpec</EFDB_Name>
<Description>TBD specification for region of interest</Description>
<Description>Specification for region of interest</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>256</IDL_Size>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<EFDB_Topic>CCCamera_command_initGuiders</EFDB_Topic>
<item>
<EFDB_Name>roiSpec</EFDB_Name>
<Description>TBD specification for region of interest</Description>
<Description>Specification for region of interest</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>256</IDL_Size>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<EFDB_Topic>MTCamera_command_initGuiders</EFDB_Topic>
<item>
<EFDB_Name>roiSpec</EFDB_Name>
<Description>TBD specification for region of interest</Description>
<Description>Specification for region of interest</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>256</IDL_Size>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
Expand Down
Loading