All gists

yuanpeng
Last active 2 months ago
0 0 1
1 #
2 # Filter_combined_ZYP.py
3 #
4 # ---------------------------------------------------------------------------
5 # This is a combined script for event filter by either sample log or time.
6 # The two ways of conducting event filter is not compatible with each other
7 # and users can choose which one to use by setting the `filter_by_time`
8 # variable in the 'Input section' below to either `True` (to enable filter by
9 # time) or `False` (to enable filter by sample log).
10 # ---------------------------------------------------------------------------