This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 08, 2020
-
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
LoadNexusLogs now extends NexusHDF5Descriptor Allow HDF5 open to handle multiple handlers in NexusHDF5Descriptor
-
William F Godoy authored
-
William F Godoy authored
Expose m_fileInfo from NexusFileLoader
-
William F Godoy authored
To do: LoadNexusMonitors2
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
- Apr 07, 2020
-
-
Gemma Guest authored
This means we can hide the parsing function that takes an xml string from the public interface and add a friend class to test this. It also means that getRuns() can be called multiple times with different criteria without having to re-parse the file. Re #26897
-
In places other substitutions have been made, e.g Clang does not yet specialize std::shared_ptr for T[]. Vector has been used instead. The operator[] methods were incorrectly marked const but returning a non-const reference - this has been fixed. Refs #25842
-
- Apr 06, 2020
-
-
Gemma Guest authored
Adds a couple of generic functions for requesting data from a journal. The main work is done by a function that takes the file contents as a string so that this can be easily tested. A wrapper function allows the file to first be fetched from a URL constructed for the instrument and cycle. Also adds a couple of functions for requesting the list of cycles, again with one function taking the file contents and another which finds the URL for the instrument. Re #26897
-
- Apr 03, 2020
-
-
Phil Colebrooke authored
-
- Apr 02, 2020
-
-
Peterson, Peter authored
-
- Apr 01, 2020
-
-
Owen Arnold authored
-
Owen Arnold authored
-
Owen Arnold authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
-
Owen Arnold authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Owen Arnold authored
-
Owen Arnold authored
-
- Mar 31, 2020
-
-
Owen Arnold authored
-
Peterson, Peter authored
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Owen Arnold authored
Also operator!= Operators provided for LogManager, PropertyManager, Geometry and Run alongside testing
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Danny Hindson authored
Previously, if an attenuation factor was requested for a lambda that is outside the range of an explicit attenuation profile the code extrapolated based on the gradient of the two most extreme points. If the data was noisy this gave some poor results. Improve this by falling back on the tabulated linear absorption coefficient of an optional ExtrapolationMaterial
-
Peterson, Peter authored
-