DiamondLightSource / DiamondLightSource/dodal
Set up diamond numtracker so that we can use the training rigs with it.
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 13
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 10
Description
We want to migrate the training rigs to use the new numtracker path provider, to do so we need to configure numtracker and then replace the path provider in the training rig module with the following:
```
from dodal.common.visit import StartDocumentBasedPathProvider
set_path_provider(StartDocumentBasedPathProvider())
```
needs https://github.com/DiamondLightSource/numtracker/issues/134
## Acceptance Criteria
- The training rigs can run a count scan using the StartDocumentBasedPathProvider and diamond numtracker
Contributor guide
Assessment
This issue has not been assessed yet.