Versions Compared

Key

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

...

  • gets CSPAD configuration from the environment frame Psana::CsPad::ConfigV#,
  • gets CSPAD data from the event frames Psana::CsPad::DataV#, Psana::CsPad::ElementV#,
  • creates the image array as ndarray<T,3>, where T stands for {{outtype}, which may be double, float, int, or uint16_t,
  • puts the image array in the event with outkey tag.

...

  • source (default: ":Cspad.0") – source of data,
  • inkey (default: "") – key for data processing stage,
  • outkey (default: "cspad_ndarr") – output key for image saved in event,
  • {{outtype} (default: "float") – type of output data,
  • print_bits (default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +4 - consumed time per event.

...