This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 29 Dec, 2011 2 commits
-
-
Michael Reuter authored
-
Campbell, Stuart authored
Various changes for checking if a vector is empty or not.
-
- 25 Oct, 2011 1 commit
-
-
Janik Zikovsky authored
Refs #3984 Took the wiki description from every algorithm's wiki page and placed it in a comment in the CPP file (instead of the header file).
-
- 08 Sep, 2011 1 commit
-
-
Peterson, Peter authored
-
- 08 Jul, 2011 1 commit
-
-
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.
-
- 26 May, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Replace uses of the SpectraDetectorMap with the new interface. Note that mutableSpectraMap has now gone in favour of using MatrixWorkspace::replaceSpectraMap with a brand new implentation. Re #3067
-
- 23 May, 2011 2 commits
-
-
Doucet, Mathieu authored
-
Roman Tolchenov authored
-
- 18 May, 2011 1 commit
-
-
Doucet, Mathieu authored
-
- 17 Mar, 2011 1 commit
-
-
Janik Zikovsky authored
Fixes #2666: new Progress reporter that prints to the console, for testing. Also, cleaned up the existing Progress class a bit.
-
- 02 Mar, 2011 1 commit
-
-
Janik Zikovsky authored
Refs #2572: Added an initDocs() for all algorithms that sets the summary string to display in the dialog, as well as the wiki summary for possible later auto-wiki-fication of documentation.
-
- 01 Mar, 2011 2 commits
-
-
Janik Zikovsky authored
Refs #2572: Ran into issue with un-escaped characters that my compiler did not catch. Commented out all optional messages until I can fix it.
-
Janik Zikovsky authored
-
- 28 Jan, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 17 Nov, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 13 Oct, 2010 1 commit
-
-
Michael Reuter authored
-
- 27 Sep, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Improve performance of SumSpectra. The hinderance was the spectra remapping using the remap function, this is extremely slow. Changed to clear then add the relevent detectors as it go along. This reduces the time for summing a whole MERLIN data set from ~100 secs to ~1sec! Re #1694
-
- 25 Aug, 2010 1 commit
-
-
Roman Tolchenov authored
-
- 14 Jul, 2010 1 commit
-
-
Russell Taylor authored
-
- 08 Jul, 2010 1 commit
-
-
Russell Taylor authored
First batch of algorithms with Workspace2D workspace properties changed to MatrixWorkspace. Re #1368.
-
- 14 May, 2010 1 commit
-
-
Peterson, Peter authored
-
- 25 Mar, 2010 1 commit
-
-
Russell Taylor authored
-
- 03 Dec, 2009 1 commit
-
-
Russell Taylor authored
-
- 18 Sep, 2009 1 commit
-
-
Russell Taylor authored
-
- 28 Jul, 2009 1 commit
-
-
Sofia Antony authored
re #774 - Renamed algorithm properties - SpectrumIndex to WorkspaceIndex,StartSpectrum to StartWorkspaceIndex,EndSpectrum to EndWorkspaceIndexAlso changed X axis of 1D graph from Spectrum to WorkspaceIndex
-
- 03 Jul, 2009 1 commit
-
-
Nick Draper authored
Fix log memory leak and made loggers a bit more lightweight
-
- 02 Jul, 2009 1 commit
-
-
Nick Draper authored
loggers are now defined in the algorithm base class, sumspectra is the only one to take advantage of this so far. Possible mild memory leak reintroduced need to look at the release of the logger in the alg destructor.
-
- 26 Jun, 2009 1 commit
-
-
Russell Taylor authored
-
- 10 Jun, 2009 1 commit
-
-
Steve Williams authored
Please point out if any descriptions could be better or more helpful. Descriptions for nearly all properties in the documented algorithms in the algorithm directory are now in, work continues on those in datahandling. I still expect to finish sometime on Thursday. refs #410
-
- 13 Mar, 2009 1 commit
-
-
Russell Taylor authored
-
- 21 Jan, 2009 1 commit
-
-
Nick Draper authored
Add a spectra that sums all of the spectra in a workspace
-
- 16 Jan, 2009 1 commit
-
-
Roman Tolchenov authored
re #351. A change to the workspace hierarchy. What used to be Workspace is now called MatrixWorkspace. New Workspace is a base class for MatrixWorkspace and TableWorkspace. TableWorkspace can be stored in AnalysisDataService and passed to algorithms as a property.
-
- 30 Oct, 2008 1 commit
-
-
Roman Tolchenov authored
-
- 28 Oct, 2008 1 commit
-
-
Roman Tolchenov authored
-
- 09 Oct, 2008 1 commit
-
-
Russell Taylor authored
-
- 07 Oct, 2008 1 commit
-
-
Russell Taylor authored
Modified Integration so that the user can specify an X range to integrate over instead of bin indices. Re #264.
-
- 28 Aug, 2008 1 commit
-
-
Russell Taylor authored
-
- 08 Jul, 2008 1 commit
-
-
Russell Taylor authored
Main change is the extension to the WorkspaceFactory 'create from parent workspace' method so that the caller can optionally specify a different size for the new workspace. Re #134.
-