13#include "MantidAlgorithms/DllConfig.h"
29 const std::string
name()
const override {
return "SassenaFFT"; }
31 const std::string
summary()
const override {
32 return "Performs complex Fast Fourier Transform of intermediate scattering "
37 int version()
const override {
return 1; }
38 const std::vector<std::string>
seeAlso()
const override {
39 return {
"ExtractFFTSpectrum",
"FFT",
"FFTDerivative",
"MaxEnt",
"RealFFT",
"FFTSmooth"};
42 const std::string
category()
const override {
return "Arithmetic\\FFT"; }
46 bool processGroups()
override;
52 bool checkGroups()
override;
55 const double m_ps2meV = 4.136;
Base class from which all concrete algorithm classes should be derived.
Perform Fourier Transform of the Sassena Intermediate Scattering Function.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification overriding a virtual method.
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.
static constexpr double meVtoKelvin
1 meV in Kelvin.
Helper class which provides the Collimation Length for SANS instruments.