This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 11, 2016
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- 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
-
- May 23, 2013
-
-
Russell Taylor authored
Instead it uses the SpectrumDetectorMapping class where necessary. There may be some redundant setting of the detector IDs but this thing is too complex to mess with more than necessary.
-
- Mar 04, 2013
-
-
Gesner Passos authored
LoadLOQDistanceFromRaw, LoadLog, LoadMappingTable, LoadMask, LoadMaskingFile, LoadMuonLog, LoadNXSPE re #6485
-
- 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).
-
- 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
-
- 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
-
- 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.
-
- Aug 06, 2010
-
-
Gigg, Martyn Anthony authored
Bumped FileProperty up to API so that it can take advantage of the new FileFinder. Code has just been moved here, not reimplemented yet. Re #1398
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- Jan 18, 2010
-
-
Russell Taylor authored
-
- Sep 16, 2009
-
-
Nick Draper authored
ISISRAW2 code maintainability drastically improved
-
- Sep 08, 2009
-
-
Gigg, Martyn Anthony authored
Updated algorithms that were using the FileValidator class alone to use the new FileProperty class. Re #767
-
- Jul 13, 2009
-
-
Sofia Antony authored
re #605 implemented progress reporting for all algorithms.Parallel processing implemented for some algorithms - it was not applicable for all algorithms
-
- Jul 03, 2009
-
-
Nick Draper authored
Remove redundant loggers from Datahandling project
-
- Jun 12, 2009
-
-
Steve Williams authored
-
- Apr 27, 2009
-
-
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.
-
- Jan 29, 2009
-
-
Russell Taylor authored
-
- Jan 28, 2009
-
-
Russell Taylor authored
Removed dependency on containing workspace from SpectraDetectorMap. This entailed moving getDetector method up into MatrixWorkspace. Also, it now takes a workspace index instead of a spectrum number, meaning that algorithms typically (though not always) need not know about either the spectraMap or the spectra numbers (from the axis). Re #391.
-
- Jan 16, 2009
-
-
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.
-
- Jan 13, 2009
-
-
Russell Taylor authored
-
- Dec 23, 2008
-
-
Roman Tolchenov authored
-
- 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 04, 2008
-
-
Russell Taylor authored
-
- May 30, 2008
-
-
Laurent Chapon authored
Updated LoadRaw algorithm to read the SpectraDetectorMap. This is implemented as a sub-algorithm calling the LoadMappingTable. There is a slight penalty in doing that since the raw file is open another time but it is minimal compared to the time it takes to read data. The test LoadRawTest has been modified accordingly but there is currently a problem in the HET_definition.xml which does not contain all the individual pixel geometric information. New code in the LoadRawtest.h file is working (test with reading instrument from raw file instead of xml) but has been commented out for the moment.
-
Laurent Chapon authored
Change Workspace2D to Workspace shared_ptr in LoadMappingTable.h
-
- May 27, 2008
-
-
Laurent Chapon authored
minor change
-
- Apr 29, 2008
-
-
Laurent Chapon authored
Implementation of SpectraDetectorMap and associated algorithm for Spectra to IDetector mapping. Workspace has been changed and now hold a shared pointer to a SpectraDetectorMap. Very basic at the moment, need to implement most of SpectraDetectorMap functionalities.
-