Table of Contents
AlignBins
in ConvertUnits v1.CorrectionAlgorithm
was set to AutoDetect
the algorithm was not able to find polynomial
corrections, as it was searching for polynomial
instead of polystring
.NormalizeByIntegratedMonitors
was set to true, which is the default. In the new version of the algorithms, monitors will never be integrated if a correction algorithm
is specified, even if NormalizeByIntegratedMonitors
is set to true.ProcessingInstructions
to determine which detector components need to be moved. Detectors will be moved to an angle if is
specified. If is not provided, detectors will not be moved.MomentumTransferMin
, MomentumTransferMax
and MomentumTransferStep
. If these are not provided, the algorithm will attempt to determine the bin width
running CalculateResolution <http://docs.mantidproject.org/v3.9.0/algorithms/CalculateResolution-v1.html>. When this is not possible, the rebinning will not take place.ScaleFactorFromPeriod
, which enables it to apply
scale factors from a particular period when stitching multi-period runs. Its documentation has also been
updated and improved, including more detail on algorithm properties and adds a workflow description and diagram.TransRunStartOverlap
and TransRunEndOverlap
, that specify the integration range
to be used by Stitch1D v3, have been added.TransRunStartOverlap
and TransRunEndOverlap
TransRunStartOverlap
and TransRunEndOverlap
.StartOverlap
and EndOverlap
are used to calculate the integration range in Stitch1DMany v1, when specified.dQ/Q
is used as the rebin parameter to stitch workspaces.dQ/Q
, Q min
and Q max
correctly for multi-period datasets has been fixed.