This is a small CLI tool created to easily comsume logs from a Raith EBPG electron beam writer.
It's recommended to install this using pipx. pipx installs each package in an isolated environment, which mitigates depedency version issues.
pipx install git+https://github.com/chrede88/consumeEBPGLogs.gitThe CLI tool takes two flag, one mondatory the other optional.
Use -f [--file] path/to/log to point to a logfile.
Pass -p [--plot] to open a plot of the chip heightmap created as the chip was written (optional).
Pass -h [--help] (only) to print the help page.
Pass -v [--version] (only) to print the installed version
consumeEBPGLogs -p -f path/to/logUpdating the package using pipx is just as easy as installing it.
pipx upgrade consumeEBPGLogs