-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
composite: OavSnapshotComposite, | ||
parameters: WithSnapshot, | ||
oav_parameters: OAVParameters, | ||
wait: bool = True, |
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.
This wait parameter is here as requested in original issue, but currently unused since we have to wait for the snapshot trigger completion before firing the event. Am open to suggestions to remove it / alternate structuring to make it useful.
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.
As it is we can remove this, I agree. If we need to do something more complex async we'll need to do it at device level anyway.
* Remove xtal_snapshots and xtal_snapshots_omega_end from ispyb_extras
486d71e
to
eed8d74
Compare
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! I agree about removing the unused param, I'll leave it to you to merge after
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.
nice!
composite: OavSnapshotComposite, | ||
parameters: WithSnapshot, | ||
oav_parameters: OAVParameters, | ||
wait: bool = True, |
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.
As it is we can remove this, I agree. If we need to do something more complex async we'll need to do it at device level anyway.
* (DiamondLightSource/hyperion#349) Basic experiment plan for taking snapshots * Remove xtal_snapshots and xtal_snapshots_omega_end from ispyb_extras * (DiamondLightSource/hyperion#349) Tidy parameter model diagram and commit image * (DiamondLightSource/hyperion#349) tidyups
Part 1 of fix for DiamondLightSource/mx-bluesky#388
This creates an experiment plan for taking oav snapshots and also removes some unused parameters from the
ispyb_extras
parameters.ispyb_extras
is now no longer needed for grid scans. OAV snapshots for rotations are still taken by GDA and snapshot paths supplied in parameters; this new plan is not yet invoked by the rotation plan, that work will be in a subsequent PR.Link to dodal PR (if required): #N/A
(remember to update
setup.cfg
with the dodal commit tag if you need it for tests to pass!)To test: