DiamondLightSource / DiamondLightSource/mx-bluesky
Document Dom's general assumptions
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 5
- Avg merge
- 1d 30m
- Merged PRs (30d)
- 2
Description
There are a couple of general guidance rules we have settled on as part of doing Hyperion that we should document:
* Plan steps should not tidy up after themselves - this aides in allowing speed ups, the obvious example where this causes issues is where GDA will put backlights back into the beam after data collections even if the next operation is another data collection.
* Not checking if you are already in position when doing moves
## Acceptance Criteria
- The above is documented somewhere
Contributor guide
Assessment
This issue has not been assessed yet.