This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Feb 22, 2012
-
-
Janik Zikovsky authored
by using the ADS::retrieveWS<Type>() method.
-
- Feb 01, 2012
-
-
Owen Arnold authored
-
- Dec 09, 2011
-
-
Nick Draper authored
-
- Aug 02, 2011
-
-
Robert Whitley authored
Refs #3269 I have included the option Efixed as a parameter when calling the algorithm ConvertSpectrumAxis because there was no way of specifying this before. I have updated the test files to take this new parameter into account.
-
- Jul 08, 2011
-
-
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.
-
- May 20, 2011
-
-
Campbell, Stuart authored
-
- Apr 08, 2011
-
-
Campbell, Stuart authored
-
- Mar 26, 2011
-
-
Campbell, Stuart authored
-
- Mar 02, 2011
-
-
Steve Williams authored
-
- Jan 06, 2011
-
-
Gigg, Martyn Anthony authored
Tell scons to build the new TestHelpers package so that ISIS buildservers are still happy with moving the test helpers while the CMake transition is still in progress. Refs #2196 and #1881
-
- Dec 29, 2010
-
-
Campbell, Stuart authored
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Nov 02, 2010
-
-
Janik Zikovsky authored
-
- Sep 22, 2010
-
-
Campbell, Stuart authored
-
- Dec 11, 2009
-
-
Russell Taylor authored
-
- Sep 04, 2009
-
-
Russell Taylor authored
-
Russell Taylor authored
Add an algorithm, ConvertSpectrumAxis, to change the spectrum axis (the one up the side in MantidPlot) to something else. Currently, the something else can be anything you like, so long as it's Theta (of the detector relating to that spectrum). Re #753
-