15#include "MantidAlgorithms/DllConfig.h"
29 const std::string
name()
const override {
return "FFTSmooth"; }
31 const std::string
summary()
const override {
return "Performs smoothing of a spectrum using various filters."; }
34 int version()
const override {
return 1; }
36 const std::string
category()
const override {
return "Arithmetic\\FFT;Transforms\\Smoothing"; }
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
Data smoothing using the FFT algorithm and various filters.
const std::string summary() const override
Summary of algorithms purpose.
API::MatrixWorkspace_sptr m_inWS
The input workspace.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
API::MatrixWorkspace_sptr m_filteredWS
Temporary workspace for keeping the filtered spectrum.
API::MatrixWorkspace_sptr m_unfilteredWS
Temporary workspace for keeping the unfiltered Fourier transform of the imput spectrum.
const std::string name() const override
Algorithm's name 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.