Skip to content

Python decoders for formats used by the DUNE DAQ

Notifications You must be signed in to change notification settings

jmcarcell/Decoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python decoders for formats used by the DUNE DAQ

Make sure Decoders is in PYTHONPATH

WIB Frames

from Decoders import WIBDecoder
ary = WIBDecoder(frame)

There are a couple of examples on how to use this decoder for other tasks. For reading a HDF5 file see examples/wib/read_hdf5.py

$ python3 examples/wib/read_hdf5.py

Some plots using a channel map

$ python3 examples/wib/read_hdf5_plots.py

About

Python decoders for formats used by the DUNE DAQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages