CLI tool to output full nuclear PDFs from bound proton PDFs.
fullnuc only depends on pandas. Install by cloning the git repo:
$ git clone https://github.com/janw20/fullnuc.gitand then, for example, symlinking fullnuc.py into ~/.local/bin:
$ ln -s /path/to/fullnuc/fullnuc.py ~/.local/bin/fullnuc.pyand then show the CLI arguments:
$ fullnuc.py --help