This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 09, 2020
-
-
William F Godoy authored
-
William F Godoy authored
-
- Apr 08, 2020
-
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
-
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
-
Gigg, Martyn Anthony authored
Add helper functions for parsing ISIS journal files
-
Gigg, Martyn Anthony authored
Improve extrapolation beyond range of supplied attenuation profile
-
Simon Heybrock authored
Replace boost::shared_ptr with std::shared_ptr
-
- 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
-
Nick Draper authored
Shorten commit length requirement to 10 characters
-
Gigg, Martyn Anthony authored
Expose background subtraction options in GUI
-
Nick Draper authored
Allow z-axis limits and label to be changed by double-clicking on it in 3D plots.
-
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
-
Nick Draper authored
-
Gigg, Martyn Anthony authored
Workbench crash after closing a plot then defining a new fit fn
-
- Apr 06, 2020
-
-
Nick Draper authored
-
Nick Draper authored
-
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
-
-
Peterson, Peter authored
Remove FrameworkManager.h from includes in any headers
-
Phil Colebrooke authored
-
Phil Colebrooke authored
-
Gigg, Martyn Anthony authored
It is a header that is heavy and should never be needed in another header. It's long include chain now also has issues with older moc versions not parsing nested namespaces
-
Phil Colebrooke authored
-
Gemma Guest authored
Also do some minor tidying of existing tests and add a missing polarization correction test. Re #27826
-
Gemma Guest authored
Re #27826
-
Gemma Guest authored
Expose the background subtraction options in ReflectometryISISLoadAndProcess in the ISIS Reflectometry interface. The background processing instructions need to be specified on a per-angle basis so these are added to the Per-Angle Defaults table. The other options can be specified as defaults for all runs so are added as their own widgets on the Experiment Settings tab. Re #27826
-
Gigg, Martyn Anthony authored
Equality for sample run
-