This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 09, 2015
-
-
Alex Buts authored
on RHEL-6
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Sep 28, 2015
-
-
Alex Buts authored
-
- Sep 22, 2015
-
-
Alex Buts authored
-
- Sep 21, 2015
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- Nov 04, 2014
-
-
Gigg, Martyn Anthony authored
This avoids 2 loops over the same data. Also, the non-HKL dimension values don't change with each intersection so only copy them over once. Refs #10470
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Refs #8784
-
- Feb 07, 2014
-
-
Arturs Bekasovs authored
Add rigorous tests for it as well.
-
- Sep 12, 2013
-
-
Russell Taylor authored
Replaced in the one remaining place it was used with standard STL constructs. Not sure why they weren't used in the first place.
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Oct 24, 2012
-
-
Alex Buts authored
which needed for testing python classes and heterogeneous data arrays
-
- Jul 30, 2012
-
-
Gigg, Martyn Anthony authored
Includes basis for creating a simulation workspace, the fitting function itself and the TobyFit resolution model.
-
- Jul 03, 2012
-
-
Gigg, Martyn Anthony authored
-
- May 12, 2012
-
-
Dennis Mikkelson authored
Since VectorHelper::rebin() requires current X vector with one more entry than the current Y vector, even if the Workspace2D is a distribution, we need to adjust the current X vector before calling rebin. This is a convenience method that essentially reverses the convertToBinCentre() method, so it seems to belong in VectorHelper. refs #5285
-
- Dec 29, 2011
-
-
Michael Reuter authored
-
- Aug 30, 2011
-
-
Janik Zikovsky authored
-
- Jul 13, 2011
-
-
Janik Zikovsky authored
Fixes #3351: test for VectorHelper and some refinement of that method to split a comma-delimited string. Refs #3349: BoxController XML serialize/deserialize.
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- Jun 02, 2011
-
-
Michael Whitty authored
-
- May 12, 2011
-
-
Peterson, Peter authored
-
- Apr 06, 2011
-
-
Janik Zikovsky authored
-
- Mar 24, 2011
-
-
Steve Williams authored
Flatbackground now works for non-distribution data and SANS Display Mask is now clearer re #2612 fixes #2599
-
- Feb 10, 2011
-
-
Russell Taylor 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.
-
- Dec 02, 2010
-
-
Gigg, Martyn Anthony authored
Adding the SampleEnvironment class plus changes around Geometry for the Monte Carlo work. Some changes in Geometry just clear warnings surrounding unitialized objects in copy constructors for class with virtual base classes. Other changes revolve around materials. Re #1212
-
- Sep 10, 2010
-
-
Janik Zikovsky authored
Refs #1622: StripVanadiumPeaks algorithm added. Added a couple of VectorHelper functions for finding bin indices and for splitting a string into a vector. Made FindPeaks use those too.
-
- Jul 22, 2010
-
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
- May 26, 2010
-
-
Steve Williams authored
This allows InterpolatingRebin to deal with histograms whose y-values are all the same even when the x-values are invalid. The new VectorHelper function isConstantValue() returns if all the values in a vector are the same. The SANS scripts and GUI now work with InterpolatingRebin. re #1225
-
- May 11, 2010
-
-
Gigg, Martyn Anthony authored
Updates to various excitations algorithms and scripts to move towards running across all direct instruments. Re #1236
-
- Jan 21, 2010
-
-
Steve Williams authored
Extended FlatBackground to approximate the background level of neutrons using mean counts. Increased logging from LoadDetectorInfo refs #1094
-
- Dec 10, 2009
-
-
Russell Taylor authored
Now that the last known use of RebinPreserveValue has been removed in revision [3951], delete the algorithm. Re #438.
-
- Dec 08, 2009
-
-
Russell Taylor authored
The rebinNonDispersive was found to be buggy in the context it was being used in the SANS analysis. In fact, the rebin function does the same job if the data are flagged as a distribution so change to using that instead (and modify the rebin function to work with cumulative rebinning as the rebinHistogram one does). Re #438.
-
- Oct 16, 2009
-
-
Russell Taylor authored
-
- May 15, 2009
-
-
Russell Taylor authored
-
- Mar 24, 2009
-
-
Russell Taylor authored
* Added progress reporting to binary operations * Some doxygen fixes Example improvements in binary operation speed, based on 10k Merlin spectra (old values in brackets). Windows Linux(s1) Plus 0.9 (4.5) 1.4 (6.8) seconds Minus 1.0 (4.3) 1.4 (7.9) seconds Multiply 0.8 (4.0) 1.2 (6.6) seconds Divide 4.1 (7.9) 1.9 (6.6) seconds Re #509.
-