Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. 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
  2. Jun 08, 2011
  3. May 20, 2011
  4. May 19, 2011
  5. May 13, 2011
  6. May 12, 2011
  7. Feb 17, 2011
  8. Feb 04, 2011
  9. Jan 28, 2011
  10. Jan 19, 2011
  11. Dec 29, 2010
  12. May 15, 2010
  13. Nov 02, 2009
  14. Oct 26, 2009
  15. Sep 16, 2009
    • Nick Draper's avatar
      re #882 · a24273a0
      Nick Draper authored
      ISISRAW2 code maintainability drastically improved
      a24273a0
  16. Sep 15, 2009
  17. Aug 14, 2009
  18. Aug 12, 2009
  19. May 21, 2009
  20. Apr 27, 2009
  21. Apr 17, 2009
  22. Mar 10, 2009
  23. Mar 06, 2009
    • Nick Draper's avatar
      re #100 · c64d3dbf
      Nick Draper authored
      A few other code documentation warnings removed
      c64d3dbf
  24. Feb 23, 2009
  25. Feb 16, 2009
  26. Feb 15, 2009
  27. Nov 28, 2008
    • Roman Tolchenov's avatar
      ManagedRawFileWorkspace2D checks the speed of data input from the raw file. If... · 796e79fb
      Roman Tolchenov authored
      ManagedRawFileWorkspace2D checks the speed of data input from the raw file. If it's too slow because the file is on a network disk a cache file on the local drive can be created. A new property called "Cache" is added to LoadRaw2 algorithm. It takes values "If slow", "Always" and "Never" which mean create cache if connection is slow, create anyway or don't create in any case. re #304
      796e79fb
  28. Oct 30, 2008
  29. Oct 27, 2008
  30. Oct 24, 2008
Loading