10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
24 const std::string
name()
const override {
return "SaveNXcanSAS"; }
26 const std::string
summary()
const override {
return "Writes a MatrixWorkspace to a file in the NXcanSAS format."; }
29 int version()
const override {
return (1); }
30 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveCanSAS1D",
"LoadNXcanSAS"}; }
32 const std::string
category()
const override {
return "DataHandling\\Nexus"; }
34 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
SaveNXcanSAS : Saves a reduced workspace in the NXcanSAS format.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
~SaveNXcanSAS() override=default
Virtual dtor.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
SaveNXcanSAS()
Constructor.
std::string MANTID_DATAHANDLING_DLL makeCanSASRelaxedName(const std::string &input)
This makes out of an input a relaxed name, something conforming to "[A-Za-z_][\w_]*" For now "-" is c...
Helper class which provides the Collimation Length for SANS instruments.