Versions Compared

Key

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

...

Module ImgAlgos::PnccdImageProducer

Functionality:

  • gets pnCCD data from Psana::PNCCD::FramesV1 object from the event for specified source and key_in parameters,
  • puts the ndarray<TOUT,3> object of shape 4x512x512 specified key_out parameter.

parameter

default value

description

source

"DetInfo(:pnCCD)"

source of data

key_in

 

key for input data

key_out

"andorimg"

output key for image saved in event

outtype

"asdata"

out data type: implemented values: asdata (default, unsigned short), 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::PnccdImageProducer

Functionality:

  • gets pnCCD data of the Psana::PNCCD::FullFrameV1 object from the event for the pnccd data from the event, based on specified source and inkey parameters,
  • puts the ndarray<double,2> object with pnccd 1024x1024 image in the event using specified outimgkey parameter.

...