Supporting code for the data dependent filter FDK paper
This paragraph should contain a high-level description of the package, with a brief overview of its features and limitations.
- Free software: GNU General Public License v3
- Documentation: [https://mjlagerwerf.github.io/ddf_fdk]
It takes a few steps to setup Data Dependent Filter FDK algorithm on your machine. We recommend installing Anaconda package manager for Python 3.
To install Data Dependent Filter FDK algorithm, simply clone this GitHub project. Go to the cloned directory and run PIP installer:
git clone https://github.com/mjlagerwerf/ddf_fdk.git
cd ddf_fdk
make install
Install it as editable:
git clone https://github.com/mjlagerwerf/ddf_fdk.git
cd ddf_fdk
make install_dev
To do: making a conda package
To learn more about the functionality of the package check out our examples folder.
- Rien Lagerwerf - Initial work
See also the list of contributors who participated in this project.
Contributions are always welcome. Please submit pull requests against the master
branch.
If you have any issues, questions, or remarks, then please open an issue on GitHub.
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details.