Versions Compared

Key

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

...

  1. If the first and/or last event numbers are defined, then the filter will select events in this range only.
  2. If the evtstring is defined, only listed events of event ranges will be selected. For example, the evtstringparameter can be defined as

    Code Block
    bgColor#F7F7ED
     2,5,11-15,20-25,29,30
    

    that means the list of events:

    Code Block
    bgColor#F7F7ED
      2  5  11  12  13  14  15  20  21  22  23  24  25  29  30
    

    In the evtstring parameter the comma "," and sign minus "-" as a dash are the only allowed separators. Blank spaces are also allowed. Other characters may abort the program. The evtstring mode has higher priority than the 1st mode.
    The filterIsOn allows easy turn on/off this filter in *.cfg file.

Module ImgAlgos::AndorImageProducer

Functionality:

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

parameter

default value

description

source

"DetInfo(:Opal1000)"

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 any camera image data from the event , based on for specified source and key_in parameters,
  • puts the ndarray<double,2> object with camera image in the event using specified key_out parameter.

...

Module ImgAlgos::PrincetonImageProducer

This module gets the Princeton camera image data and put it in the event as an image.
Functionality:

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

...