10#include "MantidAlgorithms/DllConfig.h"
31 const std::string
name()
const override {
return "ExtractSingleSpectrum"; }
33 const std::string
summary()
const override {
34 return "Extracts the specified spectrum from a workspace and places it in "
35 "a new single-spectrum workspace.";
39 int version()
const override {
return (1); }
40 const std::vector<std::string>
seeAlso()
const override {
41 return {
"CropWorkspace",
"ExtractSpectra",
"PerformIndexOperations"};
44 const std::string
category()
const override {
return "Transforms\\Splitting"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Helper class which provides the Collimation Length for SANS instruments.