feat(image): image widget can take data from monitor_1d endpoint
Description
The image widget can now accept data from the monitor_1d
endpoint with full post-processing, RPC, and toolbar actions.
Related Issues
Closes #374 (closed)
Relates to #368 (closed)
Type of Change
- The image widget can now accept data from the
device_monitor_1d
endpoint. - Adjusted the ImageWidget toolbar.
Potential Side Effects
Users must specify the dimensions of the device monitor since we currently do not have information about the shape of the data that will be sent to the widget.
Screenshots / GIFs (if applicable)
General Use:
Stream of uneven waveform length demo:
Additional Comments
The 1D waveform widget will be included in the next MR. The dimensions combobox will be removed when the device filter and device dimension type issues are resolved at the BEC Core level.
Definition of Done
-
Documentation is up to date.