Skip to content
Snippets Groups Projects
Commit 5d3eded0 authored by Keith Brown's avatar Keith Brown
Browse files

Merge remote-tracking branch 'origin/feature/8301_filter_wiki'

parents 0d556e1a 3839b394
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@ pulses:
FilterByLogValue(InputWorkspace="ws", OutputWorkspace="ws", LogName="veto_pulse_time", PulseFilter="1")
=== Comparing with other event filtering algorithms ===
Wiki page [[EventFiltering]] has a detailed introduction on event filtering in MantidPlot.
*WIKI*/
//----------------------------------------------------------------------
......
......@@ -9,6 +9,9 @@ You must specify:
* Both AbsoluteStartTime and AbsoluteStop time.
* But not another combination of the four, or the algorithm will abort.
=== Comparing with other event filtering algorithms ===
Wiki page [[EventFiltering]] has a detailed introduction on event filtering in MantidPlot.
*WIKI*/
//----------------------------------------------------------------------
// Includes
......
......@@ -29,6 +29,9 @@ and splitByFullTime considers both pulse time and TOF.
Therefore, FilterByLogValue is not suitable for fast log filtering.
=== Comparing with other event filtering algorithms ===
Wiki page [[EventFiltering]] has a detailed introduction on event filtering in MantidPlot.
*WIKI*/
#include "MantidAlgorithms/FilterEvents.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment