/gimmedatwave

Python parser for CAEN Wavedump binary output files

Primary LanguagePython

gimmedatwave

Python parser for CAEN Wavedump binary output files. Requires python >= 3.6

Navigate to the cloned directory and use pip install -e . to install. In your file, do

from gimmedatwave import gimmedatwave as gdw
parser = gdw.Parser(...)