.gitignore
.pylintrc
CHANGELOG.md
LICENSE
README.md
git-conventional-commits.yaml
pyproject.toml
.github/workflows/build.yml
.github/workflows/github-publish.yml
.github/workflows/pypi-publish.yml
.github/workflows/test-pypi-publish.yml
.vscode/settings.json
examples/Branch.ipynb
examples/BranchTree.ipynb
examples/CollectTips.ipynb
examples/CutTree.ipynb
examples/Features.ipynb
examples/ImageStack.ipynb
examples/SpectralClustering.ipynb
examples/Tree.ipynb
examples/data/101711-10_4p5-of-16_initial.CNG.swc
examples/data/101711-11_16-of-16_initial.CNG.swc
examples/data/1059283677_15257_2226-X16029-Y23953.swc
swcgeom/__init__.py
swcgeom/_version.py
swcgeom.egg-info/PKG-INFO
swcgeom.egg-info/SOURCES.txt
swcgeom.egg-info/dependency_links.txt
swcgeom.egg-info/requires.txt
swcgeom.egg-info/top_level.txt
swcgeom/analysis/__init__.py
swcgeom/analysis/branch_features.py
swcgeom/analysis/feature_extractor.py
swcgeom/analysis/node_features.py
swcgeom/analysis/path_features.py
swcgeom/analysis/sholl.py
swcgeom/analysis/visualization.py
swcgeom/core/__init__.py
swcgeom/core/branch.py
swcgeom/core/branch_tree.py
swcgeom/core/node.py
swcgeom/core/path.py
swcgeom/core/population.py
swcgeom/core/segment.py
swcgeom/core/swc.py
swcgeom/core/swc_utils.py
swcgeom/core/tree.py
swcgeom/core/tree_utils.py
swcgeom/datasets/__init__.py
swcgeom/datasets/pytorch/__init__.py
swcgeom/datasets/pytorch/branch_dataset.py
swcgeom/datasets/pytorch/tree_folder_dataset.py
swcgeom/transforms/__init__.py
swcgeom/transforms/base.py
swcgeom/transforms/branch.py
swcgeom/transforms/image_stack.py
swcgeom/transforms/tree.py
swcgeom/transforms/dgl/__init__.py
swcgeom/transforms/dgl/graph.py
swcgeom/transforms/pytorch/__init__.py
swcgeom/transforms/pytorch/branch.py
swcgeom/utils/__init__.py
swcgeom/utils/debug.py
swcgeom/utils/download.py
swcgeom/utils/numpy.py
swcgeom/utils/renderer.py
swcgeom/utils/sdf.py
swcgeom/utils/transforms.py