Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 15, 2016
  2. Feb 14, 2016
  3. Nov 06, 2015
  4. Nov 03, 2015
  5. Oct 05, 2015
  6. May 27, 2015
    • Nick Draper's avatar
      Further steps as defined below · 0e064a7f
      Nick Draper authored
       1. Change the filename reported for nexus files if xml contained within
       1. Stop saving the filename to nexus processed files
       1. removed some unused includes
      
      Still to do:
       1. cache SHA1 checksum if needed
       1. Manually test
       1. update documentation
       1. investigate this error:
      
      ctest -C Debug -J 4 -R LoadEventNexusTest -V
      
       548: LoadParameterFile-[Error] Bad path syntax: C:\Mantid\Code\Mantid\instrument
      \C:\Users\rrc79113\AppData\Roaming\mantidproject\mantid\instrument\HYSPECA_Param
      eters.xml. Unable to parse File: in C:/Mantid/Code/Mantid/instrument//C:\Users\r
      rc79113\AppData\Roaming\mantidproject\mantid\instrument\HYSPECA_Parameters.xml
      548: LoadIDFFromNexus-[Notice] Instrument parameter file: C:\Users\rrc79113\AppD
      ata\Roaming\mantidproject\mantid\instrument\HYSPECA_Parameters.xml not found or
      un-parsable. Instrument parameter file: C:/Mantid/Code/Mantid/instrument/HYSPECA
      _Parameters.xml has been loaded
      
      re #11818
      0e064a7f
  7. Dec 16, 2014
  8. Jun 03, 2014
  9. May 28, 2014
  10. Aug 19, 2013
  11. Jul 18, 2013
  12. Jul 11, 2013
  13. May 09, 2013
  14. Feb 26, 2013
  15. Jan 02, 2013
  16. Oct 17, 2012
  17. Mar 14, 2012
  18. Oct 25, 2011
  19. Sep 14, 2011
  20. Aug 29, 2011
  21. Aug 18, 2011
  22. Jul 08, 2011
    • Janik Zikovsky's avatar
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and... · 0c5e87e9
      Janik Zikovsky authored
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum.
      - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly.
      - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily.
      - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum()
      - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData()
      - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace.
      - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
      
      
      
      0c5e87e9
  23. May 26, 2011
  24. May 19, 2011
  25. May 12, 2011
  26. May 11, 2011
  27. Mar 21, 2011
  28. Mar 02, 2011
  29. Mar 01, 2011
  30. Feb 04, 2011
  31. Jan 19, 2011
  32. Dec 29, 2010
  33. Oct 21, 2010
Loading