Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 08, 2015
  2. Oct 05, 2015
  3. Sep 22, 2015
  4. Sep 11, 2015
    • Owen Arnold's avatar
      refs #12832. Work on persistance aspects. · 4a1381fc
      Owen Arnold authored
      1) MDHistoWorkspace now has a member for the display normalization. This can be set via the constructor.
      2) SaveMD saves this bespoke display normalization setting from the mdhistoworkspace
      3) LoadMD algorithms look for this setting in the nxs format and will try to apply it to loaded MDHistoWorkspace
      4) Added fields to the MDEventWorkspace to accept the normalization to pass on to susequent MDHistoWorkspaces (But not yet writing or reading this in the nxs formats)
      4a1381fc
  5. Aug 19, 2015
  6. Jul 24, 2015
  7. Jul 21, 2015
    • Owen Arnold's avatar
      refs #12185. Use MDUnitFactory · 773f0afc
      Owen Arnold authored
      Use the factory chain wherever possible. This means that we no longer need to hard-code a type of LabelUnit in one of the constructors for the MDHistoDimension. This makes things very flexible.
      773f0afc
  8. May 28, 2015
    • Nick Draper's avatar
      fixed the following unit test failures · 5ac567bc
      Nick Draper authored
              712 - AlgorithmsTest_CreateDummyCalFileTest (Failed)
              1181 - MDAlgorithmsTest_LoadMDTest (Timeout)
              1195 - MDAlgorithmsTest_MergeMDFilesTest (Failed)
      
      re #11818
      5ac567bc
  9. May 24, 2015
  10. Apr 28, 2015
  11. Apr 23, 2015
  12. Mar 19, 2015
  13. Mar 14, 2015
  14. Mar 08, 2015
  15. Mar 06, 2015
  16. Mar 04, 2015
  17. Mar 02, 2015
  18. Dec 16, 2014
  19. Oct 17, 2014
  20. Oct 16, 2014
    • Ian Bush's avatar
      Refs #10370 Reserve memory again in LoadMD. · c63a2a21
      Ian Bush authored
      Changes to loadAndAddFrom in MDBox meant memory is no longer reserved in LoadMD, this fixes the issue. Note the performance gain for this, if any, appears marginal.
      c63a2a21
  21. Aug 15, 2014
  22. Jun 03, 2014
  23. May 28, 2014
  24. Mar 04, 2014
    • Russell Taylor's avatar
      Re #9118. Refactor and greatly simplify IMDDimensionFactory. · afb83852
      Russell Taylor authored
      It's no longer a class, just 3 non-member functions that create
      an IMDDimension object (actually an MDHistoDimension object, as before)
      given an input XML string or a Poco::XML::Element.
      It no longer retains ownership of any Poco::XML object, which will allow
      me to handle the previously unreleased memory issues.
      afb83852
  25. Feb 20, 2014
  26. Nov 22, 2013
  27. Nov 21, 2013
  28. Sep 24, 2013
  29. Jul 22, 2013
  30. Jul 04, 2013
  31. May 29, 2013
  32. May 28, 2013
  33. May 13, 2013
  34. Apr 25, 2013
Loading