- Added the ability to view data using non orthogonal axes. View can be toggled on or off. When non orthogonal view is toggled the peak viewer and line viewer tools are disabled.
- Setting the thickess now means that the slicing happens between `-0.5*thicness+center` and `+0.5*thicness+center`, instead of `-thicness+center` and `+thicness+center`. For the LineViewer, the python `setPlanarWidth` and `getPlanarWidth` are still having the old behavior, but the constructor is fixed.
- Added the ability to view data using non orthogonal axes. View can be toggled on or off. When non orthogonal view is toggled the peak viewer and line viewer tools are disabled.
- Setting the thickess now means that the slicing happens between `-0.5*thicness+center` and `+0.5*thicness+center`, instead of `-thicness+center` and `+thicness+center`. For the LineViewer, the python `setPlanarWidth` and `getPlanarWidth` are still having the old behavior, but the constructor is fixed.
VSI Improvements
----------------
- ParaView updated to v5.2.0
- The sources and views more reliably show progress in the VSI status bar.
- Added a button to the standard view which applies the threshold filter.
- Update the cut button to match the equivalent ParaView icon.
- Changed the fallback for when MDHistoworkspace was opened in the (incompatible) SplatterPlot view to the MultiSlice view.
- Faster initial loading of a MDHistoworkspace in the MultiSlice and ThreeSlice view.
- Drawing of a MDHistoWorkspace is now carried out in parallel using vtkSMPTools.
Bugs Resolved
Bugs Resolved
-------------
-------------
...
@@ -104,19 +115,6 @@ Bugs Resolved
...
@@ -104,19 +115,6 @@ Bugs Resolved
- Fixed a bug where plotting a column of TableWorkspace in the GUI did not work if decimal separator was not a dot.
- Fixed a bug where plotting a column of TableWorkspace in the GUI did not work if decimal separator was not a dot.
- Fixed a bug where closing a second plot window would cause a newly activated window to be resized.
- Fixed a bug where closing a second plot window would cause a newly activated window to be resized.
VSI Improvements
----------------
- ParaView updated to v5.2.0
- The sources and views more reliably show progress in the VSI status bar.
- Added a button to the standard view which applies the threshold filter.
- Update the cut button to match the equivalent ParaView icon.
- Changed the fallback for when MDHistoworkspace was opened in the (incompatible) SplatterPlot view to the MultiSlice view.
- Faster initial loading of a MDHistoworkspace in the MultiSlice and ThreeSlice view.
- Drawing of a MDHistoWorkspace is now carried out in parallel using vtkSMPTools.