Warning
This package has been migrated to the TeamTomo monorepo. Future development, bug fixes, and releases will happen there. This repository is archived and no longer maintained. This package is still published to and installable from the same PyPI project, but development installations should be made from the monorepo.
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