Versions Compared

Key

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

...

  • gets Andor data from the event store for specified source and key_in parameters,
  • puts the ndarray<const doubleT,2> object with camera image in the event store using specified key_out parameter, where the output type T is defined by the outtype parameter.

parameter

default value

description

source

"DetInfo(:Andor)"

source of data

key_in

 

key for input data

key_out

"andorimg"

output key for image saved in the event store

outtype

"asdata"

out data type: implemented values: asdata (default, uint16_t), float, double, int and int16.

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - data from event()
  • +4 - configuration parameters
  • +8 - table with sizes of types

Module ImgAlgos::EpixNDArrProducer

Functionality:

  • gets Epix data from the event store for specified source and key_in parameters,
  • puts the ndarray<const T,2> object with image in the event store using specified key_out parameter, where the output type T is defined by the outtype parameter.

parameter

default value

description

source

"DetInfo(:Epix10k)"

source of data

key_in

 

key for input data

key_out

"andorimg"

output key for image saved in the event store

outtype

"asdata"

out data type: implemented values: asdata (default, uint16_t), float, double, int and int16.

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - data from event()
  • +4 - configuration parameters
  • +8 - table with sizes of types

See also Example for Module ImgAlgos::EpixNDArrProducer.

Module ImgAlgos::PnccdNDArrProducer

...