Versions Compared

Key

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

...

See also Example for Module ImgAlgos::PnccdImageProducerCameraImageProducer.

Module ImgAlgos::PrincetonImageProducer

This module takes care about any generic camera image.
Functionality:

  • gets any camera image data from the event, based on specified source and key_in parameters,
  • puts the ndarray<double,2> object with camera image in the event using specified key_out parameter.

Module configuration parameters:

  • source (default: "DetInfo(:Princeton)") – source of data,
  • key_in (default: "") – key for input data,
  • key_out (default: "image") – output key for image saved in event,
  • print_bits (default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - record for each event,
    • +4 - summary at the endJob,
    • +8 - first 10 elements of the data array,
    • +16 - configuration info for each beginCalibCycle(...).

See also Example for Module ImgAlgos::PrincetonImageProducer.

Module ImgAlgos::ImgAverage

...