This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 11 Feb, 2016 1 commit
-
-
Federico Montesino Pouzols authored
-
- 09 Feb, 2016 1 commit
-
-
Peterson, Peter authored
-
- 06 Nov, 2015 1 commit
-
-
Owen Arnold authored
No reason to change the name of the property. Would be far more convient for existing clients if the name of this property remained the same.
-
- 28 Oct, 2015 1 commit
-
-
Owen Arnold authored
LoadInstrument algorithm now uses OptionalBool. MandatoryValidator used and tests for that class have been fixed.
-
- 08 Oct, 2015 1 commit
-
-
Federico Montesino Pouzols authored
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 23 Apr, 2015 1 commit
-
-
Alex Buts authored
-
- 14 Nov, 2014 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #10557
-
- 22 Aug, 2014 1 commit
-
-
Anders Markvardsen authored
Removed testExecGEM and testExecHRP. These were added at early days of loadinstrument adding some of the first instruments to mantid. More recently a systemtest has been added that test that all IDFs loads, hence the tests these performed are now covered elsewhere
-
- 21 Aug, 2014 1 commit
-
-
Anders Markvardsen authored
by heavily cut down hrpd instrument used for unit testing
-
- 28 Mar, 2014 1 commit
-
-
Anders Markvardsen authored
and added unit test to test ok
-
- 26 Mar, 2014 1 commit
-
-
Anders Markvardsen authored
-
- 21 May, 2013 1 commit
-
-
Russell Taylor authored
-
- 17 Jan, 2013 1 commit
-
-
Russell Taylor authored
It didn't account for parameterized instruments and was only being used in a single test. Instead, getMonitors() followed by getDetector() can be used.
-
- 21 Dec, 2012 1 commit
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- 13 Dec, 2012 5 commits
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
-
Karl Palmen authored
This one tests an IDF file not in the instrument folder with something extra added to its name uses the default parameter file in the instrument folder, because no parameter file has this extra part in its name. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
This test loads an IDF not in the instrument folder and checks that it uses a parameter file that is in the instrument folder. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- 21 Nov, 2012 1 commit
-
-
Roman Tolchenov authored
-
- 16 Nov, 2012 5 commits
-
-
Owen Arnold authored
This reverts commit 0e379fa5.
-
Owen Arnold authored
This reverts commit 2e3e5c70.
-
Owen Arnold authored
-
Owen Arnold authored
This reverts commit 3ab9b121.
-
Owen Arnold authored
-
- 31 May, 2012 1 commit
-
-
Russell Taylor authored
...directly, rather than a filename. This will be used by the SNS live data listener.
-
- 22 Feb, 2012 1 commit
-
-
Janik Zikovsky authored
by using the ADS::retrieveWS<Type>() method.
-
- 28 Sep, 2011 1 commit
-
-
Russell Taylor authored
Allow for 'neutronic' detectors to have a different shape to their 'physical' counterpart. Re #1944.
-
- 14 Sep, 2011 2 commits
-
-
Russell Taylor authored
Continue obsession with const: ExperimentInfo(MatrixWorkspace)::getInstrument now returns a const instrument. Re #1944.
-
Janik Zikovsky authored
Refs #3669: Refactored LoadInstrument by moving the parsing code to Geometry/InstrumentDefinitionParser. This allowed ExperimentInfo to use it to load the instrument directly.
-
- 13 Sep, 2011 1 commit
-
-
Janik Zikovsky authored
Refs #3669: instrument XML contents are saved in NXS processed file. Much more painful then it needed to be.
-
- 12 Sep, 2011 4 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
-
Janik Zikovsky authored
-
Janik Zikovsky 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.
-
- 02 Sep, 2011 1 commit
-
-
Russell Taylor authored
Add ability for LoadInstrument to produce 2 instruments - one containing physical and the other 'neutronic' positions. Re #1944.
-
- 29 Aug, 2011 1 commit
-
-
Russell Taylor authored
-