Versions Compared

Key

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

...

Module ImgAlgos::PnccdImageProducer

Functionality:

  • gets from the event store for specified source and inkey parameters the object with pnCCD data of type
  • the Psana::PNCCD::FullFrameV1 object from the event for specified source and inkey parameters
  • ndarray<T,3> , where shape=[4][512][512], T=unsigned short, float, double, int, and int16,
  • puts the ndarray<doublendarray<T,2> object with pnccd 1024x1024 [1024+gap][1024] image in the event using specified outimgkey parameter.

parameter

default value

description

source

"DetInfo(:pnCCD)"

source of data

inkey

 

key for input data

outimgkey

"pnccdimg"

output key for image saved in event

gap_size0

vertical gap between top and bottom segments in number of pixels

gap_value0Image effective pixel intensity value in the gap

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input pars
  • +2 - initial portion of pnccd array
  • +4 - configuration pars

...