12#include "MantidAlgorithms/DllConfig.h"
29 const std::string
name()
const override {
return "GetTimeSeriesLogInformation"; }
31 const std::string
summary()
const override {
return "Get information from a TimeSeriesProperty log."; }
33 int version()
const override {
return 1; }
34 const std::vector<std::string>
seeAlso()
const override {
return {
"AddSampleLogMultiple"}; }
35 const std::string
category()
const override {
return "Diffraction\\Utility;Events\\EventFiltering"; }
60 void examLog(std::string logname, std::string outputdir);
64 void processTimeRange();
71 void setupEventWorkspace(
int numentries, std::vector<Types::Core::DateAndTime> ×, std::vector<double> values);
73 void setupWorkspace2D(
int numentries, std::vector<Types::Core::DateAndTime> ×, std::vector<double> values);
80 void checkLogValueChanging(
const std::vector<Types::Core::DateAndTime> &timevec,
const std::vector<double> &values,
83 void checkLogBasicInforamtion();
88 Types::Core::DateAndTime getAbsoluteTime(
double abstimens);
90 Types::Core::DateAndTime calculateRelativeTime(
double deltatime);
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
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.