Mantid
Loading...
Searching...
No Matches
MaxentTransformFourier.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2016 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11
12namespace Mantid {
13namespace Algorithms {
14
18class MANTID_ALGORITHMS_DLL MaxentTransformFourier : public MaxentTransform {
19public:
20 // Deleted default constructor
22 // Constructor
24 // Transfoms form image space to data space
25 std::vector<double> imageToData(const std::vector<double> &image) override;
26 // Transforms from data space to image space
27 std::vector<double> dataToImage(const std::vector<double> &data) override;
28
29private:
32};
33
34} // namespace Algorithms
35} // namespace Mantid
MaxentTransformFourier : Defines a transformation from data space to image space (and vice-versa) whe...
MaxentTransform : Abstract base class defining MaxEnt transformations from image space to data space ...
std::shared_ptr< MaxentSpace > MaxentSpace_sptr
Definition: MaxentSpace.h:33
Helper class which provides the Collimation Length for SANS instruments.