Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 31, 2020
  2. Mar 26, 2020
  3. Mar 25, 2020
  4. Mar 24, 2020
  5. Mar 23, 2020
  6. Mar 20, 2020
  7. Mar 06, 2020
  8. Mar 05, 2020
  9. Mar 03, 2020
  10. Feb 28, 2020
  11. Feb 17, 2020
  12. Feb 13, 2020
    • Danny Hindson's avatar
      Incorporate review comments and fill in some more documentation · 2172edd3
      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
      2172edd3
  13. Feb 12, 2020
    • Danny Hindson's avatar
      Changes to support loading multi-part mesh environment from spec xml file · 7a20e4dd
      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
      7a20e4dd
  14. Feb 11, 2020
  15. Feb 07, 2020
    • Harriet Brown's avatar
      Create saveRMCProfile algorithm framework · 720e925d
      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
      720e925d
    • Harriet Brown's avatar
      Reformat SavePDFGui to use functions to write · a190f4a7
      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
      a190f4a7
    • Harriet Brown's avatar
      Add description to SavePDFGui · f332c411
      Harriet Brown authored
      This commit adds a decstrings of the SavePDFGui.
      
      re: #27774
      f332c411
  16. Jan 24, 2020
  17. Jan 16, 2020
  18. Jan 13, 2020
  19. Jan 09, 2020
  20. Dec 20, 2019
  21. Dec 19, 2019
  22. Dec 16, 2019
  23. Nov 28, 2019
  24. Nov 27, 2019
  25. Nov 20, 2019
Loading