Merge pull request #23715 from mantidproject/23622_reflectometry_statistics
Extract computations from ReflectometryMomentumTransfer to a separate algorithm
Branches 22031_phaseQuadGUI
No related tags found
Showing
- Framework/Algorithms/CMakeLists.txt 3 additions, 0 deletionsFramework/Algorithms/CMakeLists.txt
- Framework/Algorithms/inc/MantidAlgorithms/ReflectometryBeamStatistics.h 91 additions, 0 deletions...rithms/inc/MantidAlgorithms/ReflectometryBeamStatistics.h
- Framework/Algorithms/inc/MantidAlgorithms/ReflectometryMomentumTransfer.h 19 additions, 29 deletions...thms/inc/MantidAlgorithms/ReflectometryMomentumTransfer.h
- Framework/Algorithms/src/ReflectometryBeamStatistics.cpp 469 additions, 0 deletionsFramework/Algorithms/src/ReflectometryBeamStatistics.cpp
- Framework/Algorithms/src/ReflectometryMomentumTransfer.cpp 166 additions, 279 deletionsFramework/Algorithms/src/ReflectometryMomentumTransfer.cpp
- Framework/Algorithms/test/ReflectometryBeamStatisticsTest.h 366 additions, 0 deletionsFramework/Algorithms/test/ReflectometryBeamStatisticsTest.h
- Framework/Algorithms/test/ReflectometryMomentumTransferTest.h 289 additions, 350 deletions...ework/Algorithms/test/ReflectometryMomentumTransferTest.h
- Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ReflectometryILLConvertToQ.py 88 additions, 99 deletions...gorithms/WorkflowAlgorithms/ReflectometryILLConvertToQ.py
- Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ReflectometryILLSumForeground.py 127 additions, 86 deletions...ithms/WorkflowAlgorithms/ReflectometryILLSumForeground.py
- Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ReflectometryILL_common.py 14 additions, 0 deletions.../algorithms/WorkflowAlgorithms/ReflectometryILL_common.py
- Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/ReflectometryILLConvertToQTest.py 3 additions, 6 deletions...thms/WorkflowAlgorithms/ReflectometryILLConvertToQTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/ReflectometryILLSumForegroundTest.py 8 additions, 1 deletion...s/WorkflowAlgorithms/ReflectometryILLSumForegroundTest.py
- Framework/PythonInterface/test/testhelpers/illhelpers.py 2 additions, 1 deletionFramework/PythonInterface/test/testhelpers/illhelpers.py
- docs/source/algorithms/ReflectometryBeamStatistics-v1.rst 80 additions, 0 deletionsdocs/source/algorithms/ReflectometryBeamStatistics-v1.rst
- docs/source/algorithms/ReflectometryILLConvertToQ-v1.rst 62 additions, 63 deletionsdocs/source/algorithms/ReflectometryILLConvertToQ-v1.rst
- docs/source/algorithms/ReflectometryILLPolarizationCor-v1.rst 2 additions, 0 deletions.../source/algorithms/ReflectometryILLPolarizationCor-v1.rst
- docs/source/algorithms/ReflectometryILLSumForeground-v1.rst 15 additions, 12 deletionsdocs/source/algorithms/ReflectometryILLSumForeground-v1.rst
- docs/source/algorithms/ReflectometryMomentumTransfer-v1.rst 21 additions, 13 deletionsdocs/source/algorithms/ReflectometryMomentumTransfer-v1.rst
- docs/source/diagrams/ReflectometryILLConvertToQ-v1_wkflw.dot 0 additions, 6 deletionsdocs/source/diagrams/ReflectometryILLConvertToQ-v1_wkflw.dot
- docs/source/diagrams/ReflectometryILLSumForeground-v1_wkflw.dot 16 additions, 9 deletions...ource/diagrams/ReflectometryILLSumForeground-v1_wkflw.dot
Loading
Please register or sign in to comment