-
Notifications
You must be signed in to change notification settings - Fork 4
Read detector ID from device #1526
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1526 +/- ##
==========================================
- Coverage 92.29% 92.28% -0.01%
==========================================
Files 142 142
Lines 8094 8092 -2
==========================================
- Hits 7470 7468 -2
Misses 624 624
🚀 New features to boost your workflow:
|
DominicOram
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, one minor comment, otherwise looks good
| data_collection_info.sample_id = params.sample_id | ||
| data_collection_info.visit_string = params.visit | ||
| data_collection_info.parent_id = data_collection_group_id | ||
| data_collection_info.detector_id = I03_EIGER_DETECTOR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should: We can remove I03_EIGER_DETECTOR now
DominicOram
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Fixes #1472
Link to dodal PR (if required): DiamondLightSource/dodal#1786
Instructions to reviewer on how to test:
Checks for reviewer