SortXAxis v1

../_images/SortXAxis-v1_dlg.png

SortXAxis dialog.

Table of Contents

Summary

Clones the input MatrixWorkspace(s) and orders the x-axis in an ascending fashion.

Properties

Name Direction Type Default Description
InputWorkspace Input MatrixWorkspace Mandatory Input workspace
OutputWorkspace Output MatrixWorkspace Mandatory Sorted Output Workspace

Description

Clones the input Matrix Workspaces and orders the x-axis in an ascending fashion. Ensures that the y-axis and error data is sorted in a consistent way with the x-axis. All x-values of the input workspace MUST be in either a descending or ascending fashion before passing to this algorithm.

This algorithm is for use with small workspaces loaded. It is particularly suitable for reformatting workspaces loaded via LoadAscii. Input workspaces must be a distribution.

Categories: Algorithms | Transforms\Axes | Utility\Sorting