Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat(image): image widget can take data from monitor_1d endpoint

wyzula_j requested to merge feat/multi-waveform into main

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:

waveform1d-demo

Stream of uneven waveform length demo:

stream_uneven_data

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.
Edited by wyzula_j

Merge request reports

Loading