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

Add roi select to Waveform

appel_c requested to merge feat/add_roi_to_waveform into main

Description

This MR adds 2 new features. The main one is:

  • The integration of LinearRegionSelect to the Waveform. If toggled, it automatically refits the data with the provided fit_range in x.
  • Adds slot and QProperty to configure the BECWaveFormWidget to remove old plots from each source upon addition of a new one. Default is False --> behaviour as it was until now.

Related Issues

closes #344 (closed)

Screenshots / GIFs (if applicable)

Screen_Recording_2024-09-06_at_07.55.39

Additional Comments

We should soonish tackle the support for DAP on index/timestamp fitting.

Definition of Done

  • Add tests
  • Documentation is up-to-date.

Merge request reports

Loading