Add vmxm gridscan plan#1636
Merged
Merged
Conversation
This was referenced Feb 18, 2026
Closed
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1636 +/- ##
==========================================
+ Coverage 92.84% 92.89% +0.04%
==========================================
Files 156 159 +3
Lines 8592 8678 +86
==========================================
+ Hits 7977 8061 +84
- Misses 615 617 +2
🚀 New features to boost your workflow:
|
jacob720
reviewed
Feb 25, 2026
Contributor
jacob720
left a comment
There was a problem hiding this comment.
Looks good, just a couple comments.
| from mx_bluesky.common.utils.log import LOGGER | ||
|
|
||
|
|
||
| def create_gridscan_callbacks() -> tuple[ |
Contributor
There was a problem hiding this comment.
This looks identical to the i04 one, could we put it somewhere common?
Contributor
There was a problem hiding this comment.
Nevermind, this has SpecifiedTwoDGridScan and i04 has SpecifiedThreeDGridScan
jacob720
approved these changes
Feb 26, 2026
1 task
Contributor
Author
|
I'm going to hold off on merging this until #1623 is merged |
b817bd7 to
22ec8d2
Compare
78dac28 to
22ec8d2
Compare
22ec8d2 to
638a8c1
Compare
1 task
rtuck99
reviewed
May 13, 2026
| DETECTOR_SIZE_PER_BEAMLINE = { | ||
| "test": EIGER2_X_16M_SIZE, | ||
| "i02-1": EIGER2_X_9M_SIZE, | ||
| "i02-1": EIGER2_X_4M_SIZE, |
Contributor
There was a problem hiding this comment.
This should be removed:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires #1623 and DiamondLightSource/dodal#1925
Supersedes #924 and #1214
Note that these gridscans don't have ispyb integration. That is coming in a later PR
Link to dodal PR (if required): #XXX
(remember to update
pyproject.tomlwith the dodal commit tag if you need it for tests to pass!)Instructions to reviewer on how to test:
Checks for reviewer