ulrikpedersen / tomoscan

Demonstration of a tomography scan using EPICS BlueSky with a pulsed laser source
https://ulrikpedersen.github.io/tomoscan/
Apache License 2.0
1 stars 1 forks source link

Try out apstools ohpyd areadetector support #20

Closed ulrikpedersen closed 1 year ago

ulrikpedersen commented 1 year ago

Have a go at adopting apstools and try out its implementation of areaDetector ophyd device classes as described in the guides.

8ryn commented 1 year ago

Work on this can be seen in my branch here: https://github.com/8ryn/tomoscan/tree/apstools_test This work lead to the discovery that the hdf plugin needed to have its "kind" set to allow the image to be read from the databroker this resolved issue #11 .

ulrikpedersen commented 1 year ago

Closing this as looking into apstools package actually led to the discovery of the primary issue that we were having (on #11)

While there are some useful snippets in apstools to learn from, we do not want to add this dependency wholesale.