This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 26, 2016
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- Dec 11, 2015
-
-
Hahn, Steven authored
-
- Oct 12, 2015
-
-
Roman Tolchenov authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- May 27, 2015
-
-
Roman Tolchenov authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 28, 2014
-
-
Nick Draper authored
-
- Mar 28, 2014
-
-
Anders Markvardsen authored
and added unit test to test ok
-
- Mar 26, 2014
-
-
Anders Markvardsen authored
-
- May 13, 2013
-
-
Nick Draper authored
-
- Mar 01, 2013
-
-
Gesner Passos authored
re #6485
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- Feb 01, 2012
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Oct 25, 2011
-
-
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).
-
- Oct 11, 2011
-
-
Janik Zikovsky authored
Refs #3934: Refactored units to use an initialize() method and a singleToTOF() method. This was used in EventList's to directly convert TOF's without having to go through getTofs() setTofs(). This also preserves sort order.
-
- Aug 29, 2011
-
-
Russell Taylor authored
Add a copy constructor to Instrument. Oh, and go on a const-correctness hunt that led this commit to touch slightly more than just the one class. Re #1944.
-
- Aug 25, 2011
-
-
Janik Zikovsky authored
Refs #262: Created a more generic CompositeValidator and renamed the old CompositeValidator to CompositeWorkspaceValidator. Added some methods to IValidator for future enabled/visible choice.
-
- Aug 02, 2011
-
-
Doucet, Mathieu authored
-
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.
-
- Jun 10, 2011
-
-
Gigg, Martyn Anthony authored
-
- May 23, 2011
-
-
Doucet, Mathieu authored
-
Roman Tolchenov authored
-
- May 13, 2011
-
-
Peterson, Peter authored
-
- Mar 02, 2011
-
-
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.
-
- Mar 01, 2011
-
-
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
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Dec 22, 2010
-
-
Russell Taylor authored
-
- Dec 02, 2010
-
-
Gigg, Martyn Anthony authored
Adding the SampleEnvironment class plus changes around Geometry for the Monte Carlo work. Some changes in Geometry just clear warnings surrounding unitialized objects in copy constructors for class with virtual base classes. Other changes revolve around materials. Re #1212
-
- Nov 09, 2010
-
-
Michael Whitty authored
refs #1838 - ConvertSpectrumAxis (indirect), if it can't find an efixed value for a detector will assume it's a detector group and try taking the first value, then if that is unsuccessful will set a value of zero.
-
- Nov 05, 2010
-
-
Michael Reuter authored
-
- Oct 04, 2010
-
-
Janik Zikovsky authored
-
- Sep 13, 2010
-
-
Michael Whitty authored
-
Michael Whitty authored
re #1649 - adjusting ConvertSpectrumAxis so that it can work with any unit present in the UnitFactory, as well as the theta unit originally required
-
- Jul 08, 2010
-
-
Russell Taylor authored
First batch of algorithms with Workspace2D workspace properties changed to MatrixWorkspace. Re #1368.
-