GUI: rm SelectionDescriptor for detector alignment
Rectangular detector alignment is now handled without creating a SelectionDescriptor.
Steps of SelectionProperty/Descriptor refactoring:
- make
SelectionPropertyless generic, make catalogs usage mandatory, not optional - reduce usage of ad hoc
SelectionDescriptors, e.g. descriptors that are not derived fromSelectionProperty - move
Descriptorfunctionality toProperty - use
Propertyinstead ofDescriptor - remove
Descriptorfrom code - refactor serialization of
Property
This MR is related to points 2.
Edited by Mikhail Svechnikov