This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 17, 2020
-
-
Harriet Brown authored
-
Harriet Brown authored
This commit creates an algorithm `SaveRMCProfile` to output an ascii file with the format corresponding to a file used by the RMCProfile package. the output file contains only the x and y data from a workspace with a header containing the number of y values in the file on the first line, and on the second line the type of function contained within and a title for the data. re: #27774
-
- Feb 14, 2020
-
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
- Feb 13, 2020
-
-
Mathieu Tillet authored
-
Danny Hindson authored
Remove commented out code in LoadStlFactory.h Remove redundant inline specifier from MeshFileIO and redundant clauses in switch statements Edits to two documentation files that are impacted by the addition of the stl path feature to the environment definition .xml files
-
- Feb 12, 2020
-
-
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
-
- Feb 07, 2020
-
-
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
-
Harriet Brown authored
This commit refactors the the SavePDFGui algorithm to have two seperate functions, one for metadata and one for axis data. This makes any future changes simpler and makes the algorithm easy to duplicate with different metadata for different formats re: #27774
-
Harriet Brown authored
This commit adds a decstrings of the SavePDFGui. re: #27774
-
- Feb 06, 2020
-
-
Harriet Brown authored
This PR fixes a bug in SavePDFGui that caused a failure when given histogram data. re: #27774
-
- Feb 05, 2020
-
-
Mathieu Tillet authored
-
- Feb 04, 2020
-
-
Mathieu Tillet authored
-
- Jan 24, 2020
-
-
Mathieu Tillet authored
-
- Jan 20, 2020
-
-
Nick Draper authored
-
- Jan 17, 2020
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
It defaults to 500 bins. This allows event data to be plotted without rebinning first. This is a change from before when it would all be in one bin. It does not change the underlying data that remains in events. Includes unit test, and doc changes.
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Jan 16, 2020
-
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
- Jan 09, 2020
-
-
Gigg, Martyn Anthony authored
Newer boost bind seems to be causing compiler warnings on Windows. It's no longer required now bind is in the STL. Refs #16578
-
Gagik Vardanyan authored
-
- Jan 07, 2020
-
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
- Jan 06, 2020
-
-
Nick Draper authored
-
Conor Finn authored
Casting to a long64 does not match the types defined as acceptable for table workspaces. TableColumn.cpp indicates that int64_t should be used instead.
-
- Dec 20, 2019
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
- Dec 19, 2019
-
-
Conor Finn authored
-
- Dec 18, 2019
-
-
Nick Draper authored
-
Nick Draper authored
There was a check for certain file endings, but it did not account for the original length of the path.
-