Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 09, 2017
  2. Oct 06, 2017
  3. Oct 03, 2017
  4. Oct 02, 2017
  5. Sep 29, 2017
  6. Sep 28, 2017
  7. Sep 22, 2017
  8. Sep 21, 2017
  9. Sep 20, 2017
  10. Sep 19, 2017
  11. Sep 14, 2017
  12. Sep 12, 2017
  13. Sep 11, 2017
    • 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
    • Anthony Lim's avatar
      refs #20216 fixed algorithm name · d3390bd6
      Anthony Lim authored
      d3390bd6
    • Anthony Lim's avatar
      refs #20216 renamed files · a21a33c5
      Anthony Lim authored
      a21a33c5
    • 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
    • Anthony Lim's avatar
      refs #20216 more review comments · de221758
      Anthony Lim authored
      de221758
  14. Sep 08, 2017
  15. Sep 06, 2017
  16. Sep 04, 2017
Loading