Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ImgAlgos::EventCounterFilter (ImgAlgos > V00-03-46) module is created by request of Thomas Kroll for experiment with mobile rack in SACLA .

Functionality:

Input from file ifname the list of  integer event numbers in ascending order separated by space or '\n'. If current event number counted by the Filter select events which numbers are listed in the input file ifname. This module uses local counter started from 1 for the 1-st event of the job and incremented in the event(...) method is equal to one of the event numbers in the file, then event is passed for further processing, otherwise discarded.  The file ifname contains the list of  integer event numbers in ascending order separated by space or '\n'.

 

parameter

default value

description

mode

1

filter mode: 0-off, 1-on, -1-on in inverted decision mode

ifname

 

input file name, is empty by default

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - input file content
  • +4 - filter summary
  • +16 - current event number
  • +32 - selection status ("is selected")

...