Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 265 Bytes

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(...)