This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 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.
-
- 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.
-
- 10 Aug, 2010 1 commit
-
-
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
-
- 22 Jul, 2010 1 commit
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
- 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
-
- 14 Jan, 2010 1 commit
-
-
Steve Williams authored
-
- 24 Nov, 2009 1 commit
-
-
Steve Williams authored
-
- 17 Nov, 2009 1 commit
-
-
Steve Williams authored
New algorithm DetectorEfficiencyCor corrects numbers of counts in a workspace for the efficiency of detectors, which is a function of neutron angle and energy as well as the detectors size and gas pressure. Only basic tests exist so far. Bugs in other algorithms were correct during development refs #841
-
- 16 Nov, 2009 1 commit
-
-
Steve Williams authored
ShapeFactory now ensures that the centre of cylinders is midway between the end caps. MERLIN detectors are more accurately modelled, being cylinders and not cuboids. LoadDetectorInfo deals with missing detectors and getEi uses spectra numbers which seem better known by the Exciations Group. refs #841
-
- 10 Nov, 2009 1 commit
-
-
Steve Williams authored
New algorithm GetEi calculates the kinetic energy of neutrons incident on the source. Remove excessive logging from Validators and LoadDetectorInfo. GetEi works by examining the monitor peaks but doesn't yet use any Gaussian curve fitting, it just finds three points based on their Y values. refs #943
-