10#include "MantidAlgorithms/DllConfig.h"
23 const std::string
name()
const override {
return "StripVanadiumPeaks"; }
25 int version()
const override {
return 2; }
26 const std::vector<std::string>
seeAlso()
const override {
return {
"FindPeaks",
"StripPeaks"}; }
29 return "CorrectionFunctions\\PeakCorrections;Optimization\\PeakFinding;"
30 "Diffraction\\Corrections";
33 const std::string
summary()
const override {
34 return "This algorithm removes peaks (at vanadium d-spacing positions by "
36 " out of a background by linearly/quadratically interpolating over "
37 "the expected peak positions. ";
Data processor algorithm to be used as a parent to workflow algorithms.
const std::vector< std::string > seeAlso() const override
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.