This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 17 Sep, 2020 5 commits
-
-
Gemma Guest authored
- Ensure all wavelength models are updated - Add test for default if enum is NOT_SET Re #29441
-
Gemma Guest authored
Re #29441
-
Gemma Guest authored
This is not really applicable here, at least for transmissions, because the wavelength step should only ever be lin/log anyway, but for consistency/clarity use the function that converts RANGE_LIN/RANGE_LOG to LIN/LOG when constructing rebin strings to avoid missing a case that should be LOG but is actually RANGE_LOG. This could use some tidying - we should probably have a separate enum class with only the valid values here. But that is beyond the scope for this PR. Re #29441
-
Gemma Guest authored
This does not seem to be used anywhere and I think wavelength_step_type is n/a for conversion to Q anyway Re #29441
-
Gemma Guest authored
This is slightly messy because the RangeStepType enum is being used directly from the state objects to provide inputs to the workflow algorithm, but the algorithm does not support all of the values in the enum. This should probably be tidied up properly at some point because it is an overly complex way of essentially just specifying whether a -1 should be applied to the rebin params for log steps. For now, I have fixed the problem by replacing the wavelength_step_type used by the algorithms with a new property wavelength_step_type_property_string, which converts RANGE_LIN/RANGE_LOG to LIN/LOG. Re #29441
-
- 15 Sep, 2020 14 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
-
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
-
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
-
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 5 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
-
Samuel Jones authored
-
Gemma Guest authored
Change generatePoint logic in CBP to ensure even distribution across disk
-