Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 11, 2016
  2. Oct 05, 2015
  3. Dec 16, 2014
  4. Jun 03, 2014
  5. May 28, 2014
  6. May 23, 2013
  7. Mar 04, 2013
  8. Oct 25, 2011
  9. May 26, 2011
  10. Mar 02, 2011
  11. Mar 01, 2011
  12. Dec 29, 2010
  13. Aug 06, 2010
  14. May 15, 2010
  15. Jan 18, 2010
  16. Sep 16, 2009
    • Nick Draper's avatar
      re #882 · a24273a0
      Nick Draper authored
      ISISRAW2 code maintainability drastically improved
      a24273a0
  17. Sep 08, 2009
  18. Jul 13, 2009
  19. Jul 03, 2009
    • Nick Draper's avatar
      re #720 · b6984fd6
      Nick Draper authored
      Remove redundant loggers from Datahandling project
      b6984fd6
  20. Jun 12, 2009
  21. Apr 27, 2009
  22. Jan 29, 2009
  23. Jan 28, 2009
    • Russell Taylor's avatar
      Removed dependency on containing workspace from SpectraDetectorMap. This... · 95081671
      Russell Taylor authored
      Removed dependency on containing workspace from SpectraDetectorMap. This entailed moving getDetector method up into MatrixWorkspace. Also, it now takes a workspace index instead of a spectrum number, meaning that algorithms typically (though not always) need not know about either the spectraMap or the spectra numbers (from the axis). Re #391.
      95081671
  24. Jan 16, 2009
  25. Jan 13, 2009
  26. Dec 23, 2008
  27. Aug 28, 2008
  28. Jul 04, 2008
  29. May 30, 2008
    • Laurent Chapon's avatar
      re #53 · 2b5a944e
      Laurent Chapon authored
      Updated LoadRaw algorithm to read the SpectraDetectorMap. This is implemented as a sub-algorithm calling the LoadMappingTable. There is a slight penalty in doing that since the raw file is open another time but it is minimal compared to the time it takes to read data. 
      The test LoadRawTest has been modified accordingly but there is currently a problem in the HET_definition.xml which does not contain all the individual pixel geometric information. New code in the LoadRawtest.h file is working (test with reading instrument from raw file instead of xml) but has been commented out for the moment. 
      2b5a944e
    • Laurent Chapon's avatar
      re #53 · fcbc4703
      Laurent Chapon authored
      Change Workspace2D to Workspace shared_ptr in LoadMappingTable.h
      fcbc4703
  30. May 27, 2008
  31. Apr 29, 2008
    • Laurent Chapon's avatar
      re #53 · 92ab2307
      Laurent Chapon authored
      Implementation of SpectraDetectorMap and associated algorithm for Spectra to IDetector mapping. Workspace has been changed and now hold a shared pointer to a SpectraDetectorMap. 
      Very basic at the moment, need to implement most of SpectraDetectorMap functionalities. 
      92ab2307
Loading