Versions Compared

Key

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

...

parameter

default value

description

calibDir

 

directory with calibration files, by default it is set to .../<experiment>/calib

typeGroupName

"CsPad::CalibV1"

calibration type and group names

source

"CxiDs1.0:Cspad.0"

source of data

key

 

key for data processing stage

imgkey

"image"

output key for image saved in event

tiltIsApplied

true

on/off for tilt angle of 2x1-sections and quads.

print_bits

0

verbosity:

  • =0 - print nothing,
  • +1 - input parameters,
  • +2 - calibration parameters,
  • +4 - consumed time per event,
  • +8 - information about image saved in event.
  • + 16 - type sizes and id names

Remarks:

  • By default the key corresponds to raw data.
  • If the imgkey is defined as "Image2D", the image is saved in the event as a CSPadPixCoords::Image2D<double> object, otherwise (by default) as a ndarray<double,2> object.

...

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

"image"

output key for image saved in event

outtype

int16

type of output data from the list of supported (float, double, int, int16)

tiltIsApplied

true

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

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input parameters
  • +2 - calibration parameters
  • +4 - event ID
  • + 16 - type sizes and id names

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.

...

parameter

default value

description

source

":Cspad.0"

source of data

inkey

 

key for data processing stage

outkey

"cspad_ndarr"

output key for image saved in event

outtype

float

type of output data from the list of supported (float, double, int, int16)

is_fullsizefalsesize of output array; true means [32,185,388], false means "as data" [N,185,388]

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - configuration parameters
  • +4 - consumed time per event
  • +16 - print type size and one character id name

See also Example for Module CSPadPixCoords::CSPadNDArrProducer.

...

parameter

default value

description

source

":Cspad2x2.0"

source of data

inkey

 

key for data processing stage

outkey

"cspad2x2_ndarr"

output key for image saved in event

outtype

float

type of output data from the list of supported (float, double, int, int16)

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input parameters
  • +2 - configuration parameters
  • +4 - consumed time per event
  • +16 - print type size and one character id name

See also Example for Module CSPadPixCoords::CSPad2x2NDArrProducer.

...