Versions Compared

Key

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

...

parameter

default value

description

fname

"tstamp-list.txt"

output files common prefix

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - event record
  • +4 - job summary
  • +8 - print summary parameters for parser

Module ImgAlgos::UsdUsbEncoderFilter

This module is created by request of Thomas Kroll for experiment with mobile rack in SACLA.

It has an example of how to get UsdUsb::DataV1 object and times-tamps from different data sources for event synchronization purpose.

 

 

parameter

default value

description

source

"DetInfo(:USDUSB)"

source of data

mode

1

input image key

ifname

""(empty)

input file name

ofname

"" (empty)

output file name

   

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - records from input file
  • +4 - open/close info for output file
  • +8 - filter summary
  • +16 - content of the UsdUsb::ConfigV1 object
  • +32 - content of the UsdUsb::DataV1 object

 

 

 

 

 

 

Module ImgAlgos::ImgIntMonCorr

This module is intended for CorAna project.
ImgIntMonCorr gets the image and intensity monitor data, evaluate the normalization factor, applies this factor to the image intensity, and saves the corrected image in the event.

...