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.
-
- 18 Feb, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
Thisgs to note: * C2450 warnings have been suppressed when including Poco headers that inherit from std::stream * Boost date_time no longer accepts just a date for an ISO date/time string
-
- 22 Feb, 2012 1 commit
-
-
Janik Zikovsky authored
by using the ADS::retrieveWS<Type>() method.
-
- 21 Feb, 2012 1 commit
-
-
Peterson, Peter authored
-
- 05 Jan, 2012 1 commit
-
-
Gigg, Martyn Anthony authored
Python script changes to follow.
-
- 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
-
- 29 Aug, 2011 1 commit
-
-
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.
-
- 18 Aug, 2011 1 commit
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- 09 Aug, 2011 1 commit
-
-
Robert Whitley authored
-
- 08 Jul, 2011 1 commit
-
-
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.
-
- 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
-
- 05 Feb, 2011 1 commit
-
-
Campbell, Stuart authored
-
- 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 2 commits
-
-
Peterson, Peter authored
-
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.
-
- 15 Dec, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 14 Dec, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Diagnostic algorithms now output a mask workspace rather than a list of spectra. Scripts have been update to handle this. Re #1903 Re #1904. Also killed a pervasive warning in MDGeometry.
-
- 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
-
- 19 Jul, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 14 May, 2010 1 commit
-
-
Peterson, Peter authored
-
- 03 Mar, 2010 1 commit
-
-
Steve Williams authored
-
- 23 Jul, 2009 1 commit
-
-
Steve Williams authored
There is test that the count rate is within some number of error bars from the median be deciding if there are dead detectors. Changes to some names and documentation refs #602
-
- 22 Jul, 2009 1 commit
-
-
Russell Taylor authored
-
- 10 Jul, 2009 1 commit
-
-
Steve Williams authored
I wrote a small helper class that reduces the amount of code needed to query detectors and access detector maps, don't know how good it is. A new diagnostics algorithm, DetectorEfficiencyVariation, looks at white beam vanadium runs taken before and after measurements and rejects detectors whose performance changes. refs #601
-
- 07 Jul, 2009 2 commits
-
-
Steve Williams authored
New algorithm is a generalisation of FindDeadDetectors that also rejects high counting detectors. Whether the spectra was reading high or low is recorded in the file output but currently not the output workspace refs #599
-
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.
-