Skip to content

Select intensity

Thomas Vincent requested to merge tvincent/xsocs:select-intensity into master

This MR refactors the IntensityView widget and allows to sort entries by any positioner instead of hard-coded 'eta'.

It replaces the entry selection widget and the list of profile curves with widgets directly inherited from Qt. The new entry selection widget allows to change the displayed value for each entry and to sort the entries by this value. Profiles are also updated to use the selected value for the X axis.

Merge request reports