10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
47 const std::string
name()
const override {
return "SaveFocusedXYE"; }
49 const std::string
summary()
const override {
50 return "Saves a focused data set (usually the output of a diffraction "
51 "focusing routine but not exclusively) into a three column format "
52 "containing X_i, Y_i, and E_i.";
56 int version()
const override {
return (1); }
57 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveFullprofResolution",
"SaveAscii"}; }
59 const std::string
category()
const override {
return "Diffraction\\DataHandling;DataHandling\\Text"; }
73 void writeSpectraHeader(std::ostream &os,
size_t index1,
size_t index2,
double flightPath,
double tth,
74 const std::string &caption,
const std::string &spectraAxisCaption,
75 const std::string &spectraAxisLabel,
double observable);
77 void writeXYESpectraHeader(std::ostream &os,
size_t index1,
const std::string &caption,
78 const std::string &spectrumAxisCaption,
const std::string &spectraAxisLabel,
81 void writeMAUDSpectraHeader(std::ostream &os,
size_t index1,
size_t index2,
double flightPath,
double tth,
82 const std::string &caption);
84 void setOtherProperties(
IAlgorithm *alg,
const std::string &propertyName,
const std::string &propertyValue,
85 int perioidNum)
override;
IPeaksWorkspace_sptr workspace
IAlgorithm is the interface implemented by the Algorithm base class.
Base class for algorithms that can only run serially (Parallel::ExecutionMode::MasterOnly) in an MPI ...
Saves a focused data set (usually output of a diffraction focusing routine but not exclusively) into ...
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::string m_comment
Comment character.
const std::string name() const override
Algorithm's name.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
Helper class which provides the Collimation Length for SANS instruments.