Versions Compared

Key

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

...

  • Gets acqiris configuration and data from Acqiris::ConfigV1 and Acqiris::DataDescV1, etc.   objects using parameters source and key_in;
  • produces ndarray<double,2> of shape[] = {nbrChannels, nbrSamples} for waveforms and timestime stamps;
  • save configuration data in file defined by fname_prefix;
  • save waveforms and time stamps in the event store with keys key_wform and key_wformwtime.

parameter

default value

description

source

"DetInfo(:Acqiris)"

source of data

key_in

"" (empty)

key for input data (raw - by default)

key_wform

"acq_wform"

output key for wave forms waveforms saved in event

key_wformwtime

"acq_wformwtime"

output key for array waveform times saved in event

fname_prefix

""

file name prefix for configuration parameters

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input parameters
  • +2 - configuration parameters
  • +4 - record about saving file with configuration parameters
  • +8 - print part of waveform for all channels and segments in each event

Module ImgAlgos::AcqirisCalib

Under construction (warning)

  • Gets acqiris waveforms ndarray<double,2> object using parameters source and key_in;

parameter

default value

description

source

"DetInfo(:Acqiris)"

source of data

key_in

"acq_wform"

key for input data (raw - by default)

 

""

 

 

""

 


""

 

print_bits

0

verbosity:

  • =0 - print nothing
  • +1 - input parameters
  • +2 - configuration parameters
  • +4 - record about saving file with configuration parameters
  • +8 - print part of waveform for all channels and segments in each event

 Example for Module ImgAlgos::AcqirisCalib

 

 

 

 

 

 

 

 

 

 

 

Module ImgAlgos::ImgAverage

...