This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 30, 2020
-
-
Conor Finn authored
-
Conor Finn authored
The status bar at the bottom of the GUI is now populated with the currently loaded calibration.
-
Conor Finn authored
-
Conor Finn authored
-
- Mar 27, 2020
-
-
Conor Finn authored
Removes all of the from __future__ imports that open and close the brackets on the same line. This is most of them.
-
- Mar 24, 2020
-
-
Conor Finn authored
Co-Authored-By:
StephenSmith25 <56431339+StephenSmith25@users.noreply.github.com>
-
- Mar 20, 2020
-
-
Conor Finn authored
Needed to add checks around makedirs(), throws an error if the directory already exists.
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 18, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
- Mar 17, 2020
-
-
Conor Finn authored
-
- Mar 16, 2020
-
-
David Fairbrother authored
Fixes all flake8 3.7.9 warnings as part of the Python 2->3 transition.
-
- Feb 20, 2020
-
-
Conor Finn authored
-
- Feb 19, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
- Feb 03, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
- Jan 29, 2020
-
-
Conor Finn authored
-
- Jan 27, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Also removes the existing functionity for selecting a bank, as this can be handled by the cropping widget.
-
Conor Finn authored
Adds basic controls to presenter for showing and hiding.
-
Conor Finn authored
-
- Jan 23, 2020
-
-
Conor Finn authored
-
- Jan 08, 2020
-
-
Conor Finn authored
The functionality was the same across calibration and focus.
-
Conor Finn authored
Currently, there is no way to load a CSV file (which is the format that the full calibration is in) into mantid to be used by the GUI. Until that is added, the option to select the full calibration has been hidden from the user. The functionality is there, so once the loading works for large CSVs the hide() call can be removed.
-
Conor Finn authored
-
- Dec 12, 2019
-
-
Conor Finn authored
-
Conor Finn authored
- Remove repeated searching checks - Split test into reasonable chunks - Make rb_num naming consistent
-
Conor Finn authored
-
Conor Finn authored
-
- Dec 11, 2019
-
-
Conor Finn authored
-
Conor Finn authored
Now using sample instead of a mix of both of these.
-
Conor Finn authored
-
Conor Finn authored
-
- Dec 06, 2019
-
-
Conor Finn authored
Loading the vanadium to be used later on makes more sense to do at this stage than at the start of the focusing step.
-
- Oct 24, 2019
-
-
Conor Finn authored
Also refactors the tests to focus on one path of execution per test.
-
Conor Finn authored
Debug error appeared on windows when buttons are enabled at the end of the calibration and focus. By emitting a signal instead of calling the function to enable the buttons directly, windows stops complaining about threads interacting with the GUI.
-
- Oct 22, 2019
-
-
Conor Finn authored
Documentation has been added for the less obvious public and private methods. Some of the methods in the model should be shown as private, so have had methods refactored.
-
Conor Finn authored
-