Versions Compared

Key

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

...

  • source (default: "DetInfo(:Cspad2x2)") – source of data,
  • inkey (default: "") – key for data processing stage,
  • outimgkey (default: "Image2D") – output key for image saved in event,
  • tiltIsApplied (default: false) – on/off for tilt angle of 2x1-sections and quads - currently is not used,
  • print_bits (default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - calib pars,
    • +2 - eventID.

Remarks:

  • By default the key 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.

...