13#include "MantidAlgorithms/DllConfig.h"
32 const std::string
name()
const override {
return "ExtractFFTSpectrum"; }
34 const std::string
summary()
const override {
35 return "This algorithm performs a Fast Fourier Transform on each spectrum "
36 "in a workspace, and from the result takes the indicated spectrum "
37 "and places it into the OutputWorkspace, so that you end up with "
38 "one result spectrum for each input spectrum in the same workspace.";
42 int version()
const override {
return (1); }
43 const std::vector<std::string>
seeAlso()
const override {
44 return {
"FFT",
"FFTDerivative",
"MaxEnt",
"RealFFT",
"SassenaFFT",
"FFTSmooth"};
47 const std::string
category()
const override {
return "Arithmetic\\FFT"; }
Base class from which all concrete algorithm classes should be derived.
Helper class which provides the Collimation Length for SANS instruments.