This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 31 Jul, 2020 7 commits
-
-
Mathieu Tillet authored
When computing the vector containing the detectors to ROI, in the case of pixel and tube, erase elements after using remove, both to remove a warning and because it is not supposed to work without this change, even though it did.
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
It is now similar to the one from the Pick tab.
-
Gemma Guest authored
Add region/cut selection tool to the slice viewer
-
Gagik Vardanyan authored
Colour fill plots fail on workspaces of monitors
-
- 30 Jul, 2020 8 commits
-
-
Martyn Gigg authored
Code can be the same whether the axis type is numeric/spectra by using the correct algorithms
-
Martyn Gigg authored
If an algorithm fails midway but we leave the workspace around it looks like the operation completed causing confusion for the user.
-
Martyn Gigg authored
-
Harriet Brown authored
This commit adds checks for spectra labels being text and replaces them with arrays of length nhist
-
Gemma Guest authored
Add F(q) default parameter estimations
-
DavidFair authored
Add Setting for Default Font on New Plots
-
Mathieu Tillet authored
-
Mathieu Tillet authored
Adds the possibility to select and group individual pixel and tube. HOWEVER due to these selections being dependent of the detector, contrary to every other shape used for masking etc, the selection cannot be printed on screen, as it would require to create a shape that follows the detector if it is moved and is rendered using the correct perspective. Moreover, contrary to what happens with masking and ROIing, there are two options for grouping, which means the operation cannot be applied immediatly on click in this case. Since this means that a) the user should input after doing their selection and b) this selection cannot be shown to the user on the instrument view, the compromise solution was to only take into account and store the last tube or pixel selected for grouping. In other words, the user can only sum or extract the last pixel / tube they selected.
-
- 29 Jul, 2020 7 commits
-
-
Conor Finn authored
RE #28597
-
DavidFair authored
Muon Analysis bug fixes for simultaneous fits
-
Nick Draper authored
Abins data class refactoring
-
Harriet Brown authored
-
Martyn Gigg authored
The same key combinations, minus roi selection, now export the visible cuts when the single-pixel line plots are visible.
-
Martyn Gigg authored
It is highly likely that this is the behaviour that is intended rather than simply throwing an error. If makes extracting a single bin out far simpler than a user figuring out the correct limits themselves.
-
Conor Finn authored
RE #28597
-
- 28 Jul, 2020 18 commits
-
-
Martyn Gigg authored
The toolbar was incorrectly stretched over 2 columns but only macOS show this as a layout error. Also, macOS buttons were sized far too small and the text was cut off. Calculate the width of the buttons based on their height so they appear square Fix macOS layout properly
-
Martyn Gigg authored
-
Martyn Gigg authored
Some values cannot be displayed so show a blank
-
Martyn Gigg authored
Some units are not convertible so we just show a dash to show it's not applicable.
-
Martyn Gigg authored
We only want to borrow a reference to the PyObject for ExtractSharedPtr to work. The handle objects are able to do this but providing access to the raw PyObject in ExtractSharedPtr avoids the overhead of constructing the handle when not required.
-
Martyn Gigg authored
Adds more tests cases for common MatrixWorkspace setups
-
Martyn Gigg authored
is grouped then the recursive lookup fails even if the instrument has the required parameter
-
Martyn Gigg authored
-
Martyn Gigg authored
-
Martyn Gigg authored
-
Martyn Gigg authored
Adds a status bar to inform the user what keys to press and what has happened when the keys have been pressed. It remains to be seen if separate push buttons are required at all here.
-
Martyn Gigg authored
-
Martyn Gigg authored
As we now view the original workspace if possible rebinning happens automatically with a new plot
-
Martyn Gigg authored
-
Martyn Gigg authored
The QuadMesh cannot currently provide the information to compute its position in the grid. Instead just display the x,y position as matplotlib does.
-
Martyn Gigg authored
-
Martyn Gigg authored
When lineplots are enabled the image info widget and lineplots need the same information and this avoids computing it twice.
-
Martyn Gigg authored
Use separate objects to manage tracking and plotting to enable better testing and readability.
-