9#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
23 const std::string
name()
const override {
return "SavePolarizedNXcanSAS"; }
24 const std::string
summary()
const override {
25 return "Save a Group Workspace with reduced SANS polarized data in NXcanSAS Format.";
33 int version()
const override {
return (1); }
34 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveNXcanSAS",
"LoadNXcanSAS"}; }
36 const std::string
category()
const override {
return "DataHandling\\Nexus"; }
38 std::map<std::string, std::string> validateInputs()
override;
SaveNXcanSASBase : Base class to save a reduced workspace in the NXcanSAS format.
SavePolarizedNXcanSAS : Extends SaveNXcanSAS adding metadata for polarized SANS measurements.
bool checkGroups() override
InputWorkspace property only accepts workspace groups so we don't want the base algorithm class to pr...
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.
SavePolarizedNXcanSAS()
Constructor.
~SavePolarizedNXcanSAS() override=default
Virtual dtor.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
Helper class which provides the Collimation Length for SANS instruments.