This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 06, 2017
-
-
Zhou, Wenduo authored
-
- Sep 28, 2017
-
-
LamarMoore authored
-
LamarMoore authored
-
LamarMoore authored
-
- Sep 22, 2017
-
-
Martyn Gigg authored
In certain cases the hard-coded value causes the algorithm to fail for thin annulus samples. Using a parameter allows this to be controlled by the user. The default value has been increased so that most users will not need to know about it anyway. Refs #20532
-
Marina Ganeva authored
-
- Sep 21, 2017
-
-
Peterson, Peter authored
-
Antti Soininen authored
Re #20540
-
- Sep 20, 2017
-
-
Anthony Lim authored
-
- Sep 19, 2017
-
-
Anthony Lim authored
-
Antti Soininen authored
Re #20404
-
- Sep 14, 2017
-
-
Peterson, Peter authored
...and other generic cleanup of MatrixWorkspace to reduce its dependence on blocksize()
-
Anthony Lim authored
-
- Sep 12, 2017
-
-
Peterson, Peter authored
-
Gemma Guest authored
This algorithm is specific to NR and relates to the slit resolution Re #18842
-
Antti Soininen authored
Re #20404
-
Antti Soininen authored
Moved algorithm class private methods to a private namespace. Re #20404
-
Matthew Bowles authored
-
- Sep 11, 2017
-
-
Gemma Guest authored
ThetaIn was still being used instead of theta from the log when correcting detectors Re #20397
-
Anthony Lim authored
-
Anthony Lim authored
-
Gemma Guest authored
- Add a new property, ThetaInLogName, to ReflectometryReductionOneAuto, which is used to find ThetaIn from the given log value. - Note that if the ThetaIn property is also specified, that will take precedence. - Add another new property, CorrectDetectors, to make it optional whether detectors are moved to ThetaIn (whether specified via ThetaIn or ThetaInLogValue). The default is true to maintain the previous behaviour when using ThetaIn. - Pass through the overridden ThetaIn value to ReflectometryReductionOne. If ThetaIn is not specified, theta is calculated using SpecularReflectionCalculateTheta, and this is also now passed through for consistency. The latter does not work for some IDF setups but in those cases ThetaIn should be overridden with one of the above properties (and this no longer needs to affect the detector positions if CorrectDetectors is set to false). - Disable the DetectorCorrectionType drop-down if CorrectDetectors is false. - Disable the ReductionType drop-down if SummationType is SumInLambda. - Improve an error message to report angles in degrees rather than radians. Re #20397
-
Anthony Lim authored
-
- Sep 08, 2017
-
-
Antti Soininen authored
Jacobian.h moved from CurveFitting to API and renamed to BasicJacobian since a Jacobian implementation is needed by CalculatePolynomialBackground. Re #20404
-
Simon Heybrock authored
-
- Sep 06, 2017
-
-
Gemma Guest authored
- This commit fixes a bug where summation in Q was giving incorrect results for point detectors due to an incorrect calculation of the pixel size. - Summation is not really applicable for point detectors so we could have disabled it. However, it is useful for debug purposes. Re #20399
-
Gagik Vardanyan authored
-
Marina Ganeva authored
-
- Sep 04, 2017
-
-
Marina Ganeva authored
-
Karl Palmen authored
-
- Aug 31, 2017
-
-
Gemma Guest authored
-
Gemma Guest authored
- The new version works with detectors at twoTheta instead of theta. - Version 1 of ReflectometryReductionOne still uses v1 of SRCT. - Version 2 of ReflectometryReductionOneAuto has been changed to work with v2 of SRCT. Refs #20322
-
- Aug 30, 2017
-
-
Gemma Guest authored
The same calculation will be used by both versions of SpecularReflectionCalculateTheta, so move it to the base class. Re #20322
-
- Aug 18, 2017
-
-
Antti Soininen authored
Re #19948
-
Antti Soininen authored
Re #19948
-
- Aug 16, 2017
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
- Aug 11, 2017
-
-
Marina Ganeva authored
-