-
### Overview of the issue
When trying to run a bluesky plan with ophyd-epics-devices motors and area detectors, I came across a bug where trying to read a PV from either of these devices would result…
-
It was noted by @mrakitin that some read/write pairs have different enum_str (but the same integers), notable `Acquire` and `Acquire_RBV` in area detector (see https://github.com/areaDetector/ADCore/b…
-
Need to implement reading back TIFF or RAW files to do plugin callbacks.
TIFF files are just like Pilatus.
RAW files are problematic because they are not written until acquisition is complete, a…
-
```py
from analysisstore.client.commands import AnalysisClient
from beamline_lib import *
from beamline_support import *
from bluesky.callbacks.broker import post_run
from bluesky.callbacks.broke…
-
When we are using Dexela detector with 3888 x 3072 pel, the images do not display initially in CSS. When hovering over image in PVA display it shows 'null'.
The workaround is to bin 2x2 image, and i…
-
Like all statuses, you can put a complete callback on `ADTriggerStatus`. You can also put a watch callback on it which is called when it's progress changes. When the status completes, it calls the com…
-
Motivation: #10
Attn: @danielballan
-
This might be a one-off, just leaving this here for later reference. Will close if it doesn't come up again in the near future.
```
Run coverage run --concurrency=thread --parallel-mode -m pytest …
-
Currently, APS is not generating Resource or Datum documents. The artifacts produced by detectors are not tracked by databroker, and therefore they are not accessible to scripts or GUIs (Xi-cam, blues…
-
At the moment, the [NDPluginDriver::driverCallback()](../blob/master/ADApp/pluginSrc/NDPluginDriver.cpp#L93) which is called in the driver thread does a lock() on the plugin before getting a number of…