refs #10102. RebinByTimeAtSample - works like RebinByPulseTime.
Added new algorithm. Shamelessly copy pasted a large portion of this (including the tests). Later refactoring step will be required to really reduce the duplication here, both for the tests and for the algorithms themselves.
Showing
- Code/Mantid/Framework/Algorithms/CMakeLists.txt 4 additions, 1 deletionCode/Mantid/Framework/Algorithms/CMakeLists.txt
- Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/RebinByTimeAtSample.h 56 additions, 0 deletions...ork/Algorithms/inc/MantidAlgorithms/RebinByTimeAtSample.h
- Code/Mantid/Framework/Algorithms/src/RebinByPulseTimes.cpp 2 additions, 2 deletionsCode/Mantid/Framework/Algorithms/src/RebinByPulseTimes.cpp
- Code/Mantid/Framework/Algorithms/src/RebinByTimeAtSample.cpp 230 additions, 0 deletionsCode/Mantid/Framework/Algorithms/src/RebinByTimeAtSample.cpp
- Code/Mantid/Framework/Algorithms/test/RebinByPulseTimesTest.h 5 additions, 0 deletions.../Mantid/Framework/Algorithms/test/RebinByPulseTimesTest.h
- Code/Mantid/Framework/Algorithms/test/RebinByTimeAtSampleTest.h 463 additions, 0 deletions...antid/Framework/Algorithms/test/RebinByTimeAtSampleTest.h
- Code/Mantid/docs/source/algorithms/RebinByTimeAtSample-v1.rst 44 additions, 0 deletions.../Mantid/docs/source/algorithms/RebinByTimeAtSample-v1.rst
Loading
Please register or sign in to comment