11#include "MantidAlgorithms/DllConfig.h"
23 const std::string
name()
const override {
return "FFTSmooth"; }
25 const std::string
summary()
const override {
return "Performs smoothing of a spectrum using various filters."; }
28 int version()
const override {
return 2; }
29 const std::vector<std::string>
seeAlso()
const override {
return {
"FFT",
"WienerSmooth"}; }
31 const std::string
category()
const override {
return "Arithmetic\\FFT;Transforms\\Smoothing"; }
Base class for algorithms that can run in parallel on all MPI ranks but not in a distributed fashion.
Data smoothing using the FFT algorithm and various filters.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
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.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.