This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 03, 2015
-
-
Nick Draper authored
re #8840
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Nov 10, 2014
-
-
Hahn, Steven authored
-
- Jul 03, 2014
-
-
Savici, Andrei T. authored
-
- May 28, 2014
-
-
Nick Draper authored
-
- Aug 08, 2013
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Aug 07, 2013
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Mar 26, 2013
-
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Oct 25, 2011
-
-
Janik Zikovsky authored
-
- Sep 18, 2011
-
-
Janik Zikovsky authored
Refs #3724: Pulled wiki description text from the wiki site and added in algorithms' header file with special tags. The auto_wiki.py script can retrieve the text to generate the wiki page fully.
-
- May 10, 2011
-
-
Janik Zikovsky 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.
-
- Jan 28, 2011
-
-
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 02, 2010
-
-
Lynch, Vickie authored
-
- Dec 01, 2010
-
-
Lynch, Vickie authored
-
- Nov 15, 2010
-
-
Michael Reuter authored
-
- Sep 08, 2010
-
-
Lynch, Vickie authored
-
- Aug 10, 2010
-
-
Janik Zikovsky authored
Refs #1455: on Linux, at least, qtiplot build raises many many warnings when a function returns a const int; changed Algorithm's version() function to return just an int. These raise 'type qualifiers ignored on function return type' because the const on the return value is superfluous, according to: http://stackoverflow.com/questions/1134237/pedantic-gcc-warning-type-qualifiers-on-function-return-type
-
- Jul 22, 2010
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
- Jul 03, 2009
-
-
Nick Draper authored
Remove redundant loggers from Algorithms project
-
- May 18, 2009
-
-
Russell Taylor authored
-
- Mar 09, 2009
-
-
Laurent Chapon authored
Possibility to provide an existing *.cal file.
-
- Mar 02, 2009
-
-
Laurent Chapon authored
-
- Mar 01, 2009
-
-
Laurent Chapon authored
Implementation completed and tested with GEM data and HRPD data. Need to do some cleanup.
-
- Oct 24, 2008
-
-
Russell Taylor authored
-
- Sep 25, 2008
-
-
Russell Taylor authored
Added an algorithm to normalise a workspace by the current (good proton charge). This value is now stored by LoadRaw in a workspace's Sample object. Re #235.
-
- Sep 24, 2008
-
-
Russell Taylor authored
-
- Sep 03, 2008
-
-
Russell Taylor authored
Added AlignDetectors algorithm to correct for detector misalignments. Does so in the course of a TOF to dSpacing unit conversion. Also corrected calculation of 2theta - previously assumed that beam was coming down z axis, which is not necessarily the case. Involved addition of a the method V3D::angle to get the angle between two vectors and the method Instrument::detectorTwoTheta to get the angle between the beam and a given detector. Re #186.
-
- Aug 28, 2008
-
-
Russell Taylor authored
Extended MarkDeadDetectors so that it can take a list of detector IDs a la GroupDetectors. Also various minor changes made while documenting algorithms. Re #210.
-
- Jul 08, 2008
-
-
Nick Draper authored
Separate NeXus routines into a separate library. Also remove DataHandlingCommand.h
-
- May 15, 2008
-
-
Russell Taylor authored
-
- May 14, 2008
-
-
Russell Taylor authored
-
- May 12, 2008
-
-
Russell Taylor authored
-
- Apr 30, 2008
-
-
Nick Draper authored
Massive Doxygen cleanup, still more to do though
-
Nick Draper authored
Category added to algorithm base class. This allows algorithms to be sensibly grouped in a user interface. Also added getNamesAndCategories function to AlgorithmManager Tests included
-