Versions Compared

Key

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

...

parameter

default value

description

calibDir

 

path to the calib directory, if different from default

typeGroupName

"CsPad2x2::CalibV1"

calibration software version

source

"DetInfo(:Cspad2x2.1)"

source of data

inkey

 

key for data processing stage

outimgkey

"Image2D"

output key for image saved in event

tiltIsApplied

true

on/off for tilt angle of 2x1-sections and quads - currently is not used

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - calib parsinput parameters
  • +2 - eventID
  • +4 - calib parameters

Remarks:

  • By default the empty inkey corresponds to raw data.
  • If the outimgkey is defined as "Image2D", the image is saved in the event as a CSPadPixCoords::Image2D<double> object, otherwise (for other names) as a ndarray<double,2> object.

...