Add roi select to Waveform
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.