-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Relevant directory: https://github.com/UCL/STIR/tree/master/examples/python/projdata_visualisation
#1319 Added a TOF slider. The following are suggestions of changes to be made to ProjData Visualization
Further TOF improvements:
- Add a checkbox to sum over TOF indices, as suggested here
- Allow multiple ProjData matplotlib canvas widgets that can be controlled by a set of single sliders (assumption of this suggestion)
- Add a TOF data demonstration
General
- Improve the "hideous" UI (I wrote it 😄). Example
mainLayout.addWidget(self.ProjDataVisualisationGroupBox, 1, 1)->mainLayout.addWidget(self.ProjDataVisualisationGroupBox, 1, 0, 1, 2)might help by expanding the matplotlib canvas. However window size would vary. - Add error handling for loading projdata with no binary or error when reading binary. The error should be displayed in the application window (see here)
- Colormap limit consistency and options to set values. Currently, the 2D slice determines the colormap and the limits. These should be consistent when sliders are adjusted.
Reactions are currently unavailable