Eliminate multi-acquire special cases in acquisition pipeline #177
Labels
audience - developer
affects internal development or blocks another issue
effort - few days
a few days
impact - high
has difficult or onerous workaround
reach - small
affects a few users weekly
The special cases are mainly that the data items are updated in the
ScanDataChannel
andCameraDataChannel
classes rather than the standard acquisition pipeline channels. This is problematic because it prevents separating the acquisition loop from the processing loops in the acquisition pipeline. The integrated acquisition loop and processing loop makes the acquisition loop unnecessarily difficult to implement/maintain and is a direct blocker of other issues.One approach is to eliminate multi-acquire by providing all capabilities using other acquisition techniques. One of the capabilities is to calibrate resulting data in e/eV/s (see tasklist below).
Tasks
The text was updated successfully, but these errors were encountered: