This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 15, 2016
-
-
Federico Montesino Pouzols authored
-
- Feb 14, 2016
-
-
Federico Montesino Pouzols authored
-
- Nov 06, 2015
-
-
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.
-
- Nov 03, 2015
-
-
Owen Arnold authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- May 27, 2015
-
-
Nick Draper authored
1. Change the filename reported for nexus files if xml contained within 1. Stop saving the filename to nexus processed files 1. removed some unused includes Still to do: 1. cache SHA1 checksum if needed 1. Manually test 1. update documentation 1. investigate this error: ctest -C Debug -J 4 -R LoadEventNexusTest -V 548: LoadParameterFile-[Error] Bad path syntax: C:\Mantid\Code\Mantid\instrument \C:\Users\rrc79113\AppData\Roaming\mantidproject\mantid\instrument\HYSPECA_Param eters.xml. Unable to parse File: in C:/Mantid/Code/Mantid/instrument//C:\Users\r rc79113\AppData\Roaming\mantidproject\mantid\instrument\HYSPECA_Parameters.xml 548: LoadIDFFromNexus-[Notice] Instrument parameter file: C:\Users\rrc79113\AppD ata\Roaming\mantidproject\mantid\instrument\HYSPECA_Parameters.xml not found or un-parsable. Instrument parameter file: C:/Mantid/Code/Mantid/instrument/HYSPECA _Parameters.xml has been loaded re #11818
-
- 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
-
- Aug 19, 2013
-
-
Gigg, Martyn Anthony authored
Also, improved error message for LoadEmptyInstrument when running child algorithm. Refs #7743
-
- Jul 18, 2013
-
-
Russell Taylor authored
-
- Jul 11, 2013
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- May 09, 2013
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Feb 26, 2013
-
-
Russell Taylor authored
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Oct 17, 2012
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
In particular, LoadEmptyInstrument does not attempt to continue running, if the LoadInstrument sub-algorithm has failed. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
I find the error messaging for LoadEmptyInstrument.cpp is messy. It should throw the exceptions of the LoadInstrument sub-algorithm rather than try to continue. It should also throw an appropriate exeception in this case. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- 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).
-
- Sep 14, 2011
-
-
Russell Taylor authored
Continue obsession with const: ExperimentInfo(MatrixWorkspace)::getInstrument now returns a const instrument. Re #1944.
-
- 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 18, 2011
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- 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.
-
- May 26, 2011
-
-
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
-
- May 19, 2011
-
-
Doucet, Mathieu authored
-
- May 12, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Peterson, Peter authored
-
- May 11, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Mar 21, 2011
-
-
Janik Zikovsky authored
Refs #2689: Sped up loading SNAP data by 11 seconds (independent of data size) by improving getDetectors().
-
- 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
-
- Feb 04, 2011
-
-
Campbell, Stuart authored
-
- Jan 19, 2011
-
-
Gigg, Martyn Anthony authored
Removed check for the executable name from the ConfigService. It now either uses the path pointed to by MANTIDPATH or the executable's directory if the former is not set. Also renamed a couple of functions relating to this so that it is clearer what their return values point. Re #2256
-
- 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.
-
- Oct 21, 2010
-
-
Gigg, Martyn Anthony authored
Move the Instrument and Instrument interface classes down to Geometry. The new raytracing framework needs instrument access and it should all be in geometry. Also, given that everything else was defined in geometry it seems to make more sense to have it all in one place. Re #1212
-