.codecov.yml
.coveragerc
.gitattributes
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.md
asv.conf.json
pylintrc
pyproject.toml
setup.py
tox.ini
.binder/postBuild
.binder/runtime.txt
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
doc/Makefile
doc/clean.sh
doc/make.bat
doc/source/api.rst
doc/source/changelog.rst
doc/source/cli.rst
doc/source/conf.py
doc/source/definitions.rst
doc/source/developer.rst
doc/source/documentation.rst
doc/source/examples.rst
doc/source/features.rst
doc/source/index.rst
doc/source/install.rst
doc/source/license.rst
doc/source/migration.rst
doc/source/morph_check.rst
doc/source/morph_stats.rst
doc/source/quickstart.rst
doc/source/spherical_coordinates.rst
doc/source/tutorial.rst
doc/source/validation.rst
doc/source/images/spherical_coordinates.svg
doc/source/images/spherical_coordinates.tex
doc/source/logo/NeuroM.jpg
examples/boxplot.py
examples/density_plot.py
examples/end_to_end_distance.py
examples/extract_distribution.py
examples/features_graph_table.py
examples/get_features.py
examples/histogram.py
examples/iteration_analysis.py
examples/nl_fst_compat.py
examples/plot_features.py
examples/plot_somas.py
examples/radius_of_gyration.py
examples/section_ids.py
examples/soma_radius_fit.py
examples/synthesis_json.py
neurom/__init__.py
neurom/exceptions.py
neurom/morphmath.py
neurom/stats.py
neurom/utils.py
neurom/viewer.py
neurom.egg-info/PKG-INFO
neurom.egg-info/SOURCES.txt
neurom.egg-info/dependency_links.txt
neurom.egg-info/entry_points.txt
neurom.egg-info/requires.txt
neurom.egg-info/top_level.txt
neurom/apps/__init__.py
neurom/apps/annotate.py
neurom/apps/cli.py
neurom/apps/morph_check.py
neurom/apps/morph_stats.py
neurom/apps/config/morph_check.yaml
neurom/apps/config/morph_stats.yaml
neurom/check/__init__.py
neurom/check/morphology_checks.py
neurom/check/morphtree.py
neurom/check/neuron_checks.py
neurom/check/runner.py
neurom/core/__init__.py
neurom/core/dataformat.py
neurom/core/morphology.py
neurom/core/neuron.py
neurom/core/population.py
neurom/core/soma.py
neurom/core/types.py
neurom/features/__init__.py
neurom/features/bifurcation.py
neurom/features/bifurcationfunc.py
neurom/features/morphology.py
neurom/features/neurite.py
neurom/features/population.py
neurom/features/section.py
neurom/features/sectionfunc.py
neurom/geom/__init__.py
neurom/geom/transform.py
neurom/io/__init__.py
neurom/io/utils.py
neurom/view/__init__.py
neurom/view/dendrogram.py
neurom/view/matplotlib_impl.py
neurom/view/matplotlib_utils.py
neurom/view/plotly_impl.py