Versions Compared

Key

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

...

Module ImgAlgos::TimeStampFilter

This module check the event time stamp and passes only the events if their time stamp is in the requested range.
The range of allowed time stamps is defined by the configuration parameters.

Module configuration parameters:

  • yyyymmdd_min (default: 0) – minimal date in format YYYYMMDD
  • yyyymmdd_max (default: 99991231) – maximal date in format YYYYMMDD
  • hhmmss_min (default: 0) – minimal time in format HHMMSS
  • {{hhmmss_}max} (default: 246000) – maximal time in format HHMMSS
  • nsec_min (default: 0) – minimal time in nsec
  • nsec_max (default: 1000000000) – maximal time in nsec
  • filterIsOn (default: true) – On/Off the filter
  • print_bits (default: 0) – filter verbosity:
    • 0 - print nothing,
    • 1 bit (1) - input pars,
    • 2 bit (2) - summary,
    • 3 bit (4) - event ID,
    • 4 bit (8) - time stamp variables for selected event.

...