Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 25, 2019
  2. Jan 22, 2019
  3. Jan 16, 2019
  4. Jan 15, 2019
  5. Jan 09, 2019
  6. Jan 08, 2019
    • Peterson, Peter's avatar
      Minor documentation changes · f212c5eb
      Peterson, Peter authored
      While helping prepare an article, I ended up deriving the equivalence of
      delta-d/d = delta-T/T. Since it wasn't a 5-second derivation, it seemed
      a good thing to add to the user docs.
      f212c5eb
    • Peterson, Peter's avatar
      Clarification of geometry and material documents · 0dcd323b
      Peterson, Peter authored
      This split out the material information into a new concept page, added
      additional links between the various docs, and added a big note at the
      top of `SetSample` that the dict definitions are in cm.
      0dcd323b
  7. Jan 07, 2019
  8. Jan 04, 2019
  9. Dec 31, 2018
  10. Dec 20, 2018
  11. Dec 18, 2018
  12. Dec 14, 2018
    • Verena Reimund's avatar
      Fix writing of header lines · 0b599945
      Verena Reimund authored
      Problem identified: sample log entries are not case sensitive. title, Title will not result in different SampleLog entries
      
      Refs #24312
      0b599945
  13. Dec 13, 2018
  14. Dec 10, 2018
  15. Dec 07, 2018
  16. Dec 04, 2018
  17. Dec 03, 2018
  18. Nov 30, 2018
  19. Nov 29, 2018
    • Antti Soininen's avatar
      SofQWNormalisedPolygon: fix theta width calculation · 65f5dc52
      Antti Soininen authored
      The algorithm was assuming too much about the input workspace's
      detectors resulting in too large theta width for ILL's IN4 and
      IN6 instruments. Also, the algorithm expected a constant L2 for all
      detectors which is not true for IN5. Further, picking the first detector
      only for the theta width calculation was not sufficient for cases like the
      detector groups in the workspace used in the unit tests.
      
      We now calculate top, centre and bottom points of the detector's
      bounding box, apply rotation and translation taking the sample position
      into account, and calculate the 2theta angle between the points and the
      beam direction. This is repeated for all detectors in a group. The final
      theta width is the difference between all thetas calculated.
      
      Additionally:
      - Remove phi angle stuff, it is not needed for anything.
      - General cleanup and refactoring.
      
      Re #24041
      65f5dc52
    • Gagik Vardanyan's avatar
      e3343f72
  20. Nov 28, 2018
  21. Nov 27, 2018
Loading