Skip to content

Commit

Permalink
Re #6152. Wiki documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Nov 26, 2012
1 parent b23d266 commit e95f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/FilterByLogValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Filters out events using the entries in the Sample Logs.
Sample logs consist of a series of <Time, Value> pairs. The first step in filtering is to generate a list of start-stop time intervals that will be kept, using those logs.
* Each log value is compared to the min/max value filters to determine whether it is "good" or not.
** For a single log value that satisfies the criteria at time T, all events between T+-Tolerance (LogBoundary=Centre), or T and T+Tolerance (LogBoundary=Left) are kept.
** If there are several consecutive log values matching the filter, events between T1-Tolerance and T2+Tolerance (LogBoundary=Centre), or T1 and T2+Tolerance (LogBoundary=Left) are kept.
** If there are several consecutive log values matching the filter, events between T1-Tolerance and T2+Tolerance, where T2 is the last "good" value (LogBoundary=Centre), or T1 and T2, where T2 is the first "bad" value (LogBoundary=Left) are kept.
* The filter is then applied to all events in all spectra. Any events with pulse times outside of any "good" time ranges are removed.
There is no interpolation of log values between the discrete sample log times at this time.
Expand Down

0 comments on commit e95f127

Please sign in to comment.