This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 17 Sep, 2020 19 commits
-
-
mantid-builder authored
-
Gigg, Martyn Anthony authored
In ALC Rename Auto Checkbox And Update Error Messages To Be More Meaningful
-
Gigg, Martyn Anthony authored
Fix SANS GUI wavelength limits bug
-
Matthew Cumber authored
Updated as requested Co-authored-by:
Anthony <anthony.lim@stfc.ac.uk>
-
Matt Cumber authored
-
Gigg, Martyn Anthony authored
Fix 2d reduction button not working
-
Matt Cumber authored
The ALC interface has been updated by renaming auto to something more useful, and including more useful error messages when runs is invalid as requested by users during beta testing. Updated release notes along with the image of the interface.
-
Gemma Guest authored
Add Clear Button To Workspace Toolbox
-
Gemma Guest authored
Add skeleton of release notes for v6.0.0
-
David Fairbrother authored
Preserves user input for the wavelength range in the settings tab, this is parsed in the state object so we have to store the user setting in the model instead.
-
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
-
David Fairbrother authored
Preserves user input for the wavelength range in the settings tab, this is parsed in the state object so we have to store the user setting in the model instead.
-
LamarMoore authored
Add missing Efixed parameter
-
Matt Cumber authored
Now group button tool tip updates to ungroup button tool tip when necessary.
-
Gagik Vardanyan authored
Release roles
-
- 16 Sep, 2020 21 commits
-
-
mantid-builder authored
-
Savici, Andrei T authored
Fix sliceviewer extents to set correctly after axes swap
-
Gigg, Martyn Anthony authored
D20 convert spectrum axis
-
Gigg, Martyn Anthony authored
Adjust color cycle in Muon Analysis
-
Peterson, Peter authored
Python3 requires key instead of cmp keyword
-
Gigg, Martyn Anthony authored
Update input workspaces in fitproperty browser of EngDiff UI to stop exception
-
Gigg, Martyn Anthony authored
ALC: Plot corrected data from latest fit only in base line modelling tab
-
Gigg, Martyn Anthony authored
Fix crash transferring run into empty group
-
Gigg, Martyn Anthony authored
Add W matrix for MDNorm output
-
StephenSmith25 authored
-
Tom Clayton authored
-
Stephen authored
-
Tom Clayton authored
-
joseph-torsney authored
Co-authored-by:
Anthony <anthony.lim@stfc.ac.uk>
-
DavidFair authored
Convert some values from metres to millimetres for display in SANS user interface
-
Stephen authored
This commit moves some things around in the color queue so that it doesn't depend on the matplotlib colorc ycle
-
DavidFair authored
Fix Muon Analysis TF asymmetry fitting crash
-
David Fairbrother authored
Fixes the 2D reduction button not working. This was a combination of minor problems: - The presenter was not updating the model with the option. This became a problem when the model was told off for reaching into the view as part of the TOML work. - When using a custom user file we ignore the GUI settings. This was a little too strict as we were ignoring the reduction mode - For some reason we have the ReductionDimensionality duplicated within our state objects. If the GUI model does not set both, half the reduction would be in 2D/1D.
-
Matt Cumber authored
-
joseph-torsney authored
* Reminder to add labels/milestones on PR template * Add base branch reminder to PR template
-
Gagik Vardanyan authored
-