CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements_extra.txt
setup.cfg
setup.py
konigcell/__init__.py
konigcell/__version__.py
konigcell/compute2d.py
konigcell/compute3d.py
konigcell/kc2d.c
konigcell/kc2d.pyx
konigcell/kc3d.c
konigcell/kc3d.pyx
konigcell/mode.py
konigcell/pixels.py
konigcell/utils.py
konigcell/voxels.py
konigcell.egg-info/PKG-INFO
konigcell.egg-info/SOURCES.txt
konigcell.egg-info/dependency_links.txt
konigcell.egg-info/requires.txt
konigcell.egg-info/top_level.txt
konigcell2d/example.c
konigcell2d/konigcell2d.c
konigcell2d/konigcell2d.h
konigcell2d/plot_example_output.py
konigcell3d/example.c
konigcell3d/konigcell3d.c
konigcell3d/konigcell3d.h
konigcell3d/konigcell3d_generated.h
konigcell3d/plot_example_output.py
tests/test_pixellise.py
tests/test_pixels_voxels.py
tests/test_voxellise.py