Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 12, 2018
  2. Dec 15, 2017
  3. Dec 01, 2017
  4. Oct 04, 2017
  5. Sep 20, 2017
  6. Sep 14, 2017
  7. Sep 12, 2017
  8. Sep 11, 2017
    • Gemma Guest's avatar
      clang-format Re #20397 · 094625ee
      Gemma Guest authored
      094625ee
    • Gemma Guest's avatar
      Rename ThetaInLogName to ThetaLogName · 2ac6800b
      Gemma Guest authored
      The original name doesn't read well
      
      Re #20397
      2ac6800b
    • Gemma Guest's avatar
      Minor improvements to tooltips · f5ce4e07
      Gemma Guest authored
      Re #20397
      f5ce4e07
    • Gemma Guest's avatar
      Fix bug with theta from the log not being used · 79351223
      Gemma Guest authored
      ThetaIn was still being used instead of theta from the log when correcting detectors
      
      Re #20397
      79351223
    • Gemma Guest's avatar
      Add a property to specify a log value to use for ThetaIn · bd88a993
      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
      bd88a993
  9. Aug 31, 2017
    • Gemma Guest's avatar
      Add version 2 of SpecularReflectionCalculateTheta · 5f7fb00e
      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
      5f7fb00e
  10. Jul 28, 2017
  11. May 08, 2017
  12. May 05, 2017
  13. Apr 04, 2017
  14. Apr 03, 2017
  15. Feb 22, 2017
  16. Feb 14, 2017
  17. Feb 13, 2017
  18. Feb 10, 2017
  19. Feb 03, 2017
  20. Jan 30, 2017
  21. Jan 20, 2017
Loading