11#include "MantidAlgorithms/DllConfig.h"
28 const std::string
name()
const override {
return "GetTimeSeriesLogInformation"; }
30 const std::string
summary()
const override {
return "Get information from a TimeSeriesProperty log."; }
32 int version()
const override {
return 1; }
33 const std::vector<std::string>
seeAlso()
const override {
return {
"AddSampleLogMultiple"}; }
34 const std::string
category()
const override {
return "Diffraction\\Utility;Events\\EventFiltering"; }
59 void examLog(std::string logname, std::string outputdir);
63 void processTimeRange();
70 void setupEventWorkspace(
int numentries, std::vector<Types::Core::DateAndTime> ×, std::vector<double> values);
72 void setupWorkspace2D(
int numentries, std::vector<Types::Core::DateAndTime> ×, std::vector<double> values);
79 void checkLogValueChanging(std::vector<Types::Core::DateAndTime> timevec, std::vector<double> values,
double delta);
81 void checkLogBasicInforamtion();
86 Types::Core::DateAndTime getAbsoluteTime(
double abstimens);
88 Types::Core::DateAndTime calculateRelativeTime(
double deltatime);
Base class from which all concrete algorithm classes should be derived.
A specialised Property class for holding a series of time-value pairs.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
std::shared_ptr< Workspace2D > Workspace2D_sptr
shared pointer to Mantid::DataObjects::Workspace2D
std::shared_ptr< TableWorkspace > TableWorkspace_sptr
shared pointer to Mantid::DataObjects::TableWorkspace
Helper class which provides the Collimation Length for SANS instruments.