You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bluesky we would like to configure an areaDetector without having to have a shared filesystem with the detector. This is almost possible at the moment, but if we need to set NDAttributesFile then we need to pass a filesystem path which is read here:
In bluesky we would like to configure an areaDetector without having to have a shared filesystem with the detector. This is almost possible at the moment, but if we need to set
NDAttributesFile
then we need to pass a filesystem path which is read here:ADCore/ADApp/ADSrc/asynNDArrayDriver.cpp
Lines 329 to 338 in 9d2c32a
The pos plugin has a similar XML reading routine, but it supports the PV being either a blob of XML or a filename:
ADCore/ADApp/pluginSrc/NDPosPluginFileReader.cpp
Lines 65 to 69 in 9d2c32a
I propose we do something similar for
NDAttributesFile
:Is this a reasonable thing to do? If so, then we can make a PR for it.
The text was updated successfully, but these errors were encountered: