This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 08, 2020
-
-
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
-
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
Vanadium output files are now saved to the user directory if an RB number is specifies so that users can have all of the generated data from processing.
-
Conor Finn authored
Focusing now saves as .gss, .nxs, and .dat files.
-
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
-
Conor Finn authored
Before, the file finders (MWRunFiles) could only be made read-only, which did not grey out the text field, just the browse button. This option has been added and used instead for the file inputs that should not be used.
-
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.
-
Conor Finn authored
The calibration parameter table that is generated when creating a new calibration is now loaded back into mantid from the file as a table workspace, rather then just working in the background.
-
Conor Finn authored
-
Conor Finn authored
Parts of the UI that do not do anything are now greyed out to avoid confusion. The returned values from the load are also added to the new calibration boxes to show that the load has succeeded.
-
Conor Finn authored
Loading an existing calibration from the GSAS parameter files now reloads the calibration from the information stored in the file.
-
Conor Finn authored
-
- 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
-
Conor Finn authored
Test file names need to be distinct, as CMake does not allow for build properly when file names are the same. Also adds main methods to test classes.
-
Conor Finn authored
-
Conor Finn authored
Creating a new focus now saves a nexus file to the file system. The old GUI saves multiple file types, but since I'm not sure what they actually use, nexus seems like a safe proof of concept for now.
-
- Oct 21, 2019
-
-
Conor Finn authored
Creating a new focus now saves a nexus file to the file system. The old GUI saves multiple file types, but since I'm not sure what they actually use, nexus seems like a safe proof of concept for now.
-
Conor Finn authored
The calibration tab is now able to notify any tabs that subscribe to it what the current calibration is. For now, this allows the focusing tab to perform it's algorithm based on the most recently loaded calibration.
-
Conor Finn authored
Tests added for plotting functionality in the model and the current functionality of the presenter.
-
Conor Finn authored
Initially the plot buttons and parameters didn't do anything in the model. Checking the box now sets if plots are created for the workspaces.
-
Conor Finn authored
-
Conor Finn authored
Saving the current calibration locally so it can be accessed by other tabs.
-
Conor Finn authored
Initial version of the model. Currently missing the plotting, file creation, and file system interaction.
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Vanadium corrections are used across the various tabs, so the functionality is refactored out of the calibration tab's model.
-
- Oct 11, 2019
-
-
Conor Finn authored
-