|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| py::array_t< uint16_t > | np_array_adc (daqdataformats::Fragment &frag) |
| Unpacks a Fragment containing WIBFrames into a numpy array with the ADC values and dimension (number of WIBFrames in the Fragment, 256). | |
| py::array_t< uint16_t > | np_array_adc_data (void *data, int nframes) |
| Unpacks data containing WIBFrames into a numpy array with the ADC values and dimension (number of WIBFrames, 256) Warning: It doesn't check that nframes is a sensible value (can read out of bounds). | |
| py::array_t< uint64_t > | np_array_timestamp (daqdataformats::Fragment &frag) |
| Unpacks the timestamps in a Fragment containing WIBFrames into a numpy array with dimension (number of WIBFrames in the Fragment). | |
| py::array_t< uint64_t > | np_array_timestamp_data (void *data, int nframes) |
| Unpacks data containing WIBFrames into a numpy array with the timestamps with dimension (number of WIBFrames) Warning: It doesn't check that nframes is a sensible value (can read out of bounds). | |
|
extern |
Unpacks a Fragment containing WIBFrames into a numpy array with the ADC values and dimension (number of WIBFrames in the Fragment, 256).
Definition at line 56 of file WIBUnpacker.cpp.
|
extern |
Unpacks data containing WIBFrames into a numpy array with the ADC values and dimension (number of WIBFrames, 256) Warning: It doesn't check that nframes is a sensible value (can read out of bounds).
Definition at line 23 of file WIBUnpacker.cpp.
|
extern |
Unpacks the timestamps in a Fragment containing WIBFrames into a numpy array with dimension (number of WIBFrames in the Fragment).
Definition at line 64 of file WIBUnpacker.cpp.
|
extern |
Unpacks data containing WIBFrames into a numpy array with the timestamps with dimension (number of WIBFrames) Warning: It doesn't check that nframes is a sensible value (can read out of bounds).
Definition at line 41 of file WIBUnpacker.cpp.