ophyd
ophyd copied to clipboard
Simplify Area Detector triggering logic.
Rather than sticking an extra key in the read() and describe() dicts to reference the image artifacts written to disk, we should make soft Signals. This will reduce the complexity significantly and make Area Detectors operate more like everything else.
There are one-off implementations of this now at APS 8-ID and NSLS FXI. It seems to work well; we just need the time to do it.