bluesky / yaqc-bluesky

A bluesky interface to the yaq instrument control framework.
https://yaq.fyi/
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Fixes for cameras and mappings #77

Closed ksunden closed 2 years ago

ksunden commented 2 years ago

Technically yaq mappings are even more flexible than this handling accounts for, however I know of no real daemons which are caught by that so meh, cross that bridge when we come to it

Includes tests including getting the xarray out of count, as that is where it actually failed prior to this change

This changes the behavior of mappings to use global indexed values rather than namespaced indices to the mapping itself, as that proved faulty for the 2D case. As such the existing test case for spectrometer was adjusted accordingly.