This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 16 Sep, 2020 4 commits
-
-
DavidFair authored
Convert some values from metres to millimetres for display in SANS user interface
-
DavidFair authored
Fix Muon Analysis TF asymmetry fitting crash
-
Gigg, Martyn Anthony authored
Update ConvertAxisByFormula docs to show trig functions need angle in radians
-
Richard Waite authored
-
- 15 Sep, 2020 17 commits
-
-
Gigg, Martyn Anthony authored
Fixed elemental analysis reload bug
-
Gigg, Martyn Anthony authored
Update A^-1 to A for wavelength step in SANS Settings
-
Zhang, Chen authored
Various values in the ISIS SANS reduction UI are stored in metres but need to be displayed in millimetres. Apply unit conversions in the model and rounding in the presenters on the requested fields (most mm fields to 1dp except beam_centre_model positions to 3dp, tolerance not currently rounded since example value is 0.0001251mm) Also added "mm" to a couple of the field labels for clarity Add some tests to check the m to mm unit conversion happens
-
Gigg, Martyn Anthony authored
Replace deprecated alg in sans
-
Gigg, Martyn Anthony authored
Add test for Larmor StateMove throwing if RB is None
-
tolu28-coder authored
-
Toluwalase Agoro authored
-
Gigg, Martyn Anthony authored
Fixed Bug with unselecting peak checkbox on elemental analysis
-
Stephen authored
-
David Fairbrother authored
Adds a test to check for StateMove throwing when the run number is none. This happens when we add a user file without a run number in the box. I checked with the SANS team and it is expected that there x dim is in m, and y in mm for runs after 2217. So we want to use the same divider after that to keep the display consistent until they load in run data.
-
Toluwalase Agoro authored
-
Gemma Guest authored
Added Clear All Memory Action To File Menu On Workbench
-
Gemma Guest authored
Fix OpenGL viewport size for 4K resolutions
-
Gemma Guest authored
Fix project recovery progress bar
-
Gigg, Martyn Anthony authored
Merge pull request #29434 from mantidproject/29409_muon_analysis_no_longer_has_y_values_in_its_results_table Fix Y error labels in muon analysis results tables
-
Stephen authored
This commit adds an optional parameter to ConvertFitFunctionForMuonTFAssymmetry to avoid ties being set in multiple places.
-
Harriet Brown authored
This commit adds release notes for the new linking error columns function and notes on the linking withing muon analysis.
-
- 14 Sep, 2020 16 commits
-
-
David Fairbrother authored
Replaces MaskInstrument with MaskDetectors in the SANS codebase to avoid a deprecation warning, as the former has been replaced.
-
David Fairbrother authored
This resolves an issue where we would print "file is missing" as the full path returned by the file finder was blank
-
Gigg, Martyn Anthony authored
WedgeWorkspace support in SANSILLAutoProcess
-
David Fairbrother authored
Handles an invalid exception when we are trying to load a row mask with no sample scatter provided
-
David Fairbrother authored
Updates the step label from Angstrom ^-1 to Anstrom. This was pointed out by Richard during unscripted testing
-
Martyn Gigg authored
-
Toluwalase Agoro authored
-
Toluwalase Agoro authored
-
Martyn Gigg authored
-
Matt Cumber authored
Discovered mainwindowtest was not included in CMakeLists so added there. Fixed tests to actually run. And added the tests for the new functionality
-
Samuel Jones authored
-
Samuel Jones authored
-
Harriet Brown authored
-
Harriet Brown authored
This commit links error colomns in muon analysis to their value counterpart. re: #29409
-
Harriet Brown authored
This commit adds a function to the ITableWorkspace that allows an error colomn to be linked with it's data counterpart and exposes it to python. re: #29409
-
Martyn Gigg authored
glViewport takes sizes in device pixels whereas Qt works in logical pixel sizes. Factor the ratio in for Qt 5 builds
-
- 11 Sep, 2020 3 commits
-
-
Martyn Gigg authored
Clean up calls and increase readability of method names
-
Matt Cumber authored
Can't update the window icon for some reason. Need to add a test.
-
Samuel Jones authored
-