This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 17 Sep, 2021 1 commit
-
-
Anthony Lim authored
-
- 16 Sep, 2021 1 commit
-
-
Gemma Guest authored
Fix sort order in LoadEventNexus
-
- 15 Sep, 2021 8 commits
-
-
Peterson, Peter authored
Deprecate GetDetOffsetsMultiPeaks and CalibrateRectangularDetectors
-
Danny Hindson authored
-
DavidFair authored
Pd358 failover run title to title if missing release next
-
Gigg, Martyn Anthony authored
Prevented crash from incorrect file load in Elwin
-
Gigg, Martyn Anthony authored
Update SANS-Toml-v1.rst
-
Zhou, Wenduo authored
-
Gigg, Martyn Anthony authored
Muon analysis raw plot speed
-
Danny Hindson authored
The unit tests SetCrystalLocationTest, LoadEventNexusTest were failing due to some detectors in the input nexus file not having a corresponding workspace index. This showed up as the pixelID_to_wi_vector vector having std::numeric_limits<size_t>::max() as the wi value I've added check that wi<numEventLists before trying to retrieve the spectrum for wi which is the same check that's done elsewhere in ProcessBankData.cpp If the file BSS_11841_event.nxs had been loaded with compression on this would have caused a crash even before my fix to the sort order
-
- 14 Sep, 2021 18 commits
-
-
Steve K authored
Notes to clarify behaviour of the old BACK commands.
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Anthony Lim authored
-
Zhou, Wenduo authored
-
Anthony authored
-
Whitfield, Ross authored
Negative tof to d-space conversion error
-
DavidFair authored
Disable peak picker in ALC PeakFitting
-
DavidFair authored
Updated Inelastic Data Analysis Documentation
-
Zhou, Wenduo authored
-
Danny Hindson authored
The LoadEventNexus algorithm is run without compression and the events in the Nexus file are not already sorted by pulse time, the algorithm is incorrectly labelling them as sorted by pulse time. This change fixes the problem by always looping through the "used" detectors even if loading without compression This problem was causing FilterByTime to incorrectly slice up an event file by time. A lot of events were assigned to the last second of a run when slicing by time
-
Sarah Foxley authored
Resized and centred screenshots. Changed download to load in Elwin load description.
-
Peterson, Peter authored
-
Whitfield, Ross authored
Allow minimum TOF to be equal to zero
-
Harriet Brown authored
This commit disables the peak fitter and it's signals in ALC, this its to stop a crash that would have been an issue for the release. this will be fixed and re enabled during maintenance. re #32441
-
Gagik Vardanyan authored
Fix documentation page link in Indirect Data Analysis
-
Gigg, Martyn Anthony authored
Disabled model fitting in muon analysis for release
-
Gigg, Martyn Anthony authored
Create Model Fitting workspaces on the fly
-
- 13 Sep, 2021 12 commits
-
-
Peterson, Peter authored
This will get rid of negative time-of-flight values in the cases when the DAS writes them to the raw data file.
-
Peterson, Peter authored
This also shuffles the code around a little more to cluster the error checking and separately cluster the returns
-
DavidFair authored
Set the SIP ABI in the new FindPyQt5
-
Gigg, Martyn Anthony authored
fix new cppcheck warnings introduced by #32350
-
Walsh, Michael authored
-
Sarah Foxley authored
Added two new screenshots to Elwin documentation and details of File/Workspace dropdown menu. Added release notes.
-
Sarah Foxley authored
Changed noOfFiles from auto to size_t in checkLoadedFiles method.
-
Sarah Foxley authored
Added updated screenshot of GUI to Ineaslastic Data Analysis Documentation
-
Tom Hampson authored
-
Sarah Foxley authored
-
Sarah Foxley authored
Mantid is now able to deal with incorrect file types loaded to Elwin interface either via file load or workspace dialog file load by stopping loading and providing error message.
-
Gigg, Martyn Anthony authored
Without it we cannot build with v5 of the sip builder tool
-