This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 12 Aug, 2020 1 commit
-
-
Stephen authored
- Refactor LoadMuonNexusV2Helper into a separate class - Avoid passing shared pointers around if ownership is not being considered Remove unused variable
-
- 05 Aug, 2020 1 commit
-
-
Stephen authored
-
- 04 Aug, 2020 1 commit
-
-
Stephen authored
This commit creates the multi period loading strategy In doing this it refactors some of the code from the single period strategy, as it would end up being repeated in the Multi period loading strategy.
-
- 03 Aug, 2020 2 commits
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
- 31 Jul, 2020 7 commits
-
-
Savici, Andrei T authored
Check for null box pointer due to rounding errors
-
Martyn Gigg authored
Some scenarios cause getBoxAtCoord to return a nullptr due to roundoff errors. Protect against this possiblity when generating a line plot. No test has been added as it is nontrivial to construct a case and the functionality fixes a crash in an edge case in MantidPlot sliceviewer that will be removed in the next release
-
Gemma Guest authored
Update Muon loaders to load uncorrected time and multiple time zeros
-
Danny Hindson authored
-
Gemma Guest authored
Add region/cut selection tool to the slice viewer
-
Gagik Vardanyan authored
Colour fill plots fail on workspaces of monitors
-
Danny Hindson authored
Change const to constexpr in various places and rename the SparseInstrument header\cpp\test files to SparseWorkspace to match the class. Also remove redundant try catch clause in MCInteractionVolume::getFullBoundingBox
-
- 30 Jul, 2020 10 commits
-
-
Martyn Gigg authored
Code can be the same whether the axis type is numeric/spectra by using the correct algorithms
-
Matthew Andrew authored
-
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
-
Matthew Andrew authored
-
Gemma Guest authored
Add F(q) default parameter estimations
-
DavidFair authored
Add Setting for Default Font on New Plots
-
Matthew Andrew authored
-
Matthew Andrew authored
-
- 29 Jul, 2020 13 commits
-
-
Danny Hindson authored
Modified MonteCarloAbsorptionTest.h to add more unit tests, add integration tests that are based on scenarios with an analytic result and remove a couple of integration tests where good system test cover already in place Add one more test to SpareInstrumentTest to check the inverse square weighting
-
Conor Finn authored
RE #28597
-
DavidFair authored
Muon Analysis bug fixes for simultaneous fits
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
Updates the LoadPSIMuonBin algorithm to set a new output property called TimeZeroList listing all the time zeros. Also adds a new flag CorrectTime controlling whether to correct the time via the time zero algorithm in the loader or not.
-
Matthew Andrew authored
This adds an optional flag to disable automatically applying the timezero correction. It also adds a new property TimeZeroList which contains a vector of time zeros one for each spectra. If the file does not contain multiple time zeros this vector contains the single timezero for every entry.
-
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 5 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.
-