-
Running MTE3 on ubuntu 18.04.
Camera sensor RBV value does not change until I command "Acquire" image.
-
This has appeared a lot in build logs. Seems to fail 10-20% of the time:
```
__________________ test_default_configuration_smoke[pyepics] ___________________
ad_prefix = 'ADSIM:'
cleanup =
…
-
Autosave when saving a string without value causes fprintf ERRLEVEL, which is problematic as you will incur data loss at the first null value one is trying to autosave.
Can null values be checked f…
-
line 434, `set_and_wait(self.file_number, 0)`, under `FileStorePluginBase.stage()`, should be removed.
In some scans the same file name are used for multiple "passes". If the file_number is set t…
-
Writes to the area detector string PV `$(IOC)Hdf1:FilePath` will timeout if the string does not end with the path delimiter used by the IOC's host operating system. This code: https://github.com/blue…
-
Can the [Device](https://blueskyproject.io/ophyd/tutorials/device.html) support for area detectors be made simpler?
The current implementation of [`ophyd.areadetector`](https://github.com/bluesky/o…
-
I compiled ADZMQ into an area detector. When I start the IOC, I get this error:
==============================================
.......
NDZMQConfigure("NDZMQ1", "tcp://*:1234", 3, 0, "SP1", 0)
st…
-
In the `HDF5Plugin.stage()` method, there is a check to verify that the HDF5 file writing plugin has had an image frame pushed to the file writing plugin to initialise dimensions and possibly NDAttrib…
-
I am trying to create an object that will allow me to create bitmaps and import it into my GUI so I can visualize images from a camera transmitted with CA. I called it [PVImage](https://github.com/vst…
-
We are trying to use xspress3 at 11id. I found we are actually using hxntools for controlling xspress3, here is the code
``` 1 from hxntools.detectors.zebra import (EpicsSignalWithRBV,
2 …