Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add info for TimeStampFilter

...

  • source (default: "DetInfo()") – source of data
  • key (default: "peaks") – key for input list of peaks, should be the same as peaksKey in ImgPeakFinder
  • threshold_peak (default: 0) – threshold on peak amplitude
  • threshold_total(default: 0) – threshold on total peak intensity (in the matrix around peak)
  • n_peaks_min (default: 1) – minimal number of peaks above all thresholds
  • filterIsOn (default: true) – On/Off the filter
  • print_bits (default: 0) – finder filter verbosity:
    • 0 - print nothing,
    • 1 bit (1) - input pars,
    • 2 bit (2) - summary,
    • 3 bit (4) - peaks' info,
    • 4 bit (8) - event ID.

Module ImgAlgos::TimeStampFilter

This module check the event time stamp and passes only the events in the requested range.

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.

Module ImgAlgos::EventNumberFilter

...