This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 24, 2014
-
-
Owen Arnold authored
Stitch1D now looks at the min and max possible. If StartOverlap or EndOverlap are outside the min-max range, then they are forced reassigned StartOverlap=min, EndOverlap=max within the algorithm.
-
- Mar 06, 2014
-
-
Karl Palmen authored
Also correct spelling in CopyLogs.cpp . Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Mar 05, 2014
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Feb 13, 2014
-
-
Owen Arnold authored
rename the run function and always have it return the OutputWorkspace value. This saves lots of lines of code and makes it clearer.
-
Owen Arnold authored
This prevents orphaned workspaces from outliving the algorithm.
-
- Feb 05, 2014
-
-
Owen Arnold authored
Also update unit tests for Stitch1DMany.
-
Owen Arnold authored
-
Owen Arnold authored
Fix parameter input creation/selection and update unit tests.
-
- Oct 17, 2013
-
-
Owen Arnold authored
Constrain the input workspace types and introduce tests for this behaviour. Also add behaviour to documentation.
-
- Oct 11, 2013
-
-
Samuel Jackson authored
-
- Oct 07, 2013
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Sep 23, 2013
-
-
Owen Arnold authored
-
Owen Arnold authored
Unit tests have been added for this too.
-
Owen Arnold authored
Get manual scaling factor aspects of the algorithm working.
-
Owen Arnold authored
Tests updated. Minor changes required to algorithm as a result of problems found during testing. More tests to come.
-
- Sep 20, 2013
-
-
Owen Arnold authored
This is stitching very nicely now with the test data. The most important change here is that I've limited the zero-masking range for the rhs and lhs rebinned workspace, so that the boundaries can be handled properly.
-
Owen Arnold authored
-
Owen Arnold authored
This should bring the API to be more in line with combine2 from combineMulti. These changes will break the unit tests.
-
- Apr 18, 2013
-
-
Gigg, Martyn Anthony authored
This is more in line with how the new functions work and how the C++ side works too. Refs #970
-
Gigg, Martyn Anthony authored
There is now a single directory called plugins that contains sub- directories for algorithms & functions. These get installed into the package under ROOT/plugins/python. This requires new keys to find the directories and deprecates pythonalgorithms.directories key. Users will receive warnings about the old key being deprecated and are instructed about what to do. Refs #970
-
- Dec 04, 2012
-
-
Gigg, Martyn Anthony authored
-
- Nov 20, 2012
-
-
Owen Arnold authored
-
Owen Arnold authored
-
Owen Arnold authored
-
- Oct 25, 2012
-
-
Owen Arnold authored
-
- Sep 28, 2012
-
-
Gigg, Martyn Anthony authored
This has been applied to both APIs as there are still quite a few old API algorithms.
-
- Aug 20, 2012
-
-
Owen Arnold authored
-
- Aug 03, 2012
-
-
Owen Arnold authored
-
- Aug 02, 2012
-
-
Owen Arnold authored
-
- Jul 04, 2012
-
-
Owen Arnold authored
Firstly, I made it more robust to having either 1d or 2d md workspaces as inputs. This allows us to iterate over the algorithm in order to recursively combine many 1D segments. I also fixed a bug in the calculation of the target index for the overlapping weighted-mean sections. Tests have been extended to cover both of these. The algorithm has been executed on Tims test data and seems close to the benchmark outputs.
-
- Jun 29, 2012
-
-
Owen Arnold authored
-
- Jun 28, 2012
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Jun 26, 2012
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Jun 25, 2012
-
-
Owen Arnold authored
-
- Jun 22, 2012
-
-
Owen Arnold authored
-