This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 14 Feb, 2016 1 commit
-
-
Federico Montesino Pouzols authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 13 May, 2014 1 commit
-
-
Gigg, Martyn Anthony authored
The workspace spectra are now modified directly. Refs #9435
-
- 28 Feb, 2013 1 commit
-
-
Russell Taylor authored
-
- 25 Feb, 2013 1 commit
-
-
Russell Taylor authored
...with setting of detector ID directly in ISpectrum. The Algorithms package is now free of any mention of the SpectraDetectorMap.
-
- 22 Feb, 2012 1 commit
-
-
Janik Zikovsky authored
by using the ADS::retrieveWS<Type>() method.
-
- 12 Sep, 2011 1 commit
-
-
Russell Taylor authored
-
- 08 Sep, 2011 1 commit
-
-
Russell Taylor authored
Add pointer to physical instrument as a member (not used in vast majority of cases) of Instrument. Show this 'physical instrument' in the instrument view, if it exists. Re #1944. P.S. This again lead to a const change which accounts for most of the changes.
-
- 01 Sep, 2011 1 commit
-
-
Russell Taylor authored
-
- 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
-
- 25 Jan, 2011 1 commit
-
-
Russell Taylor authored
Revert a change from some time back regarding how grouped detector positions are calculated in Absorption corrections routines. Small change in numerical result (for the better), big change in speed. Also a small refactoring in detector code that was less small in its impact on tests. Re #2276.
-
- 06 Jan, 2011 1 commit
-
-
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
-
- 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.
-
- 08 Dec, 2010 1 commit
-
-
Michael Whitty authored
-
- 21 Oct, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Fix tests which contained references to API::Instrument. Not sure why they ran when I tried them... Re #1212
-
- 14 May, 2010 1 commit
-
-
Peterson, Peter authored
-
- 25 Jan, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Tidy up a few files after tests have been run and a couple of minor changes for the new linux buildserver. Re #1090
-
- 07 Jul, 2009 1 commit
-
-
Steve Williams authored
WBVMedianTest is a more descriptive name and so it replaces FindProblemDetectors detectors. Here are some bug fixes and tests. If this check in works I'll close the ticket re #598
-
- 06 Jul, 2009 1 commit
-
-
Sofia Antony authored
-
- 16 Jun, 2009 1 commit
-
-
Steve Williams authored
-
- 15 Jun, 2009 1 commit
-
-
Steve Williams authored
When finding dead detectors it is now possible to use just some of the spectrum, e.g. to ignore an initial large pulse of neutrons to refs #597
-
- 27 Apr, 2009 1 commit
-
-
Russell Taylor authored
Eliminated the variant of Workspace2D::setX/setData that takes a const reference to a vector and then copies it inside. This is inefficient since the vectors already exist once the workspace is initialized. The correct way is to take a reference to the MantidVec and assign directly to that. Re #558.
-
- 29 Jan, 2009 1 commit
-
-
Russell Taylor authored
-
- 28 Jan, 2009 1 commit
-
-
Russell Taylor authored
-
- 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.
-
- 23 Dec, 2008 1 commit
-
-
Roman Tolchenov authored
-
- 14 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.
-
- 06 Oct, 2008 1 commit
-
-
Russell Taylor authored
-
- 02 Oct, 2008 1 commit
-
-
Nick Draper authored
Added FindDeadDetectors
-