FilterPeaks v1

../_images/FilterPeaks-v1_dlg.png

FilterPeaks dialog.

Table of Contents

Summary

Filters the peaks in a peaks workspace based upon the valur of a chosen variable.

Properties

Name Direction Type Default Description
InputWorkspace Input PeaksWorkspace Mandatory The input workspace
OutputWorkspace Output IPeaksWorkspace Mandatory The filtered workspace
FilterVariable Input string Mandatory The variable on which to filter the peaks. Allowed values: [‘h+k+l’, ‘h^2+k^2+l^2’, ‘Intensity’, ‘Signal/Noise’, ‘QMod’]
FilterValue Input number Mandatory The value of the FilterVariable to compare each peak to
Operator Input string < Allowed values: [‘<’, ‘>’, ‘=’, ‘<=’, ‘>=’]

Description

Filters a PeaksWorkspace using a set number of queries. Outputs a filtered PeaksWorkspace.

Categories: Algorithms | Crystal\Peaks

Source

C++ source: FilterPeaks.cpp

C++ header: FilterPeaks.h