silx
silx copied to clipboard
Display multiple profiles inside the same window
I have this feature to provide in Flint https://gitlab.esrf.fr/bliss/bliss/-/issues/3399
Sounds like it is not really easy to do with the actual silx API.
- Because the manager does not import the window then a ROI is removed
- Because the profile window was designed for a single profile
To make it possible mostly the ProfileWindow have to be refactored
- A
removeRoihave to be added - The
roihave to be passed everytime a related data is updatedsetProfile(data)->setProfile(roi, data)
It's not a big deal but it will break thinks.
Optionally we could imagine a ProfileWindow2 with another API.