Mantid
Loading...
Searching...
No Matches
Variables
Mantid::Algorithms::MergeRunsParameter Namespace Reference

Combines the data contained in an arbitrary number of input workspaces. More...

Variables

static const std::string FAIL_MERGE = "sample_logs_fail"
 
static const std::string FAIL_MERGE_TOLERANCES = "sample_logs_fail_tolerances"
 
static const std::string LIST_MERGE = "sample_logs_list"
 
static const std::string SUM_MERGE = "sample_logs_sum"
 MergeRuns parameter names of the paramter file for sample log merging. More...
 
static const std::string TIME_SERIES_MERGE = "sample_logs_time_series"
 
static const std::string WARN_MERGE = "sample_logs_warn"
 
static const std::string WARN_MERGE_TOLERANCES = "sample_logs_warn_tolerances"
 

Detailed Description

Combines the data contained in an arbitrary number of input workspaces.

If the input workspaces do not have common binning, the bins in the output workspace will cover the entire range of all the input workspaces, with the largest bin widths used in areas of overlap. The input workspaces must contain histogram data with the same number of spectra, units and instrument name in order for the algorithm to succeed. Other than this it is currently left to the user to ensure that the combination of the workspaces is a valid operation.

Required Properties:

Author
Russell Taylor, Tessella Support Services plc
Date
22/09/2008

Variable Documentation

◆ FAIL_MERGE

const std::string Mantid::Algorithms::MergeRunsParameter::FAIL_MERGE = "sample_logs_fail"
static

Definition at line 58 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().

◆ FAIL_MERGE_TOLERANCES

const std::string Mantid::Algorithms::MergeRunsParameter::FAIL_MERGE_TOLERANCES = "sample_logs_fail_tolerances"
static

Definition at line 59 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().

◆ LIST_MERGE

const std::string Mantid::Algorithms::MergeRunsParameter::LIST_MERGE = "sample_logs_list"
static

Definition at line 55 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().

◆ SUM_MERGE

const std::string Mantid::Algorithms::MergeRunsParameter::SUM_MERGE = "sample_logs_sum"
static

MergeRuns parameter names of the paramter file for sample log merging.

Definition at line 53 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().

◆ TIME_SERIES_MERGE

const std::string Mantid::Algorithms::MergeRunsParameter::TIME_SERIES_MERGE = "sample_logs_time_series"
static

Definition at line 54 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().

◆ WARN_MERGE

const std::string Mantid::Algorithms::MergeRunsParameter::WARN_MERGE = "sample_logs_warn"
static

Definition at line 56 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().

◆ WARN_MERGE_TOLERANCES

const std::string Mantid::Algorithms::MergeRunsParameter::WARN_MERGE_TOLERANCES = "sample_logs_warn_tolerances"
static

Definition at line 57 of file MergeRuns.h.

Referenced by Mantid::Algorithms::MergeRuns::execHistogram().