This allows InterpolatingRebin to deal with histograms whose y-values are all...
This allows InterpolatingRebin to deal with histograms whose y-values are all the same even when the x-values are invalid. The new VectorHelper function isConstantValue() returns if all the values in a vector are the same. The SANS scripts and GUI now work with InterpolatingRebin. re #1225
Showing
- Code/Mantid/Algorithms/inc/MantidAlgorithms/InterpolatingRebin.h 2 additions, 1 deletion...ntid/Algorithms/inc/MantidAlgorithms/InterpolatingRebin.h
- Code/Mantid/Algorithms/src/InterpolatingRebin.cpp 83 additions, 28 deletionsCode/Mantid/Algorithms/src/InterpolatingRebin.cpp
- Code/Mantid/Algorithms/test/InterpolatingRebinTest.h 103 additions, 10 deletionsCode/Mantid/Algorithms/test/InterpolatingRebinTest.h
- Code/Mantid/Kernel/inc/MantidKernel/VectorHelper.h 2 additions, 0 deletionsCode/Mantid/Kernel/inc/MantidKernel/VectorHelper.h
- Code/Mantid/Kernel/src/VectorHelper.cpp 63 additions, 0 deletionsCode/Mantid/Kernel/src/VectorHelper.cpp
- Code/Mantid/PythonAPI/scripts/SANS/SANSReduction.py 112 additions, 53 deletionsCode/Mantid/PythonAPI/scripts/SANS/SANSReduction.py
- Code/Mantid/PythonAPI/scripts/SANS/SANSUtility.py 7 additions, 2 deletionsCode/Mantid/PythonAPI/scripts/SANS/SANSUtility.py
- Code/qtiplot/MantidQt/CustomInterfaces/inc/SANSRunWindow.ui 40 additions, 3 deletionsCode/qtiplot/MantidQt/CustomInterfaces/inc/SANSRunWindow.ui
- Code/qtiplot/MantidQt/CustomInterfaces/src/SANSRunWindow.cpp 13 additions, 2 deletionsCode/qtiplot/MantidQt/CustomInterfaces/src/SANSRunWindow.cpp
Loading
Please register or sign in to comment