This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 18, 2018
-
-
Roman Tolchenov authored
Re #22997
-
- Jun 28, 2018
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Jun 21, 2018
-
-
Gemma Guest authored
- Add an option to allow inclusion of partial bins in the output array - Exclude partial bins by default Re #22541
-
- Jun 14, 2018
-
-
Roman Tolchenov authored
-
- Jun 07, 2018
-
-
Roman Tolchenov authored
-
- Jun 06, 2018
-
-
Roman Tolchenov authored
-
- May 16, 2018
-
-
Matthew Andrew authored
-
- May 08, 2018
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- Jan 12, 2018
-
-
Edward Brown authored
-
- Dec 15, 2017
-
-
Edward Brown authored
-
- Dec 01, 2017
-
-
Edward Brown authored
-
- Oct 04, 2017
-
-
Samuel Jackson authored
-
Samuel Jackson authored
This uses the -fix option on clang-tidy to automatically fix all the cases where we make an extra copy while looping.
-
- Sep 20, 2017
-
-
Gemma Guest authored
Re #20529
-
Gemma Guest authored
This fixes a bug where theta was being used instead of twotheta This fix is in line with previous fixes from Re #18442 where theta was being used instead of two theta. Re #20529
-
- Sep 14, 2017
-
-
Gemma Guest authored
Re #20332
-
- Sep 12, 2017
-
-
Gemma Guest authored
-
Gemma Guest authored
Re #18842
-
- Sep 11, 2017
-
-
Gemma Guest authored
-
Gemma Guest authored
The original name doesn't read well Re #20397
-
Gemma Guest authored
Re #20397
-
Gemma Guest authored
ThetaIn was still being used instead of theta from the log when correcting detectors Re #20397
-
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
-
- Aug 31, 2017
-
-
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
-
- Jul 28, 2017
-
-
Gemma Guest authored
Re #20120
-
Gemma Guest authored
Add a Diagnostics property to the RRO algorithm (exposed in RROA) which outputs intermediate workspaces to the ADS. Re #20123
-
- May 08, 2017
-
-
Gemma Guest authored
Pass ThetaIn through from ReflectometryReductionOneAuto to ReflectometryReductionOne, instead of theta0 (which is different in the divergent-beam and non-flat-sample cases).
-
Gemma Guest authored
This reverts commit 188007ef.
-
- May 05, 2017
-
-
Gemma Guest authored
-
Gemma Guest authored
-
Gemma Guest authored
-
Gemma Guest authored
-
Gemma Guest authored
- Remove the temporary theta0 from RROA - Pass ThetaIn from RROA through as theta0 in RRO - If theta0 is not provided in RRO, use stheta from the logs instead
-
Gemma Guest authored
- Add a new property to determine the type of summation - Move the new properties to the base class - Add validation
-
Gemma Guest authored
-
Gemma Guest authored
-
Gemma Guest authored
Still output IvsQ_unbinned even if the rebin and scale step fails; log an error instead.
-