Skip to content

teamtomo/torch-fourier-filter

Repository files navigation

torch-fourier-filter

License PyPI Python Version CI codecov

Fourier space filters for image and volumes in pyTorch

Install via source using

pip install -e .

And for development and testing use

pip install -e ".[dev,test]"

Make sure to run tests before any commits:

python -m pytest