Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
filter_plots

Filter Plots

If you're using num_runs to analyse multiple data sets, patterns and fits will usually all appear in one scan window. If you have e.g. multibank time-of-flight data it's hard to rapidly visualise changes in the patterns.

TOPAS academic v8 onwards will have a “filter” feature to get round this.

Go to “Global/Filter scans for display”. Type a regular expression in the text box and click “Apply filter to scan window”. For example, if you just want to see bank 5 plots from POLARIS, type something like “b5”.

The filter uses grep.exe in the background, so any grep regular expression is possible (period for any character; * for 0 or more occurences; [A-Za-Z.!?] for any English letter or period; etc). grep.exe will be installed in your main TOPAS directory. Type “grep.exe /?” for infomration.

If data sets are numbered sequentially it's easy to plot e.g. every 10th data set.

The filter is applied to whichever scan window is active. If you have two windows open, one could display bank 5 data only, and another bank 4 data only.