10#include "MantidAlgorithms/DllConfig.h"
25 const std::string
name()
const override {
return "IdentifyNoisyDetectors"; }
27 const std::string
summary()
const override {
28 return "This algorithm creates a single-column workspace where the Y "
29 "values are populated withs 1s and 0s, 0 signifying that the "
30 "detector is to be considered 'bad' based on the method described "
34 const std::string
category()
const override {
return "Diagnostics"; }
35 int version()
const override {
return (1); }
37 const std::vector<std::string>
seeAlso()
const override {
return {
"CreatePSDBleedMask"}; }
Base class from which all concrete algorithm classes should be derived.
Helper class for reporting progress from algorithms.
Identifies "bad" detectors based on their standard deviation, and how this differs from the standard ...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
const std::string category() const override
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.