CTF calculation for cryoEM in torch
The easiest way to get started is to use the github cli and uv:
gh repo fork jdickerson95/torch-ctf --clone
# or just
# gh repo clone jdickerson95/torch-ctf
cd torch-ctf
uv syncRun tests:
uv run pytestLint files:
uv run pre-commit run --all-files