This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 30 Jun, 2020 1 commit
-
-
Danny Hindson authored
Add support for translations and rotations into LoadSampleShape Based on support that already exists in LoadSampleEnvironment Create new base class (LoadSingleMesh) that spans LoadStl and LoadOff classes so can do the rotations and translations in concise way across all file formats supported in LoadSampleShape. This involved loading file in constructor for all classes rather than during Load
-
- 21 May, 2020 1 commit
-
-
Stephen authored
This commit responds to the code review comments: - Extract constant strings which are used multiple times into const string variables - Throw immediately if multi period. - Remove unclear call to getProperty("OutputWorkspace) in LoadMuonNexusV2 - Remove unnecessary includes and in doing so create forward declarations for TableWorkspace and Workspace2D - Use std::move for string and workspace copying. - Remove unnecessary pointer casting, which will be dealt with by the compiler.
-
- 18 May, 2020 1 commit
-
-
Stephen authored
-
- 13 May, 2020 3 commits
-
-
Stephen Smith authored
-
Stephen Smith authored
This commit introduces the strategy pattern to which enables the selection of the loading algorithm at run time. In this commit the following functionality is added: - Structure for strategy pattern. - Single period loading implementation, which features detector grouping and good frames data calculations.
-
Stephen Smith authored
This commit creates the following: -LoadMuonNexus3 algorithm -LoadMuonNexus3Helper file -LoadMuonNexus3Test file -Adds a MuonV2 file to the test data This commit also implements the detector grouping calculation.
-
- 12 May, 2020 1 commit
-
-
durong24 authored
-
- 11 May, 2020 1 commit
-
-
Stephen authored
Updating unit tests based on changes
-
- 07 May, 2020 1 commit
-
-
durong authored
-
- 24 Apr, 2020 1 commit
-
-
durong24 authored
-
- 17 Apr, 2020 1 commit
-
-
Gemma Guest authored
Use the ISISJournal helper class to extract run information for a particular experiment from a journal file. Re #26897
-
- 08 Apr, 2020 1 commit
-
-
Danny Hindson authored
Added missing include that was working on Windows due to precompiled header Make linking to lib3mf conditional for DataHandlingTest as well as DataHandling Create unit tests for 3mf file import (Mantid3MFFileIOTest) Remove tabs from Pearl.xml file Make 3mf import work with multiple levels of Components in .3mf file Enhance material handling in Mantid3MFFileIO to use MaterialXMLParser Add support for 3mf format to two more algorithms: LoadSampleEnvironment and SaveSampleEnvironmentAndShape now support 3mf format files Update Windows 3rd party build to use to version with lib3mf
-
- 06 Apr, 2020 1 commit
-
-
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
-
- 01 Apr, 2020 2 commits
-
-
Peterson, Peter authored
-
Danny Hindson authored
-
- 23 Mar, 2020 1 commit
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- 26 Feb, 2020 1 commit
-
-
Danny Hindson authored
-
- 12 Feb, 2020 1 commit
-
-
Danny Hindson authored
The format of the sample environment xml file has been extended to support loading a .stl file for each environment component. An example spec file has been created in ISIS/Pearl.xml. This can be used when running the Algorithm SetSample Various SampleEnvironmentXXX units have been moved out the Geometry package into the DataHandling package to facilitate this because they needed to access the STL loading code in DataHandling SetSample contains some features for overriding the sample geometry if the geometry is a CSGObject. This has been sidestepped for mesh geometries. The methods setId and setMaterial have been moved up to IObject because it's useful to have them applicable to all objects (CSG, mesh) Some of the repeated code in SetSample, LoadSampleEnvironment (and now SampleEnvironmentSpecParser) has been centralised in a new class LoadStlFactory Also changed container logic so that if there's only one container specified in the env spec file you don't need to specify it in SetSample Centralise code relating to scaling mesh vertices and handling of units into the LoadShape class and rename it MeshFileIO now that SaveStl is also descended from this class Move repeated code to choose Ascii or binary STL reader into a factory class
-
- 07 Feb, 2020 1 commit
-
-
Harriet Brown authored
This creates the framework for a saveRMCProfile algorithm that would be used for saving spectral density data in a format that can be read by RMCProfile. TODO get propper format of metadata re: #27774
-
- 04 Feb, 2020 1 commit
-
-
Mathieu Tillet authored
-
- 15 Nov, 2019 1 commit
-
-
Gigg, Martyn Anthony authored
Confirmed with SNS (W. Zhou) that this is no longer required. Usage stats confirm it has not been used since 3.13 so no deprecation is required. Refs #27059
-
- 22 Oct, 2019 1 commit
-
-
Gigg, Martyn Anthony authored
Use macOS over OSX to refer to system. Remove old OSX version workarounds Refs #26261
-
- 10 Sep, 2019 2 commits
-
-
Conor Finn authored
-
Conor Finn authored
-
- 08 Sep, 2019 1 commit
-
-
Owen Arnold authored
This is means that if we introduce any problems into new LoadNexusProcessed, it will be easy to move back to version 1.
-
- 04 Sep, 2019 1 commit
-
-
Owen Arnold authored
-
- 02 Sep, 2019 1 commit
-
-
Owen Arnold authored
-
- 15 Aug, 2019 1 commit
-
-
Takudzwa Makoni authored
-
- 08 Jul, 2019 1 commit
-
-
Gigg, Martyn Anthony authored
It is unused as users how gone in a different direction with the project. Refs #26223
-
- 17 Jun, 2019 1 commit
-
-
- 03 Jun, 2019 4 commits
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- 15 Apr, 2019 1 commit
-
-
Sam Jenkins authored
-
- 28 Mar, 2019 1 commit
-
-
Gagik Vardanyan authored
-
- 27 Mar, 2019 2 commits
-
-
Gagik Vardanyan authored
-
SamJenkins1 authored
Co-Authored-By:
alicerussell1 <46603316+alicerussell1@users.noreply.github.com>
-
- 25 Mar, 2019 1 commit
-
-
Alice Russell authored
-
- 06 Feb, 2019 1 commit
-
-
Geish Miladinovic authored
-