Versions Compared

Key

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

...

  • source (default: "CxiDs1.0:Cspad.0") – source of data,
  • key (default: "Image2D") – input image key,
  • eventSave (default: 0) – event number to save the CSPad image file,
  • saveAll (default: false) – save or not all selected events,
  • fname (default: "cspad_image_ev") – common part of the output file name, event number with extension ".txt" will be added at the end.
  • print_bits(default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - info about saved files.

Package ImgPixSpectra

For complete reference see the Doxygen documentation.

...

See also Example for Module ImgAlgos::CSPadArrPeakAnalysis.

Module ImgAlgos::PnccdImageProducer

This module

  • gets the pnccd data from the event,
  • puts the ndarray<double,2> object with pnccd 1024x1024 image in the event.

Module configuration parameters:

  • source (default: "DetInfo(:pnCCD)") – source of data,
  • inkey (default: "") – key for input data,
  • outimgkey (default: "pnccdimg") – output key for image saved in event,
  • print_bits (default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - initial portion of pnccd array,
    • +4 - configuration pars.

See also Example for Module ImgAlgos::PnccdImageProducer.