23namespace DataHandling {
48 const std::string
name()
const override {
return "LoadRawSpectrum0"; }
50 const std::string
summary()
const override {
51 return "Loads spectrum zero from ISIS raw file and stores it in a 2D "
52 "workspace (Workspace2D class).";
56 int version()
const override {
return 1; }
57 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadRawBin0",
"LoadRaw"}; }
59 const std::string
category()
const override {
return "Diagnostics\\Raw;DataHandling\\Raw"; }
Helper class for LoadRaw algorithms.
Loads zeroth spectrum from ISIS RAW format file and stores it in a 2D workspace (Workspace2D class).
int64_t m_lengthIn
Read in the time bin boundaries.
std::vector< std::string > m_cache_options
Allowed values for the cache property.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
double m_prog
The current value of the progress counter.
std::string m_filename
The name and path of the input file.
int64_t m_noTimeRegimes
number of time regime
specnum_t m_numberOfSpectra
The number of spectra in the raw file.
int version() const override
Algorithm's version for identification overriding a virtual method.
std::map< int64_t, int64_t > m_specTimeRegimes
A map for storing the time regime for each spectrum.
std::shared_ptr< ISISRAW2 > isisRaw
ISISRAW class instance which does raw file reading.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.
int32_t specnum_t
Typedef for a spectrum Number.