diff --git a/dev/_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png b/dev/_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png deleted file mode 100644 index f4b2cef..0000000 Binary files a/dev/_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png and /dev/null differ diff --git a/dev/_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png b/dev/_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png new file mode 100644 index 0000000..26b22a5 Binary files /dev/null and b/dev/_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png differ diff --git a/dev/_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png b/dev/_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png similarity index 86% rename from dev/_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png rename to dev/_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png index ad5d982..aa4c5ce 100644 Binary files a/dev/_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png and b/dev/_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png differ diff --git a/dev/_sources/misc/release-notes/release-v0.12.md.txt b/dev/_sources/misc/release-notes/release-v0.12.md.txt index 418ed2c..18faaf3 100644 --- a/dev/_sources/misc/release-notes/release-v0.12.md.txt +++ b/dev/_sources/misc/release-notes/release-v0.12.md.txt @@ -58,6 +58,8 @@ release! 🙏 You can find the full list of changes below: ## Misc +- [#232](https://github.com/jni/skan/pull/232): Use python -m build for wheel + and sdist - [#218](https://github.com/jni/skan/pull/218): Fix pyproject.toml metadata formatting - [#217](https://github.com/jni/skan/pull/217): Migrate from setup.cfg to diff --git a/dev/examples/complete_analysis.html b/dev/examples/complete_analysis.html index 029ac98..dc92a20 100644 --- a/dev/examples/complete_analysis.html +++ b/dev/examples/complete_analysis.html @@ -623,7 +623,7 @@
We can also demonstrate that most of these branches are in one skeleton, with a few stragglers around the edges, by coloring by skeleton ID:
Finally, we can color the paths by a numerical property, such as their length.
#232: Use python -m build for wheel +and sdist
#218: Fix pyproject.toml metadata formatting
#217: Migrate from setup.cfg to diff --git a/dev/searchindex.js b/dev/searchindex.js index 3844d77..419a093 100644 --- a/dev/searchindex.js +++ b/dev/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"0. Extracting a skeleton from an image": [[9, "extracting-a-skeleton-from-an-image"]], "0. Getting the data": [[5, "getting-the-data"]], "1. Measuring the length of skeleton branches": [[9, "measuring-the-length-of-skeleton-branches"]], "1. Using skan.pipe to get a branch dataset for analysis": [[5, "using-skan-pipe-to-get-a-branch-dataset-for-analysis"]], "2. Cleaning up the data": [[5, "cleaning-up-the-data"]], "2. Comparing different skeletons": [[9, "comparing-different-skeletons"]], "3. Making the figure": [[5, "making-the-figure"]], "API changes": [[17, "api-changes"], [18, "api-changes"], [19, "api-changes"]], "Bug fixes": [[18, "bug-fixes"], [18, "id1"], [19, "bug-fixes"]], "Citing Skan": [[13, null]], "Complete analysis with Skan": [[5, null]], "Display 3D skeletons in napari": [[8, null]], "Documentation": [[18, "documentation"], [19, "documentation"]], "Examples": [[6, null]], "FAQ": [[14, null]], "Getting started": [[10, null]], "Getting started: Skeleton analysis with Skan": [[9, null]], "Getting the Python package and dependencies": [[11, "getting-the-python-package-and-dependencies"]], "I just upgraded from skan v0.8 or 0.9 and my measurements are slightly different. What gives?": [[14, "i-just-upgraded-from-skan-v0-8-or-0-9-and-my-measurements-are-slightly-different-what-gives"]], "Improvements": [[17, "improvements"], [19, "improvements"]], "Indices and tables": [[12, "indices-and-tables"]], "Installing Skan": [[11, null]], "Misc": [[18, "misc"], [19, "misc"]], "Miscellaneous": [[15, null]], "New features": [[18, "new-features"], [19, "new-features"]], "Sholl analysis in Skan": [[7, null]], "Skan API Reference": [[0, null]], "Skan release notes": [[16, null]], "Skeleton analysis with Skan \ud83e\uddb4\ud83d\udccf": [[12, null]], "Using the Shapes layer": [[8, "using-the-shapes-layer"]], "What\u2019s unique_junctions or junction_mode?": [[14, "what-s-unique-junctions-or-junction-mode"]], "Why are coordinates floats and not integers?": [[14, "why-are-coordinates-floats-and-not-integers"]], "Why is coordinate (0, 0, 0) always in my coordinate list? / Why is the coordinate array larger than the number of nodes in the pixel graph?": [[14, "why-is-coordinate-0-0-0-always-in-my-coordinate-list-why-is-the-coordinate-array-larger-than-the-number-of-nodes-in-the-pixel-graph"]], "skan v0.10.0": [[17, null]], "skan v0.11.0": [[18, "skan-v0-11-0"]], "skan v0.11.1": [[18, null]], "skan v0.12.0": [[19, null]], "skan v0.9": [[20, null]], "skan.csr: CSR Graph representation of skeletons": [[1, null]], "skan.draw: Skeleton visualisation": [[2, null]], "skan.pipe:: Pipeline functions for skeleton analysis": [[3, null]], "skan.pre: Image preprocessing": [[4, null]]}, "docnames": ["api/api", "api/skan.csr", "api/skan.draw", "api/skan.pipe", "api/skan.pre", "examples/complete_analysis", "examples/index", "examples/sholl_analysis", "examples/visualizing_3d_skeletons", "getting_started/getting_started", "getting_started/index", "getting_started/install", "index", "misc/citing", "misc/faq", "misc/index", "misc/release-notes/index", "misc/release-notes/release-v0.10.0", "misc/release-notes/release-v0.11", "misc/release-notes/release-v0.12", "misc/release-notes/release-v0.9"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["api/api.rst", "api/skan.csr.rst", "api/skan.draw.rst", "api/skan.pipe.rst", "api/skan.pre.rst", "examples/complete_analysis.md", "examples/index.rst", "examples/sholl_analysis.md", "examples/visualizing_3d_skeletons.md", "getting_started/getting_started.md", "getting_started/index.rst", "getting_started/install.rst", "index.rst", "misc/citing.rst", "misc/faq.md", "misc/index.rst", "misc/release-notes/index.rst", "misc/release-notes/release-v0.10.0.md", "misc/release-notes/release-v0.11.md", "misc/release-notes/release-v0.12.md", "misc/release-notes/release-v0.9.md"], "indexentries": {"coordinates (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.coordinates", false]], "distances (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.distances", false]], "graph (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.graph", false]], "hyperball() (in module skan.pre)": [[4, "skan.pre.hyperball", false]], "make_degree_image() (in module skan.csr)": [[1, "skan.csr.make_degree_image", false]], "module": [[1, "module-skan.csr", false], [2, "module-skan.draw", false], [3, "module-skan.pipe", false], [4, "module-skan.pre", false]], "n_paths (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.n_paths", false]], "nbgraph (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.nbgraph", false]], "nx_to_skeleton() (in module skan.csr)": [[1, "skan.csr.nx_to_skeleton", false]], "overlay_euclidean_skeleton_2d() (in module skan.draw)": [[2, "skan.draw.overlay_euclidean_skeleton_2d", false]], "overlay_skeleton_2d() (in module skan.draw)": [[2, "skan.draw.overlay_skeleton_2d", false]], "overlay_skeleton_2d_class() (in module skan.draw)": [[2, "skan.draw.overlay_skeleton_2d_class", false]], "overlay_skeleton_networkx() (in module skan.draw)": [[2, "skan.draw.overlay_skeleton_networkx", false]], "path() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path", false]], "path_coordinates() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_coordinates", false]], "path_label_image() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_label_image", false]], "path_lengths() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_lengths", false]], "path_means() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_means", false]], "path_stdev() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_stdev", false]], "path_with_data() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_with_data", false]], "paths (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.paths", false]], "paths_list() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.paths_list", false]], "pipeline_plot() (in module skan.draw)": [[2, "skan.draw.pipeline_plot", false]], "pixel_graph() (in module skan.csr)": [[1, "skan.csr.pixel_graph", false]], "pixel_perfect_figsize() (in module skan.draw)": [[2, "skan.draw.pixel_perfect_figsize", false]], "process_images() (in module skan.pipe)": [[3, "skan.pipe.process_images", false]], "prune_paths() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.prune_paths", false]], "sholl_analysis() (in module skan.csr)": [[1, "skan.csr.sholl_analysis", false]], "sholl_shells() (in module skan.draw)": [[2, "skan.draw.sholl_shells", false]], "skan.csr": [[1, "module-skan.csr", false]], "skan.draw": [[2, "module-skan.draw", false]], "skan.pipe": [[3, "module-skan.pipe", false]], "skan.pre": [[4, "module-skan.pre", false]], "skeleton (class in skan.csr)": [[1, "skan.csr.Skeleton", false]], "skeleton_image (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.skeleton_image", false]], "skeleton_to_csgraph() (in module skan.csr)": [[1, "skan.csr.skeleton_to_csgraph", false]], "skeleton_to_nx() (in module skan.csr)": [[1, "skan.csr.skeleton_to_nx", false]], "source_image (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.source_image", false]], "submatrix() (in module skan.csr)": [[1, "skan.csr.submatrix", false]], "summarize() (in module skan.csr)": [[1, "skan.csr.summarize", false]], "threshold() (in module skan.pre)": [[4, "skan.pre.threshold", false]]}, "objects": {"skan": [[1, 0, 0, "-", "csr"], [2, 0, 0, "-", "draw"], [3, 0, 0, "-", "pipe"], [4, 0, 0, "-", "pre"]], "skan.csr": [[1, 1, 1, "", "Skeleton"], [1, 4, 1, "", "make_degree_image"], [1, 4, 1, "", "nx_to_skeleton"], [1, 4, 1, "", "pixel_graph"], [1, 4, 1, "", "sholl_analysis"], [1, 4, 1, "", "skeleton_to_csgraph"], [1, 4, 1, "", "skeleton_to_nx"], [1, 4, 1, "", "submatrix"], [1, 4, 1, "", "summarize"]], "skan.csr.Skeleton": [[1, 2, 1, "", "coordinates"], [1, 2, 1, "", "distances"], [1, 2, 1, "", "graph"], [1, 2, 1, "", "n_paths"], [1, 2, 1, "", "nbgraph"], [1, 3, 1, "", "path"], [1, 3, 1, "", "path_coordinates"], [1, 3, 1, "", "path_label_image"], [1, 3, 1, "", "path_lengths"], [1, 3, 1, "", "path_means"], [1, 3, 1, "", "path_stdev"], [1, 3, 1, "", "path_with_data"], [1, 2, 1, "", "paths"], [1, 3, 1, "", "paths_list"], [1, 3, 1, "", "prune_paths"], [1, 2, 1, "", "skeleton_image"], [1, 2, 1, "", "source_image"]], "skan.draw": [[2, 4, 1, "", "overlay_euclidean_skeleton_2d"], [2, 4, 1, "", "overlay_skeleton_2d"], [2, 4, 1, "", "overlay_skeleton_2d_class"], [2, 4, 1, "", "overlay_skeleton_networkx"], [2, 4, 1, "", "pipeline_plot"], [2, 4, 1, "", "pixel_perfect_figsize"], [2, 4, 1, "", "sholl_shells"]], "skan.pipe": [[3, 4, 1, "", "process_images"]], "skan.pre": [[4, 4, 1, "", "hyperball"], [4, 4, 1, "", "threshold"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:function"}, "terms": {"": [5, 7, 9, 11, 12, 13, 15], "0": [1, 2, 3, 4, 7, 8, 12, 13, 15, 16], "00013": 13, "00515": 13, "01": 5, "019": 13, "020": 13, "026734": 9, "02921": 9, "029210": 9, "075": 5, "1": [1, 2, 3, 4, 7, 12, 14, 15, 16, 19], "10": [1, 5, 7, 9, 12, 13, 14, 15, 16, 18], "100": 9, "100669": 13, "1007": 13, "1007761": 13, "100x": 4, "1016": 13, "1017": 13, "102": 9, "1024": 2, "1038": 13, "1056": 9, "1068": 9, "107": 17, "108": 14, "1096": 5, "11": [9, 12, 14, 15, 16, 17], "1111": 13, "112": 17, "1128": 13, "1139": 9, "1152": 9, "115776": 13, "12": [1, 2, 7, 9], "123": 17, "125": 5, "12610": 9, "13": [1, 9], "13005": 13, "132": 13, "133": [13, 14], "135": [17, 18], "136": 17, "1371": 13, "1383": 9, "139": [17, 18], "14": [8, 9, 13], "140": 17, "141": 17, "1423": 9, "143": 18, "144": 13, "14582": 13, "147": 18, "1492": 9, "15": [9, 13], "150": 18, "152": 18, "1535": 9, "155": 18, "156": 18, "159": 18, "16": [1, 7], "164": 18, "167": [9, 18], "17": [9, 13], "173": 18, "175": 18, "177": 18, "18": 13, "180": 9, "182": 9, "183": 18, "184": 18, "185074": 9, "186": 13, "188": 18, "189": 18, "19": 13, "190": 18, "193": 18, "194": [13, 18], "195": 18, "196": 9, "1e9": [5, 9], "2": [1, 2, 4, 7, 12, 19], "20": [5, 7, 9], "201": 19, "2018": 13, "2019": [9, 13], "202": 18, "2020": 13, "2021": 13, "203": 18, "208": 9, "21": [9, 13], "210": 19, "212": 19, "213005": 9, "215": 19, "217": 19, "218": 19, "220": 19, "221": 19, "22139": 9, "224": 19, "229": 19, "231": 19, "24": 7, "2439": 9, "247": 9, "25": 13, "27": 9, "28": [7, 9], "2d": [1, 7, 8, 9], "3": [2, 4, 7, 8, 9, 12, 18], "300": 5, "300nm": 5, "31": 9, "315": 9, "32": [7, 9], "330": 9, "339": 9, "34": 9, "356": 9, "36": [7, 9], "389331": 9, "3d": [6, 7, 12, 18], "4": [1, 2, 3, 7, 8, 9, 13], "40": 7, "40208": 9, "40894": 9, "41277": 9, "4312": 13, "44": 7, "45": [7, 9], "462942": 9, "48": 9, "482695": 9, "49211": 9, "5": [5, 7, 8, 9, 13], "50": [5, 9], "53344": 9, "54": 7, "549": 9, "55356": 9, "55419": 9, "57": 7, "58340": 9, "5e": 5, "6": [2, 7, 13], "60352": 9, "615": 9, "624": 9, "625": 5, "64": 8, "65891": 9, "663": 9, "673": 9, "673008": 9, "68955": 9, "7": [7, 9, 18], "75": 7, "768": 2, "7717": 13, "79052": 13, "7vyx3": 5, "8": [1, 2, 5, 7, 9, 12, 15], "80": [2, 7], "81": 9, "87": 9, "872853": 9, "9": [2, 5, 7, 12, 15, 16], "93": 14, "93855": 9, "940": 5, "95004": 9, "96": 5, "977889": 9, "999": 9, "A": [1, 5, 13, 17, 18], "As": [8, 9, 17], "But": 9, "By": 1, "For": [1, 5, 9, 14], "If": [1, 2, 4, 8, 9, 13, 14, 17], "In": [1, 5, 9, 14], "It": [1, 9, 11, 18, 19], "No": 1, "Not": 18, "That": 14, "The": [1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 14, 19], "There": [8, 9], "These": [1, 9], "To": 11, "With": 18, "_": [1, 5, 8, 9, 19], "_nestedsequ": 1, "_supportsarrai": 1, "_testdata": 9, "aaron": 13, "about": [5, 9], "abov": [4, 9, 18], "absolut": [1, 14], "academi": 13, "acceler": 9, "accept": 5, "access": [1, 19], "accord": [1, 5, 9], "account": 11, "accur": [4, 5], "accuraci": 14, "acilit": 13, "action": 17, "acunocanalicular": 13, "ad": 14, "adam": 13, "adapt": 17, "add": [5, 18, 19], "add_shap": 8, "addit": 2, "addition": 14, "adjac": [1, 9], "advantag": [14, 19], "affect": 14, "afm": 1, "after": 3, "ahm": 13, "alessandro": 13, "algorithm": 5, "alias": 2, "align": 9, "all": [1, 2, 3, 5, 9, 14, 17, 18], "all_path": 8, "allow": [1, 8, 9, 19], "along": [1, 2, 9], "alpha": [2, 5], "alreadi": 1, "also": [1, 5, 8, 9, 11, 18, 19], "altern": 2, "alwai": [12, 15, 18], "amount": [2, 4], "amput": 13, "an": [1, 2, 4, 5, 12, 14, 18], "analys": [5, 9, 12, 13], "analysi": [0, 1, 6, 10, 13, 18], "analyz": [6, 9, 13], "andrew": 13, "angiographi": 13, "ani": [1, 11], "anna": 13, "annal": 13, "annot": 7, "answer": 9, "api": [12, 15, 16, 20], "appli": 5, "approach": [1, 13, 14], "ar": [1, 2, 5, 8, 9, 12, 15, 17, 18, 19], "arang": [1, 7, 8], "arbitrari": 5, "argument": [1, 2, 9, 17, 18, 19], "arman": 13, "around": [1, 2, 8, 9], "arrai": [1, 2, 4, 7, 9, 12, 15, 17], "artifact": 9, "asarrai": 7, "ascend": 5, "asid": 9, "aspect": 7, "assembl": 13, "assembli": 13, "astyp": 9, "atom": 1, "attempt": 5, "attribut": [9, 19], "atur": 13, "august": 13, "auto": [3, 5], "automat": [1, 3, 5, 13], "autoscale_view": 7, "avail": [3, 11], "avali": 5, "averag": 1, "awai": 14, "ax": [1, 2, 5, 7, 9], "ax0": 7, "ax1": 7, "axi": [1, 2, 9], "b": [5, 13], "back": [9, 19], "ball": 4, "band": 8, "bar": 5, "bartali": 13, "base": [7, 13, 14, 17, 18], "basic": 10, "becaus": [1, 9, 14, 18], "beck": 13, "becom": [14, 19], "been": [1, 3, 7, 17, 18], "befor": [3, 4], "begin": 18, "behavior": [17, 18, 19], "behaviour": 11, "belong": [1, 9], "below": [1, 14, 19], "best": 9, "between": [1, 5, 9, 13, 14], "betwen": 1, "bhavapriya": 13, "bidirect": 19, "bin": [5, 9], "binar": 2, "binari": [4, 5, 9], "binary0": 9, "binary_blob": 8, "binary_dil": 5, "binary_skeleton": 8, "biologi": 13, "bit": 11, "black": 7, "blanch": 13, "bleed": 11, "blend": 2, "blob": 8, "blood": [9, 13], "bodi": 7, "bone": 13, "bool": [1, 4], "border": 9, "both": 2, "boyin": 13, "branch": [1, 2, 3, 8, 12, 14, 17, 19], "branch_data": 9, "branch_dist": [5, 8, 9, 19], "branch_typ": [2, 5, 9], "break": 14, "bright": [3, 9], "brightness_offset": [3, 5], "brought": 17, "brute": 1, "bucklei": 17, "buffer": 18, "bug": [15, 16, 17], "bugfix": 18, "build": [18, 19], "built": 17, "bunch": 14, "bundl": 14, "buss": 13, "byte": 1, "c": [5, 11, 13], "c0": 9, "c1": 9, "cach": 19, "calcul": [1, 18, 19], "call": [1, 2, 9], "callabl": [1, 2], "can": [1, 2, 7, 8, 9, 11, 14, 17, 19], "carmo": 13, "case": [1, 9], "caus": [2, 9], "ceil": [5, 9], "celani": 13, "cell": [5, 7, 9, 13], "cell_numb": 5, "cellmean": 5, "cellular": 13, "center": [1, 2, 7], "centroid": [14, 17], "certain": 2, "cfg": 19, "challeng": 11, "chang": [1, 15, 16], "chappl": 13, "charact": 1, "character": 13, "check": 9, "choic": 2, "choos": 4, "chosen": 1, "christin": 13, "circl": [2, 7], "circular": 7, "cite": [9, 12, 15], "class": [1, 9, 17, 18], "clean": [12, 17], "clone": 11, "close": [14, 18], "cluster": 14, "cmap": [2, 5, 7, 9], "cmi": 13, "code": [9, 11, 17, 18], "coher": 13, "collabor": 18, "collaps": 14, "collat": 3, "color": [2, 8, 19], "colorbar": 2, "colormap": [2, 9], "colour": 2, "column": [1, 2, 5, 9, 19], "com": [11, 17, 18], "come": [9, 19], "command": [17, 18], "common": 2, "commonli": 7, "compar": [7, 12], "compat": [17, 18, 19], "compil": 5, "complet": [6, 9, 12], "complex": [1, 13], "complic": 14, "compon": [1, 2], "composit": 1, "compress": 1, "comput": [1, 3, 17], "concat": 9, "concentr": [1, 2, 7], "conda": 11, "confer": 9, "config": [5, 7, 9], "configur": [1, 19], "confirm": 13, "conform": [2, 4], "connect": [1, 2, 9], "consid": [1, 14], "consolid": 14, "contain": [1, 2, 3, 4, 5, 9, 14, 18, 20], "contribut": [11, 17, 19, 20], "contributor": 18, "conveni": 14, "convers": 19, "convert": 1, "cool": 8, "coord_dst_0": 9, "coord_dst_1": 9, "coord_src_0": [1, 9], "coord_src_1": 9, "coordin": [0, 1, 2, 9, 12, 15], "coordinates0": 9, "copi": [5, 11], "core": 3, "correctli": 18, "correspond": [1, 2, 5, 9, 14, 17, 18], "corvellec": 17, "cosystem": 13, "could": 5, "count": 7, "coupl": 9, "cours": 9, "cover": 9, "cpu": [3, 5], "creat": [1, 2, 5, 17, 19], "cristalx": 13, "crop": [3, 5, 9], "crop_radiu": [3, 5], "cross": 7, "csati": [13, 17], "csatizoltan": 20, "csgraph": 1, "csr": [0, 2, 9, 12], "csr_graph": 2, "csr_matrix": 1, "curat": [17, 18], "current": [1, 13, 18, 19], "curv": 2, "cycl": 9, "d": [5, 8, 13], "da": 17, "dark": 9, "dask": 17, "data": [1, 2, 4, 6, 7, 8, 9, 12, 13, 14], "data_fram": 3, "data_typ": [2, 4], "datafram": [1, 2, 3, 7, 9, 19], "datar": 5, "dataset": [8, 9, 12, 14, 19], "deal": 14, "dean": 13, "decemb": 13, "decid": 14, "deep": 13, "def": [5, 9], "default": [1, 2, 14, 19], "default_rng": 8, "defect": 13, "defin": [1, 7, 14], "degre": [1, 9, 18], "degree_imag": 1, "demonstr": 8, "deni": 13, "denois": [2, 4], "densiti": 5, "depend": [12, 17, 18], "deploi": 17, "deprec": [17, 18, 19, 20], "der": 13, "deriv": [1, 9], "desir": [1, 2], "detail": [1, 2, 14, 18], "determin": [1, 3], "dev": [2, 4], "develop": [11, 17, 18], "deviat": [1, 2], "df": 5, "diabet": 13, "diagon": [1, 9], "dictionari": 3, "differ": [1, 2, 5, 12, 15], "differenti": 13, "difficult": [9, 14], "digit": 13, "dilat": [2, 9], "dim_nm": 9, "dimens": [1, 4], "dimension": 1, "directli": [1, 2, 8, 11, 14], "directori": 5, "disadvantag": 14, "disconnect": 14, "displai": [5, 6, 9, 12, 18], "distanc": [0, 1, 2, 5, 9, 19], "distinct": 8, "distinguish": 9, "distribut": 9, "dixon": 13, "do": [9, 11], "doc": [2, 4, 8], "document": [1, 2, 3, 9, 15, 16, 17, 20], "doe": [5, 18], "doi": 13, "done": [14, 17], "download": 5, "dpi": 2, "draw": [0, 7, 8, 9, 12], "draw_networkx": 2, "drawn": 2, "drift": 9, "drop": 18, "dtype": [1, 5], "due": [2, 9], "dummi": 14, "dure": 14, "e": [1, 11, 13, 19], "e1007761": 13, "e13005": 13, "e4312": 13, "each": [1, 2, 3, 5, 8, 9, 14], "ear": 13, "earlier": 14, "easier": [17, 19], "easiest": 11, "edg": [1, 2, 8, 9, 11, 19], "edge_color": 8, "edge_colormap": 8, "edge_funct": 1, "edge_width": 8, "edgecolor": 2, "edit": 19, "effect": 9, "effort": 18, "either": [1, 9], "el": 13, "electron": 9, "element": [1, 2, 4], "els": [5, 9], "emili": 13, "emodel": 13, "empti": 2, "enabl": 9, "encod": 5, "end": [5, 9, 14], "endpoint": [1, 5, 9], "endswith": 5, "enough": [1, 14], "entir": 1, "entri": [1, 9], "equal": [2, 7, 9], "eras": 18, "eric": 13, "error": 19, "erythrocyt": 13, "escript": 13, "etc": 1, "etwork": 13, "euclidean": [1, 2, 9], "euclidean_dist": 9, "evan10": 20, "even": 19, "evenli": 1, "everi": [1, 14], "everyon": 18, "examin": 14, "exampl": [1, 2, 7, 9, 12, 14, 19], "exce": 1, "exist": 9, "expand": 9, "expens": 1, "experiment": 13, "expertis": 18, "explain": [10, 14], "explor": 9, "express": 5, "extent": 9, "extract": [5, 12], "f": 13, "face": 8, "face_color": 8, "face_colormap": 8, "falciparum": [9, 13], "fals": [1, 5], "fan": 13, "faq": [12, 15, 17, 18], "far": [9, 13], "fast": 9, "faster": [1, 4, 5], "fat_skeleton": 5, "featur": [15, 16], "februari": 13, "fei": [5, 9], "few": 8, "fewer": 4, "fiddl": 7, "field": 5, "field_numb": 5, "fig": [2, 5, 7, 9], "figsiz": [2, 7], "figur": [2, 12, 14], "figure_format": [5, 7, 9], "fiji": 9, "file": [3, 5, 9], "filenam": [3, 5, 9], "fill": 14, "filter": [4, 5, 9], "final": [3, 5, 8, 9, 11, 18], "find": [3, 10, 18, 19], "find_main_branch": 1, "fine": 9, "first": [5, 8, 9, 18], "fix": [15, 16, 17, 20], "float": [1, 2, 3, 4, 5, 9, 12, 15, 19], "fn": 9, "fold": [17, 18], "folder": 5, "follow": [1, 9, 11, 13], "font_siz": 2, "forc": 1, "forg": 11, "fork": 11, "form": [3, 9], "format": [1, 2, 3, 5, 9, 17, 19], "forward": 3, "four": 2, "framework": 5, "fran": 13, "francesco": 13, "fratzl": 13, "from": [1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 15, 18, 19, 20], "fruit": 1, "full": [1, 3, 9, 19], "fulli": 19, "function": [0, 1, 7, 9, 12, 14, 17, 19], "futur": [9, 17, 18, 19], "g": [1, 5, 19], "g0": 9, "g1": 9, "gaussian": [2, 3, 4, 5, 9], "gener": [1, 3, 5, 7, 19], "generate_binary_structur": 1, "geneviev": 17, "geodes": 1, "get": [1, 12, 14], "git": 11, "github": [11, 14, 17, 18], "give": [12, 15], "given": [1, 2, 4, 7, 9], "glob": [5, 9], "global": 4, "go": 9, "goal": 5, "good": 14, "grai": [2, 5, 7, 9], "grain": 13, "graph": [0, 2, 9, 12, 15, 18, 19], "grayscal": 2, "greater": 2, "groundwork": 19, "group": [1, 5], "groupbi": [5, 9], "grown": 17, "gr\u00f6schl": 13, "gtpase": 13, "gui": [9, 17, 18], "gupta": 18, "h": 2, "ha": [1, 7, 9, 14, 17, 18], "had": 18, "han": 13, "handl": 14, "hang": 1, "hanko": 19, "hann": 13, "hanssen": 13, "hard": 17, "hargrov": 13, "have": [1, 2, 3, 5, 8, 9, 14, 17, 18, 19], "head": 9, "healthi": 13, "heart": 18, "height": [1, 2, 5], "help": 18, "her": 18, "here": [8, 9, 10, 17, 18], "higher": 4, "hint": 9, "hist": [5, 9], "histogram": 5, "hoffseth": 13, "hohenadl": 13, "hope": 9, "host": [5, 13], "how": [3, 6, 8, 9, 10, 15, 17, 18], "howev": [1, 8, 9, 14, 17, 18], "html": [2, 4], "http": [2, 4, 5, 11, 17, 18], "hyperbal": [0, 4, 12], "i": [1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 15, 17, 18, 19], "icroscopi": 13, "id": [1, 2, 8, 9, 14], "ideal": 8, "identifi": 5, "idx": 1, "iglesia": 13, "ignor": 9, "iio": [5, 9], "illustr": 9, "imag": [0, 1, 2, 3, 5, 7, 12, 13, 14], "image0": 9, "image_cmap": 2, "image_coord_dst_0": 9, "image_coord_dst_1": 9, "image_coord_src_0": 9, "image_coord_src_1": 9, "image_format": [3, 5], "image_raw": 5, "imageio": [3, 5, 9], "immedi": 1, "implement": 14, "import": [5, 7, 8, 9], "improv": [15, 16, 18, 20], "imread": [5, 9], "imshow": [5, 7, 9], "includ": [1, 2, 9, 18, 19], "incorpor": [1, 18], "index": [1, 5, 9, 12, 14], "indic": [1, 9, 14], "individu": [2, 3], "inf": [5, 9], "infect": [5, 9, 13], "infection_statu": 5, "infer": 5, "inform": [1, 9], "infrastructur": 18, "initi": 1, "inlin": [5, 7, 9], "inlinebackend": [5, 7, 9], "inner": 9, "input": [1, 2, 3, 4, 5], "insid": 9, "inspir": 9, "instal": [10, 12], "instanc": 2, "instead": [1, 4, 9, 17, 18, 19], "instruct": 10, "int": [1, 2, 3, 4, 5, 9], "integ": [12, 15, 19], "intellig": 4, "intens": 1, "interact": 8, "interest": 9, "interfac": 19, "intermedi": 9, "interpret": 9, "intersect": 1, "intersection_count": 1, "invagin": 13, "invas": 13, "involv": 1, "io": [5, 18], "isol": [9, 18], "issu": [14, 18], "its": [1, 2, 14], "itself": 1, "j": [1, 9, 13], "j2j": [5, 9], "jame": [13, 18, 19], "jan": 13, "jarod": 19, "jasmin": 13, "jean": 13, "jennif": 13, "jitter": [5, 9], "jni": 11, "job": 5, "journal": 13, "juan": [9, 13], "junction": [1, 2, 5, 9, 14, 17, 18], "junction_mod": [12, 15, 17, 18], "june": 13, "just": [1, 11, 12, 15, 18, 19], "k": 5, "kahrp": 13, "keep": [1, 9, 14], "keep_imag": 1, "kennon": 13, "kevin": [13, 17], "kevinyamauchi": [17, 18], "keyword": [2, 9, 17, 18, 19], "kink": 17, "knob": 13, "know": [8, 9], "knowlesi": 13, "kollmannsberg": 13, "kornelia": 13, "kushaan": 18, "kwarg": 2, "l": 13, "label": [5, 8, 18, 19], "label_imag": 1, "lai": 19, "lambda": 5, "laptop": 5, "larg": [2, 13], "larger": [12, 15], "lasmodium": 13, "last": 5, "later": 14, "layer": [12, 18, 19], "layout": 5, "lead": 5, "leann": 13, "learn": 13, "least": 14, "led": 18, "left": 9, "legend": 5, "len": [2, 5], "length": [1, 2, 5, 8, 12, 17], "leopold": 13, "less": 14, "let": [8, 9, 19], "level": 3, "librari": [3, 12, 13, 17, 18], "life": 19, "like": [1, 5, 8, 18], "limodin": 13, "line": [1, 2], "linestyl": 2, "linewidth": 2, "link": [1, 14], "list": [1, 2, 3, 5, 12, 15, 18, 19], "littl": 14, "liu": [13, 18], "load": 9, "lobo": 17, "loc": 5, "local": [3, 4, 11], "locat": 5, "longer": [6, 9], "longest": 1, "lood": 13, "look": [5, 14], "looker": 13, "lot": [1, 5], "low": [1, 5], "luci": 18, "lw": 5, "ly": 18, "m": [1, 2, 3, 4, 13], "machin": 5, "made": [9, 14], "magnier": 13, "mai": [1, 2, 11, 13], "main": 1, "maintain": 19, "major": 17, "make": [2, 7, 8, 11, 12, 14, 18, 19], "make_degree_imag": [0, 1, 12], "malaria": [9, 13], "mandatori": 17, "mani": [3, 5], "manifest": 18, "manoochehr": 13, "manual": 7, "map": [1, 9], "mappabl": 2, "march": 13, "margin": 3, "mariann": 17, "marlen": 17, "martin": 13, "mask": 1, "match": 5, "materi": 14, "matplotlib": [2, 5, 7, 8, 9], "matrix": [1, 2, 9], "matthew": 13, "max": [2, 14], "maximum": 2, "mcmillan": 13, "md": 1, "mean": [1, 2, 5, 19], "mean_pixel_valu": 9, "mean_shape_index": 5, "measur": [1, 5, 7, 8, 12, 15], "median": [3, 4, 9], "meet": [9, 14], "membran": [5, 9, 13], "memori": 1, "meta": [5, 9], "metadata": [3, 9, 19], "meter": 9, "method": [1, 2, 3, 4, 5, 7, 9, 14, 19], "microanalysi": 13, "microbiologi": 13, "microct": 13, "microscop": 9, "microscopi": [1, 13], "microstructur": 13, "might": [1, 4, 9, 11], "migrat": 19, "mileag": 11, "mimi": 13, "mimic": 9, "min": 14, "minim": 9, "minimum": [2, 14, 17, 18], "minor": [19, 20], "minut": 5, "misc": [15, 16], "miscellan": 12, "miss": 18, "mistak": 18, "mmbr": 13, "mode": 14, "model": 13, "modern": 5, "modif": 11, "modul": [9, 12, 17, 18], "molecular": 13, "monko": 19, "more": [1, 4, 5, 9, 11, 14, 17, 18], "morpholog": 4, "morphologi": [5, 8, 9], "most": [2, 8], "mous": 13, "mst": 14, "msub": 1, "much": [1, 17, 18], "multicor": 5, "multigraph": 1, "multimod": 13, "multipl": 18, "must": 14, "my": [12, 15, 18], "n": [1, 2, 4, 13, 14], "n_dim": 8, "n_path": [0, 1, 8], "n_point": 2, "naiv": 1, "najjar": 13, "name": [1, 2, 19], "namvar": 13, "nan": 14, "napari": [6, 12, 17, 18, 19], "nathali": 13, "natur": [5, 9], "nbgraph": [0, 1], "nby": 5, "nc": 1, "ncol": 7, "ndi": 8, "ndim": [1, 4], "ndimag": [1, 8], "ndisplai": 8, "nearbi": 8, "necessari": 1, "need": [5, 8, 9, 14, 17, 18], "neigbor": 1, "neighbor": [1, 14], "neighborhood": 1, "neighbour": 9, "neil": 19, "network": [9, 14], "networkx": [1, 2, 9, 19], "neuron": 7, "new": [1, 2, 5, 13, 14, 15, 16, 17], "next": [5, 9, 14], "nibl": 13, "niblack": 4, "nl": [2, 3], "nm": [5, 9], "nnz": 1, "node": [1, 9, 12, 15, 18], "node_id_dst": 9, "node_id_src": 9, "node_s": 2, "non": [1, 5, 11], "none": [1, 2, 5], "nonzero": 1, "normal": [5, 9], "notabl": 11, "notat": 1, "note": [1, 2, 12, 15, 17, 18, 19], "notebook": 5, "now": [5, 8, 9, 14, 17, 18, 19], "np": [1, 2, 5, 7, 8, 9, 14], "nr": 1, "nrow": 7, "nt": 1, "num_thread": 3, "numba": [1, 9, 11, 20], "number": [1, 2, 3, 4, 5, 7, 9, 12, 15], "numer": [8, 14], "numeric_onli": 5, "numpi": [2, 5, 7, 8, 9, 11, 14, 19], "nunez": 13, "nx": [1, 2], "nx_to_skeleton": [0, 1, 12], "nya": 13, "o": 13, "object": [1, 2, 7, 9], "obtain": 13, "occur": 14, "off": [1, 8], "offer": 14, "offset": [3, 4, 5], "often": 1, "oi": 13, "ok": 9, "old": [17, 18], "oliv": 13, "olivia": 13, "olivieri": 13, "omput": 13, "onc": 14, "one": [2, 8, 9, 13, 14, 17, 19], "ones": [1, 2], "onli": [1, 2, 5, 9, 14], "onnectom": 13, "open": [5, 7], "openpyxl": 18, "optic": 13, "optim": 9, "option": [1, 2, 3, 4, 9, 11, 17, 18], "order": [5, 9, 14], "org": [2, 4], "origin": [1, 9, 14], "orthogon": 1, "osf": 5, "osteoporosi": 13, "other": [1, 9], "otherwis": [1, 9], "otsu": 9, "our": [5, 9, 18], "out": [9, 17, 19], "outdat": 20, "outer": 1, "output": 2, "over": 2, "overhaul": 18, "overlai": 2, "overlaid": 2, "overlap": 5, "overlay_euclidean_skeleton": 9, "overlay_euclidean_skeleton_2d": [0, 2, 9, 12], "overlay_skeleton_2d": [0, 2, 9, 12], "overlay_skeleton_2d_class": [0, 2, 7, 12], "overlay_skeleton_networkx": [0, 2, 9, 12], "overview": 5, "own": 11, "p": [1, 13], "packag": 12, "page": [9, 12], "pain": 18, "paint": 14, "pair": 1, "palett": 8, "panda": [1, 2, 7, 9, 19], "panel": 5, "paon": 13, "paper": [5, 9, 14], "paradigm": 9, "paramet": [1, 2, 3, 4, 9], "parapini": 13, "parasit": [9, 13], "part": [1, 9], "particular": 18, "particularli": 2, "pass": [1, 2, 17], "patch": 2, "path": [0, 1, 2, 3, 8, 9, 11, 18], "path_coord": 1, "path_coordin": [0, 1, 8], "path_id": [1, 8], "path_label_imag": [0, 1, 19], "path_length": [0, 1, 2], "path_mean": [0, 1, 2], "path_stdev": [0, 1, 2], "path_with_data": [0, 1], "pathogen": 13, "paths_list": [0, 1], "paths_tabl": 8, "paul": 13, "pd": [1, 7, 9], "peerj": [5, 9, 13], "per": 9, "per_imag": 9, "per_image_data": 5, "perform": [7, 9], "permut": 8, "person": 11, "peter": 13, "pfister": 13, "philip": 13, "physic": 9, "pin": [2, 17, 18], "pip": 11, "pipe": [0, 9, 12], "pipelin": [0, 12], "pipeline_plot": [0, 2, 12], "pixel": [1, 2, 3, 4, 9, 12, 15, 18, 19], "pixel_coordin": 1, "pixel_graph": [0, 1, 9, 12], "pixel_graph0": 9, "pixel_perfect_figs": [0, 2, 12], "pixelheight": [5, 9], "place": 5, "plasmodium": 9, "platform": 17, "pleas": [9, 13, 14], "plo": 13, "plot": [2, 5, 7, 9], "plt": [5, 7, 9], "plugin": [9, 17, 18, 19], "point": [1, 2, 7, 9, 14, 18], "popular": 17, "portabl": 9, "posit": [4, 14], "possibl": 18, "post": 5, "pourshaban": 13, "ppat": 13, "pr": 18, "pre": [0, 5, 9, 12], "preprocess": [0, 9, 12], "presenc": [1, 18], "present": 1, "preserv": [1, 17], "primari": 9, "primarili": 9, "print": 1, "prior": 14, "probabl": [1, 17, 18], "problem": 14, "process": [3, 5, 7, 13], "process_imag": [0, 3, 5, 12], "produc": [1, 9], "product": 1, "properti": [1, 8, 9], "protein": [9, 13], "provid": [1, 2, 5, 7, 8, 9, 14], "prune": 1, "prune_path": [0, 1, 19], "public": 13, "publish": 9, "pure": [11, 12], "purpos": [5, 9], "py": 18, "pypi": 11, "pyplot": [5, 7, 9], "pyproject": 19, "python": [9, 12, 18], "qualit": 8, "qualiti": [13, 19], "question": [9, 14], "quit": 9, "r": [5, 13], "rac1": 13, "radii": [1, 2, 7], "radiu": [3, 4, 5, 7, 9], "rais": 14, "rajagop": 13, "random": 8, "random_path_id": 8, "rang": [2, 8], "rare": 14, "rather": [5, 17], "ravel": [1, 5], "rbc": [5, 9], "re": 5, "read": 9, "real": [1, 6], "reason": 5, "receiv": 8, "recent": 18, "recommend": [2, 9], "red": [9, 13], "reduc": 4, "redund": 1, "refer": [2, 4, 12], "reflect": 11, "regener": [1, 13], "regex": 5, "region": 9, "regular": 5, "rel": 3, "relat": 13, "releas": [12, 15, 17, 18, 19, 20], "relev": 9, "reli": 13, "remain": 19, "remodel": 13, "remov": [1, 5, 14, 17, 18], "ren": 13, "renam": 9, "render": 2, "replac": 14, "report": [13, 17, 18, 19], "repositori": [9, 11], "repres": [1, 9], "represent": [0, 9, 12], "reproduc": 5, "requir": [4, 18], "research": 7, "reset_index": 5, "reshap": 1, "resolut": [1, 9], "resolv": 18, "resourc": 10, "result": [3, 4, 8, 9, 14, 17], "retina": [5, 7, 9], "retrun": 1, "return": [1, 2, 3, 4, 5, 9, 14], "reveal": 13, "revert": 17, "review": 13, "rgb": 2, "rheolog": 13, "richard": 13, "ridg": [1, 5], "right": 9, "ring": 13, "root": 7, "row": [1, 2, 9], "run": 9, "ryan": [18, 19], "s11914": 13, "s1431927619001399": 13, "s2": 13, "s41598": 13, "same": [1, 2, 4, 5, 8], "sammarco": 13, "sampl": 9, "sarah": 13, "sauvola": [4, 9], "savari": 18, "scalarmapp": 2, "scale": [1, 3, 5, 9], "scale_metadata_path": [3, 5], "scalenm": 5, "scan": [5, 9], "scatter": 7, "schizont": 5, "schizont4_uninfrbc7_06": 5, "schizont_fil": 5, "schmetter": 13, "sch\u00e4fer": 13, "sch\u00fctzenberg": 13, "scienc": [5, 13], "scientif": [5, 9, 13], "scikit": [2, 4, 9], "scipi": [1, 2, 8, 9, 11], "script": 9, "sd": 1, "seaborn": [5, 9], "search": 12, "second": [7, 9], "section": 9, "see": [1, 2, 3, 5, 9, 14, 17, 18], "select": 9, "self": 1, "semi": 13, "sensic": 1, "sentinel": 14, "separ": [1, 3, 8, 9, 19], "septemb": 13, "seri": 18, "serv": 9, "set": [1, 3, 8, 9], "set_aspect": 7, "set_axis_off": [5, 7], "set_facecolor": 7, "set_xlabel": [5, 7, 9], "set_xlim": 7, "set_ylabel": [5, 7, 9], "set_ylim": 7, "setup": 19, "sever": [5, 11, 17, 18], "shape": [1, 2, 4, 5, 9, 12, 13, 19], "shape_typ": 8, "shell": [1, 7], "shell_radii": 1, "shephard": 19, "ship": 18, "sholl": [1, 6, 12, 18], "sholl_analysi": [0, 1, 7, 12], "sholl_shel": [0, 2, 7, 12], "short": 10, "shortest": 1, "should": [1, 2, 3, 5, 14, 17, 18, 19], "show": [1, 5, 7, 8], "sigma": [3, 4, 5, 9], "silvia": 13, "silvio": 13, "simkin": 13, "simon": 18, "simpl": [5, 9], "simul": 13, "sinc": 5, "singl": [1, 9, 14], "size": [2, 18], "skan": [6, 8, 10, 15], "skel": 1, "skeleton": [0, 5, 6, 7, 10, 13, 14, 17, 18, 19], "skeleton0": 9, "skeleton1": 9, "skeleton_color_sourc": [2, 9], "skeleton_colormap": [2, 7], "skeleton_id": [8, 9], "skeleton_imag": [0, 1, 19], "skeleton_lay": 8, "skeleton_pixel_id": 1, "skeleton_to_csgraph": [0, 1, 9, 12], "skeleton_to_nx": [0, 1, 12], "skeletonis": 9, "skimag": [5, 8, 9], "skip": 9, "slash": 3, "slice": 5, "slightli": [9, 12, 15], "small": [2, 9, 14], "smooth": [3, 4, 5, 9], "smooth_method": [2, 3, 4, 5], "smooth_radii": 9, "smooth_radiu": [3, 5, 9], "sn": [5, 9], "snigdha": 13, "so": [1, 8, 9, 13, 14, 17, 18], "softwar": 11, "softwarex": 13, "softx": 13, "soma": 7, "some": [1, 2, 9, 18], "sophist": [9, 17, 18], "sort": 5, "sort_valu": 5, "sourc": [1, 2, 3, 4, 7, 9, 11], "source_imag": [0, 1], "space": [1, 9, 14], "spacing_nm": 9, "spacings_nm": 9, "span": [14, 17, 18], "spars": [1, 2], "speak": 18, "special": 14, "specif": [1, 2, 4], "spectrin": 9, "speed": [1, 18], "spheric": 7, "spmatrix": 1, "sqrt": [1, 9], "squar": 1, "st": 13, "standard": [1, 2, 3], "start": [1, 5, 12, 18], "stat": [2, 3], "statist": [1, 2, 9], "statu": 5, "stdev": 1, "stdev_pixel_valu": 9, "stegmann": 13, "steocyt": 13, "step": [1, 9], "stewart": 13, "still": [9, 17], "str": 1, "straggler": 8, "straight": [2, 14], "strategi": [9, 14], "string": [2, 3], "stripplot": [5, 9], "structur": [4, 7, 9, 13], "style": 2, "submatrix": [0, 1, 12], "submit": 5, "subplot": [5, 7, 9], "subset": 1, "sum": [1, 9], "summar": [0, 1, 8, 9, 12, 14, 19], "summari": [1, 19], "summaris": 2, "supplementari": 14, "support": [14, 18], "sure": 5, "surfac": 9, "swell": 13, "synthet": 8, "tab10": 8, "tabl": [1, 7, 9, 19], "tabular": 8, "taekedehaan": 20, "tage": 13, "take": [1, 2, 5, 19], "taken": 9, "talk": 9, "tend": 9, "termin": 11, "test": [1, 17, 19], "text": [1, 5], "than": [2, 5, 9, 12, 15, 17], "thank": [5, 17, 18, 19, 20], "thei": 1, "them": [1, 5, 8], "theo258": 20, "theodumont": 20, "thi": [1, 2, 3, 4, 5, 7, 9, 11, 14, 17, 18, 19, 20], "thick": 1, "thin": 1, "thing": 14, "those": [5, 18], "though": [11, 17], "thread": 3, "three": [9, 14], "threshold": [0, 2, 3, 4, 5, 9, 12], "threshold_radii": 9, "threshold_radiu": [3, 5, 9], "thresholded_imag": 3, "throughout": 13, "tiash": 13, "tidi": 9, "tif": [5, 9], "tight_layout": 5, "tillei": 13, "tim": 19, "tip": 2, "tirelli": 13, "toarrai": 1, "togeth": [1, 9], "toi": 9, "toml": 19, "tomographi": 13, "tool": 9, "toolz": 5, "topolog": 14, "topologi": 14, "total": 4, "toward": 13, "trace": [1, 9], "transit": 19, "transpos": 9, "travers": 18, "treatment": 9, "tree": [14, 17, 18], "true": [1, 5, 9], "tupl": [1, 2, 3], "tutori": 10, "tv": [2, 3, 4], "two": [7, 8, 9, 10], "type": [1, 2, 3, 4, 9, 11], "tz": 5, "u": [8, 9], "underli": 14, "underpin": 13, "uninf": 5, "uninfect": [5, 9], "uniqu": [5, 9], "unique_junct": [12, 15, 17, 18], "uniquify_junct": 18, "unit": [1, 9], "until": 1, "unus": 14, "up": [1, 9, 12, 14, 17, 18], "upcom": 17, "updat": 18, "upgrad": [12, 15], "upstream": 18, "url": 5, "us": [1, 2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 17, 18, 19], "usag": [6, 20], "user": [1, 9, 17], "user_guid": [2, 4], "v0": [12, 15, 16], "v2": [5, 9], "valentina": 13, "valid": [2, 3], "valu": [1, 2, 3, 4, 14, 19], "value_is_height": 1, "van": 13, "vari": 11, "variabl": 9, "variat": 4, "ve": 17, "verbos": 9, "veri": [1, 2, 5, 9], "version": [1, 2, 11, 14, 17, 18, 19], "viewer": 8, "vijai": 13, "vincent": 13, "viridi": [2, 8], "viridis_r": 7, "virul": 13, "visual": [1, 6, 7, 9], "visualis": [0, 9, 12], "vitoria": 17, "viz": 5, "vmax": 2, "vmin": [2, 7], "volume_fract": 8, "voxel": 1, "w": [2, 13], "wa": [1, 14], "wai": [8, 9, 11, 14], "walt": 13, "want": 9, "warnck": 13, "wart": 17, "watt": 13, "we": [1, 5, 7, 8, 9, 14, 17, 19], "weight": 1, "weinkam": 13, "well": [1, 8], "were": [2, 9, 18], "werkmeist": 13, "what": [12, 15], "when": [1, 2, 7, 14, 19], "where": [1, 2, 9, 14], "whether": 1, "which": [1, 2, 3, 4, 5, 7, 8, 9, 14, 19], "while": 19, "who": 18, "whole": 1, "why": [9, 12, 15], "wide": 2, "widget": 19, "width": [2, 5], "within": [1, 4, 5], "without": 14, "witz": 13, "work": [5, 9, 13, 14, 17], "world": 1, "worth": 1, "would": [1, 2, 14], "wrapper": 1, "x": [3, 5, 9, 19], "y": [3, 5, 9], "yamauchi": 17, "yaml": 18, "yapf": 17, "yield": 3, "york": 13, "you": [1, 3, 8, 9, 10, 11, 13, 14, 17, 18, 19], "your": [9, 11, 13, 14, 17, 18], "ython": 13, "ytoskeleton": 13, "z": 13, "zarr": 7, "zero": [1, 5], "zip": [5, 7, 9], "zipfil": 5, "zoltan": [13, 17], "\u00e7": 13, "\u00e9": 13}, "titles": ["Skan API Reference", "skan.csr: CSR Graph representation of skeletons", "skan.draw: Skeleton visualisation", "skan.pipe:: Pipeline functions for skeleton analysis", "skan.pre: Image preprocessing", "Complete analysis with Skan", "Examples", "Sholl analysis in Skan", "Display 3D skeletons in napari", "Getting started: Skeleton analysis with Skan", "Getting started", "Installing Skan", "Skeleton analysis with Skan \ud83e\uddb4\ud83d\udccf", "Citing Skan", "FAQ", "Miscellaneous", "Skan release notes", "skan v0.10.0", "skan v0.11.1", "skan v0.12.0", "skan v0.9"], "titleterms": {"": 14, "0": [5, 9, 14, 17, 18, 19], "1": [5, 9, 18], "10": 17, "11": 18, "12": 19, "2": [5, 9], "3": 5, "3d": 8, "8": 14, "9": [14, 20], "alwai": 14, "an": 9, "analysi": [3, 5, 7, 9, 12], "api": [0, 17, 18, 19], "ar": 14, "arrai": 14, "branch": [5, 9], "bug": [18, 19], "chang": [17, 18, 19], "cite": 13, "clean": 5, "compar": 9, "complet": 5, "coordin": 14, "csr": 1, "data": 5, "dataset": 5, "depend": 11, "differ": [9, 14], "displai": 8, "document": [18, 19], "draw": 2, "exampl": 6, "extract": 9, "faq": 14, "featur": [18, 19], "figur": 5, "fix": [18, 19], "float": 14, "from": [9, 14], "function": 3, "get": [5, 9, 10, 11], "give": 14, "graph": [1, 14], "i": 14, "imag": [4, 9], "improv": [17, 19], "indic": 12, "instal": 11, "integ": 14, "junction_mod": 14, "just": 14, "larger": 14, "layer": 8, "length": 9, "list": 14, "make": 5, "measur": [9, 14], "misc": [18, 19], "miscellan": 15, "my": 14, "napari": 8, "new": [18, 19], "node": 14, "note": 16, "number": 14, "packag": 11, "pipe": [3, 5], "pipelin": 3, "pixel": 14, "pre": 4, "preprocess": 4, "python": 11, "refer": 0, "releas": 16, "represent": 1, "shape": 8, "sholl": 7, "skan": [0, 1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20], "skeleton": [1, 2, 3, 8, 9, 12], "slightli": 14, "start": [9, 10], "tabl": 12, "than": 14, "unique_junct": 14, "up": 5, "upgrad": 14, "us": [5, 8], "v0": [14, 17, 18, 19, 20], "visualis": 2, "what": 14, "why": 14}}) \ No newline at end of file +Search.setIndex({"alltitles": {"0. Extracting a skeleton from an image": [[9, "extracting-a-skeleton-from-an-image"]], "0. Getting the data": [[5, "getting-the-data"]], "1. Measuring the length of skeleton branches": [[9, "measuring-the-length-of-skeleton-branches"]], "1. Using skan.pipe to get a branch dataset for analysis": [[5, "using-skan-pipe-to-get-a-branch-dataset-for-analysis"]], "2. Cleaning up the data": [[5, "cleaning-up-the-data"]], "2. Comparing different skeletons": [[9, "comparing-different-skeletons"]], "3. Making the figure": [[5, "making-the-figure"]], "API changes": [[17, "api-changes"], [18, "api-changes"], [19, "api-changes"]], "Bug fixes": [[18, "bug-fixes"], [18, "id1"], [19, "bug-fixes"]], "Citing Skan": [[13, null]], "Complete analysis with Skan": [[5, null]], "Display 3D skeletons in napari": [[8, null]], "Documentation": [[18, "documentation"], [19, "documentation"]], "Examples": [[6, null]], "FAQ": [[14, null]], "Getting started": [[10, null]], "Getting started: Skeleton analysis with Skan": [[9, null]], "Getting the Python package and dependencies": [[11, "getting-the-python-package-and-dependencies"]], "I just upgraded from skan v0.8 or 0.9 and my measurements are slightly different. What gives?": [[14, "i-just-upgraded-from-skan-v0-8-or-0-9-and-my-measurements-are-slightly-different-what-gives"]], "Improvements": [[17, "improvements"], [19, "improvements"]], "Indices and tables": [[12, "indices-and-tables"]], "Installing Skan": [[11, null]], "Misc": [[18, "misc"], [19, "misc"]], "Miscellaneous": [[15, null]], "New features": [[18, "new-features"], [19, "new-features"]], "Sholl analysis in Skan": [[7, null]], "Skan API Reference": [[0, null]], "Skan release notes": [[16, null]], "Skeleton analysis with Skan \ud83e\uddb4\ud83d\udccf": [[12, null]], "Using the Shapes layer": [[8, "using-the-shapes-layer"]], "What\u2019s unique_junctions or junction_mode?": [[14, "what-s-unique-junctions-or-junction-mode"]], "Why are coordinates floats and not integers?": [[14, "why-are-coordinates-floats-and-not-integers"]], "Why is coordinate (0, 0, 0) always in my coordinate list? / Why is the coordinate array larger than the number of nodes in the pixel graph?": [[14, "why-is-coordinate-0-0-0-always-in-my-coordinate-list-why-is-the-coordinate-array-larger-than-the-number-of-nodes-in-the-pixel-graph"]], "skan v0.10.0": [[17, null]], "skan v0.11.0": [[18, "skan-v0-11-0"]], "skan v0.11.1": [[18, null]], "skan v0.12.0": [[19, null]], "skan v0.9": [[20, null]], "skan.csr: CSR Graph representation of skeletons": [[1, null]], "skan.draw: Skeleton visualisation": [[2, null]], "skan.pipe:: Pipeline functions for skeleton analysis": [[3, null]], "skan.pre: Image preprocessing": [[4, null]]}, "docnames": ["api/api", "api/skan.csr", "api/skan.draw", "api/skan.pipe", "api/skan.pre", "examples/complete_analysis", "examples/index", "examples/sholl_analysis", "examples/visualizing_3d_skeletons", "getting_started/getting_started", "getting_started/index", "getting_started/install", "index", "misc/citing", "misc/faq", "misc/index", "misc/release-notes/index", "misc/release-notes/release-v0.10.0", "misc/release-notes/release-v0.11", "misc/release-notes/release-v0.12", "misc/release-notes/release-v0.9"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["api/api.rst", "api/skan.csr.rst", "api/skan.draw.rst", "api/skan.pipe.rst", "api/skan.pre.rst", "examples/complete_analysis.md", "examples/index.rst", "examples/sholl_analysis.md", "examples/visualizing_3d_skeletons.md", "getting_started/getting_started.md", "getting_started/index.rst", "getting_started/install.rst", "index.rst", "misc/citing.rst", "misc/faq.md", "misc/index.rst", "misc/release-notes/index.rst", "misc/release-notes/release-v0.10.0.md", "misc/release-notes/release-v0.11.md", "misc/release-notes/release-v0.12.md", "misc/release-notes/release-v0.9.md"], "indexentries": {"coordinates (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.coordinates", false]], "distances (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.distances", false]], "graph (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.graph", false]], "hyperball() (in module skan.pre)": [[4, "skan.pre.hyperball", false]], "make_degree_image() (in module skan.csr)": [[1, "skan.csr.make_degree_image", false]], "module": [[1, "module-skan.csr", false], [2, "module-skan.draw", false], [3, "module-skan.pipe", false], [4, "module-skan.pre", false]], "n_paths (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.n_paths", false]], "nbgraph (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.nbgraph", false]], "nx_to_skeleton() (in module skan.csr)": [[1, "skan.csr.nx_to_skeleton", false]], "overlay_euclidean_skeleton_2d() (in module skan.draw)": [[2, "skan.draw.overlay_euclidean_skeleton_2d", false]], "overlay_skeleton_2d() (in module skan.draw)": [[2, "skan.draw.overlay_skeleton_2d", false]], "overlay_skeleton_2d_class() (in module skan.draw)": [[2, "skan.draw.overlay_skeleton_2d_class", false]], "overlay_skeleton_networkx() (in module skan.draw)": [[2, "skan.draw.overlay_skeleton_networkx", false]], "path() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path", false]], "path_coordinates() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_coordinates", false]], "path_label_image() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_label_image", false]], "path_lengths() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_lengths", false]], "path_means() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_means", false]], "path_stdev() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_stdev", false]], "path_with_data() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.path_with_data", false]], "paths (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.paths", false]], "paths_list() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.paths_list", false]], "pipeline_plot() (in module skan.draw)": [[2, "skan.draw.pipeline_plot", false]], "pixel_graph() (in module skan.csr)": [[1, "skan.csr.pixel_graph", false]], "pixel_perfect_figsize() (in module skan.draw)": [[2, "skan.draw.pixel_perfect_figsize", false]], "process_images() (in module skan.pipe)": [[3, "skan.pipe.process_images", false]], "prune_paths() (skan.csr.skeleton method)": [[1, "skan.csr.Skeleton.prune_paths", false]], "sholl_analysis() (in module skan.csr)": [[1, "skan.csr.sholl_analysis", false]], "sholl_shells() (in module skan.draw)": [[2, "skan.draw.sholl_shells", false]], "skan.csr": [[1, "module-skan.csr", false]], "skan.draw": [[2, "module-skan.draw", false]], "skan.pipe": [[3, "module-skan.pipe", false]], "skan.pre": [[4, "module-skan.pre", false]], "skeleton (class in skan.csr)": [[1, "skan.csr.Skeleton", false]], "skeleton_image (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.skeleton_image", false]], "skeleton_to_csgraph() (in module skan.csr)": [[1, "skan.csr.skeleton_to_csgraph", false]], "skeleton_to_nx() (in module skan.csr)": [[1, "skan.csr.skeleton_to_nx", false]], "source_image (skan.csr.skeleton attribute)": [[1, "skan.csr.Skeleton.source_image", false]], "submatrix() (in module skan.csr)": [[1, "skan.csr.submatrix", false]], "summarize() (in module skan.csr)": [[1, "skan.csr.summarize", false]], "threshold() (in module skan.pre)": [[4, "skan.pre.threshold", false]]}, "objects": {"skan": [[1, 0, 0, "-", "csr"], [2, 0, 0, "-", "draw"], [3, 0, 0, "-", "pipe"], [4, 0, 0, "-", "pre"]], "skan.csr": [[1, 1, 1, "", "Skeleton"], [1, 4, 1, "", "make_degree_image"], [1, 4, 1, "", "nx_to_skeleton"], [1, 4, 1, "", "pixel_graph"], [1, 4, 1, "", "sholl_analysis"], [1, 4, 1, "", "skeleton_to_csgraph"], [1, 4, 1, "", "skeleton_to_nx"], [1, 4, 1, "", "submatrix"], [1, 4, 1, "", "summarize"]], "skan.csr.Skeleton": [[1, 2, 1, "", "coordinates"], [1, 2, 1, "", "distances"], [1, 2, 1, "", "graph"], [1, 2, 1, "", "n_paths"], [1, 2, 1, "", "nbgraph"], [1, 3, 1, "", "path"], [1, 3, 1, "", "path_coordinates"], [1, 3, 1, "", "path_label_image"], [1, 3, 1, "", "path_lengths"], [1, 3, 1, "", "path_means"], [1, 3, 1, "", "path_stdev"], [1, 3, 1, "", "path_with_data"], [1, 2, 1, "", "paths"], [1, 3, 1, "", "paths_list"], [1, 3, 1, "", "prune_paths"], [1, 2, 1, "", "skeleton_image"], [1, 2, 1, "", "source_image"]], "skan.draw": [[2, 4, 1, "", "overlay_euclidean_skeleton_2d"], [2, 4, 1, "", "overlay_skeleton_2d"], [2, 4, 1, "", "overlay_skeleton_2d_class"], [2, 4, 1, "", "overlay_skeleton_networkx"], [2, 4, 1, "", "pipeline_plot"], [2, 4, 1, "", "pixel_perfect_figsize"], [2, 4, 1, "", "sholl_shells"]], "skan.pipe": [[3, 4, 1, "", "process_images"]], "skan.pre": [[4, 4, 1, "", "hyperball"], [4, 4, 1, "", "threshold"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "attribute", "Python attribute"], "3": ["py", "method", "Python method"], "4": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:attribute", "3": "py:method", "4": "py:function"}, "terms": {"": [5, 7, 9, 11, 12, 13, 15], "0": [1, 2, 3, 4, 7, 8, 12, 13, 15, 16], "00013": 13, "00515": 13, "01": 5, "019": 13, "020": 13, "026734": 9, "02921": 9, "029210": 9, "075": 5, "1": [1, 2, 3, 4, 7, 12, 14, 15, 16, 19], "10": [1, 5, 7, 9, 12, 13, 14, 15, 16, 18], "100": 9, "100669": 13, "1007": 13, "1007761": 13, "100x": 4, "1016": 13, "1017": 13, "102": 9, "1024": 2, "1038": 13, "1056": 9, "1068": 9, "107": 17, "108": 14, "1096": 5, "11": [9, 12, 14, 15, 16, 17], "1111": 13, "112": 17, "1128": 13, "1139": 9, "1152": 9, "115776": 13, "12": [1, 2, 7, 9], "123": 17, "125": 5, "12610": 9, "13": [1, 9], "13005": 13, "132": 13, "133": [13, 14], "135": [17, 18], "136": 17, "1371": 13, "1383": 9, "139": [17, 18], "14": [8, 9, 13], "140": 17, "141": 17, "1423": 9, "143": 18, "144": 13, "14582": 13, "147": 18, "1492": 9, "15": [9, 13], "150": 18, "152": 18, "1535": 9, "155": 18, "156": 18, "159": 18, "16": [1, 7], "164": 18, "167": [9, 18], "17": [9, 13], "173": 18, "175": 18, "177": 18, "18": 13, "180": 9, "182": 9, "183": 18, "184": 18, "185074": 9, "186": 13, "188": 18, "189": 18, "19": 13, "190": 18, "193": 18, "194": [13, 18], "195": 18, "196": 9, "1e9": [5, 9], "2": [1, 2, 4, 7, 12, 19], "20": [5, 7, 9], "201": 19, "2018": 13, "2019": [9, 13], "202": 18, "2020": 13, "2021": 13, "203": 18, "208": 9, "21": [9, 13], "210": 19, "212": 19, "213005": 9, "215": 19, "217": 19, "218": 19, "220": 19, "221": 19, "22139": 9, "224": 19, "229": 19, "231": 19, "232": 19, "24": 7, "2439": 9, "247": 9, "25": 13, "27": 9, "28": [7, 9], "2d": [1, 7, 8, 9], "3": [2, 4, 7, 8, 9, 12, 18], "300": 5, "300nm": 5, "31": 9, "315": 9, "32": [7, 9], "330": 9, "339": 9, "34": 9, "356": 9, "36": [7, 9], "389331": 9, "3d": [6, 7, 12, 18], "4": [1, 2, 3, 7, 8, 9, 13], "40": 7, "40208": 9, "40894": 9, "41277": 9, "4312": 13, "44": 7, "45": [7, 9], "462942": 9, "48": 9, "482695": 9, "49211": 9, "5": [5, 7, 8, 9, 13], "50": [5, 9], "53344": 9, "54": 7, "549": 9, "55356": 9, "55419": 9, "57": 7, "58340": 9, "5e": 5, "6": [2, 7, 13], "60352": 9, "615": 9, "624": 9, "625": 5, "64": 8, "65891": 9, "663": 9, "673": 9, "673008": 9, "68955": 9, "7": [7, 9, 18], "75": 7, "768": 2, "7717": 13, "79052": 13, "7vyx3": 5, "8": [1, 2, 5, 7, 9, 12, 15], "80": [2, 7], "81": 9, "87": 9, "872853": 9, "9": [2, 5, 7, 12, 15, 16], "93": 14, "93855": 9, "940": 5, "95004": 9, "96": 5, "977889": 9, "999": 9, "A": [1, 5, 13, 17, 18], "As": [8, 9, 17], "But": 9, "By": 1, "For": [1, 5, 9, 14], "If": [1, 2, 4, 8, 9, 13, 14, 17], "In": [1, 5, 9, 14], "It": [1, 9, 11, 18, 19], "No": 1, "Not": 18, "That": 14, "The": [1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 14, 19], "There": [8, 9], "These": [1, 9], "To": 11, "With": 18, "_": [1, 5, 8, 9, 19], "_nestedsequ": 1, "_supportsarrai": 1, "_testdata": 9, "aaron": 13, "about": [5, 9], "abov": [4, 9, 18], "absolut": [1, 14], "academi": 13, "acceler": 9, "accept": 5, "access": [1, 19], "accord": [1, 5, 9], "account": 11, "accur": [4, 5], "accuraci": 14, "acilit": 13, "action": 17, "acunocanalicular": 13, "ad": 14, "adam": 13, "adapt": 17, "add": [5, 18, 19], "add_shap": 8, "addit": 2, "addition": 14, "adjac": [1, 9], "advantag": [14, 19], "affect": 14, "afm": 1, "after": 3, "ahm": 13, "alessandro": 13, "algorithm": 5, "alias": 2, "align": 9, "all": [1, 2, 3, 5, 9, 14, 17, 18], "all_path": 8, "allow": [1, 8, 9, 19], "along": [1, 2, 9], "alpha": [2, 5], "alreadi": 1, "also": [1, 5, 8, 9, 11, 18, 19], "altern": 2, "alwai": [12, 15, 18], "amount": [2, 4], "amput": 13, "an": [1, 2, 4, 5, 12, 14, 18], "analys": [5, 9, 12, 13], "analysi": [0, 1, 6, 10, 13, 18], "analyz": [6, 9, 13], "andrew": 13, "angiographi": 13, "ani": [1, 11], "anna": 13, "annal": 13, "annot": 7, "answer": 9, "api": [12, 15, 16, 20], "appli": 5, "approach": [1, 13, 14], "ar": [1, 2, 5, 8, 9, 12, 15, 17, 18, 19], "arang": [1, 7, 8], "arbitrari": 5, "argument": [1, 2, 9, 17, 18, 19], "arman": 13, "around": [1, 2, 8, 9], "arrai": [1, 2, 4, 7, 9, 12, 15, 17], "artifact": 9, "asarrai": 7, "ascend": 5, "asid": 9, "aspect": 7, "assembl": 13, "assembli": 13, "astyp": 9, "atom": 1, "attempt": 5, "attribut": [9, 19], "atur": 13, "august": 13, "auto": [3, 5], "automat": [1, 3, 5, 13], "autoscale_view": 7, "avail": [3, 11], "avali": 5, "averag": 1, "awai": 14, "ax": [1, 2, 5, 7, 9], "ax0": 7, "ax1": 7, "axi": [1, 2, 9], "b": [5, 13], "back": [9, 19], "ball": 4, "band": 8, "bar": 5, "bartali": 13, "base": [7, 13, 14, 17, 18], "basic": 10, "becaus": [1, 9, 14, 18], "beck": 13, "becom": [14, 19], "been": [1, 3, 7, 17, 18], "befor": [3, 4], "begin": 18, "behavior": [17, 18, 19], "behaviour": 11, "belong": [1, 9], "below": [1, 14, 19], "best": 9, "between": [1, 5, 9, 13, 14], "betwen": 1, "bhavapriya": 13, "bidirect": 19, "bin": [5, 9], "binar": 2, "binari": [4, 5, 9], "binary0": 9, "binary_blob": 8, "binary_dil": 5, "binary_skeleton": 8, "biologi": 13, "bit": 11, "black": 7, "blanch": 13, "bleed": 11, "blend": 2, "blob": 8, "blood": [9, 13], "bodi": 7, "bone": 13, "bool": [1, 4], "border": 9, "both": 2, "boyin": 13, "branch": [1, 2, 3, 8, 12, 14, 17, 19], "branch_data": 9, "branch_dist": [5, 8, 9, 19], "branch_typ": [2, 5, 9], "break": 14, "bright": [3, 9], "brightness_offset": [3, 5], "brought": 17, "brute": 1, "bucklei": 17, "buffer": 18, "bug": [15, 16, 17], "bugfix": 18, "build": [18, 19], "built": 17, "bunch": 14, "bundl": 14, "buss": 13, "byte": 1, "c": [5, 11, 13], "c0": 9, "c1": 9, "cach": 19, "calcul": [1, 18, 19], "call": [1, 2, 9], "callabl": [1, 2], "can": [1, 2, 7, 8, 9, 11, 14, 17, 19], "carmo": 13, "case": [1, 9], "caus": [2, 9], "ceil": [5, 9], "celani": 13, "cell": [5, 7, 9, 13], "cell_numb": 5, "cellmean": 5, "cellular": 13, "center": [1, 2, 7], "centroid": [14, 17], "certain": 2, "cfg": 19, "challeng": 11, "chang": [1, 15, 16], "chappl": 13, "charact": 1, "character": 13, "check": 9, "choic": 2, "choos": 4, "chosen": 1, "christin": 13, "circl": [2, 7], "circular": 7, "cite": [9, 12, 15], "class": [1, 9, 17, 18], "clean": [12, 17], "clone": 11, "close": [14, 18], "cluster": 14, "cmap": [2, 5, 7, 9], "cmi": 13, "code": [9, 11, 17, 18], "coher": 13, "collabor": 18, "collaps": 14, "collat": 3, "color": [2, 8, 19], "colorbar": 2, "colormap": [2, 9], "colour": 2, "column": [1, 2, 5, 9, 19], "com": [11, 17, 18], "come": [9, 19], "command": [17, 18], "common": 2, "commonli": 7, "compar": [7, 12], "compat": [17, 18, 19], "compil": 5, "complet": [6, 9, 12], "complex": [1, 13], "complic": 14, "compon": [1, 2], "composit": 1, "compress": 1, "comput": [1, 3, 17], "concat": 9, "concentr": [1, 2, 7], "conda": 11, "confer": 9, "config": [5, 7, 9], "configur": [1, 19], "confirm": 13, "conform": [2, 4], "connect": [1, 2, 9], "consid": [1, 14], "consolid": 14, "contain": [1, 2, 3, 4, 5, 9, 14, 18, 20], "contribut": [11, 17, 19, 20], "contributor": 18, "conveni": 14, "convers": 19, "convert": 1, "cool": 8, "coord_dst_0": 9, "coord_dst_1": 9, "coord_src_0": [1, 9], "coord_src_1": 9, "coordin": [0, 1, 2, 9, 12, 15], "coordinates0": 9, "copi": [5, 11], "core": 3, "correctli": 18, "correspond": [1, 2, 5, 9, 14, 17, 18], "corvellec": 17, "cosystem": 13, "could": 5, "count": 7, "coupl": 9, "cours": 9, "cover": 9, "cpu": [3, 5], "creat": [1, 2, 5, 17, 19], "cristalx": 13, "crop": [3, 5, 9], "crop_radiu": [3, 5], "cross": 7, "csati": [13, 17], "csatizoltan": 20, "csgraph": 1, "csr": [0, 2, 9, 12], "csr_graph": 2, "csr_matrix": 1, "curat": [17, 18], "current": [1, 13, 18, 19], "curv": 2, "cycl": 9, "d": [5, 8, 13], "da": 17, "dark": 9, "dask": 17, "data": [1, 2, 4, 6, 7, 8, 9, 12, 13, 14], "data_fram": 3, "data_typ": [2, 4], "datafram": [1, 2, 3, 7, 9, 19], "datar": 5, "dataset": [8, 9, 12, 14, 19], "deal": 14, "dean": 13, "decemb": 13, "decid": 14, "deep": 13, "def": [5, 9], "default": [1, 2, 14, 19], "default_rng": 8, "defect": 13, "defin": [1, 7, 14], "degre": [1, 9, 18], "degree_imag": 1, "demonstr": 8, "deni": 13, "denois": [2, 4], "densiti": 5, "depend": [12, 17, 18], "deploi": 17, "deprec": [17, 18, 19, 20], "der": 13, "deriv": [1, 9], "desir": [1, 2], "detail": [1, 2, 14, 18], "determin": [1, 3], "dev": [2, 4], "develop": [11, 17, 18], "deviat": [1, 2], "df": 5, "diabet": 13, "diagon": [1, 9], "dictionari": 3, "differ": [1, 2, 5, 12, 15], "differenti": 13, "difficult": [9, 14], "digit": 13, "dilat": [2, 9], "dim_nm": 9, "dimens": [1, 4], "dimension": 1, "directli": [1, 2, 8, 11, 14], "directori": 5, "disadvantag": 14, "disconnect": 14, "displai": [5, 6, 9, 12, 18], "distanc": [0, 1, 2, 5, 9, 19], "distinct": 8, "distinguish": 9, "distribut": 9, "dixon": 13, "do": [9, 11], "doc": [2, 4, 8], "document": [1, 2, 3, 9, 15, 16, 17, 20], "doe": [5, 18], "doi": 13, "done": [14, 17], "download": 5, "dpi": 2, "draw": [0, 7, 8, 9, 12], "draw_networkx": 2, "drawn": 2, "drift": 9, "drop": 18, "dtype": [1, 5], "due": [2, 9], "dummi": 14, "dure": 14, "e": [1, 11, 13, 19], "e1007761": 13, "e13005": 13, "e4312": 13, "each": [1, 2, 3, 5, 8, 9, 14], "ear": 13, "earlier": 14, "easier": [17, 19], "easiest": 11, "edg": [1, 2, 8, 9, 11, 19], "edge_color": 8, "edge_colormap": 8, "edge_funct": 1, "edge_width": 8, "edgecolor": 2, "edit": 19, "effect": 9, "effort": 18, "either": [1, 9], "el": 13, "electron": 9, "element": [1, 2, 4], "els": [5, 9], "emili": 13, "emodel": 13, "empti": 2, "enabl": 9, "encod": 5, "end": [5, 9, 14], "endpoint": [1, 5, 9], "endswith": 5, "enough": [1, 14], "entir": 1, "entri": [1, 9], "equal": [2, 7, 9], "eras": 18, "eric": 13, "error": 19, "erythrocyt": 13, "escript": 13, "etc": 1, "etwork": 13, "euclidean": [1, 2, 9], "euclidean_dist": 9, "evan10": 20, "even": 19, "evenli": 1, "everi": [1, 14], "everyon": 18, "examin": 14, "exampl": [1, 2, 7, 9, 12, 14, 19], "exce": 1, "exist": 9, "expand": 9, "expens": 1, "experiment": 13, "expertis": 18, "explain": [10, 14], "explor": 9, "express": 5, "extent": 9, "extract": [5, 12], "f": 13, "face": 8, "face_color": 8, "face_colormap": 8, "falciparum": [9, 13], "fals": [1, 5], "fan": 13, "faq": [12, 15, 17, 18], "far": [9, 13], "fast": 9, "faster": [1, 4, 5], "fat_skeleton": 5, "featur": [15, 16], "februari": 13, "fei": [5, 9], "few": 8, "fewer": 4, "fiddl": 7, "field": 5, "field_numb": 5, "fig": [2, 5, 7, 9], "figsiz": [2, 7], "figur": [2, 12, 14], "figure_format": [5, 7, 9], "fiji": 9, "file": [3, 5, 9], "filenam": [3, 5, 9], "fill": 14, "filter": [4, 5, 9], "final": [3, 5, 8, 9, 11, 18], "find": [3, 10, 18, 19], "find_main_branch": 1, "fine": 9, "first": [5, 8, 9, 18], "fix": [15, 16, 17, 20], "float": [1, 2, 3, 4, 5, 9, 12, 15, 19], "fn": 9, "fold": [17, 18], "folder": 5, "follow": [1, 9, 11, 13], "font_siz": 2, "forc": 1, "forg": 11, "fork": 11, "form": [3, 9], "format": [1, 2, 3, 5, 9, 17, 19], "forward": 3, "four": 2, "framework": 5, "fran": 13, "francesco": 13, "fratzl": 13, "from": [1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 15, 18, 19, 20], "fruit": 1, "full": [1, 3, 9, 19], "fulli": 19, "function": [0, 1, 7, 9, 12, 14, 17, 19], "futur": [9, 17, 18, 19], "g": [1, 5, 19], "g0": 9, "g1": 9, "gaussian": [2, 3, 4, 5, 9], "gener": [1, 3, 5, 7, 19], "generate_binary_structur": 1, "geneviev": 17, "geodes": 1, "get": [1, 12, 14], "git": 11, "github": [11, 14, 17, 18], "give": [12, 15], "given": [1, 2, 4, 7, 9], "glob": [5, 9], "global": 4, "go": 9, "goal": 5, "good": 14, "grai": [2, 5, 7, 9], "grain": 13, "graph": [0, 2, 9, 12, 15, 18, 19], "grayscal": 2, "greater": 2, "groundwork": 19, "group": [1, 5], "groupbi": [5, 9], "grown": 17, "gr\u00f6schl": 13, "gtpase": 13, "gui": [9, 17, 18], "gupta": 18, "h": 2, "ha": [1, 7, 9, 14, 17, 18], "had": 18, "han": 13, "handl": 14, "hang": 1, "hanko": 19, "hann": 13, "hanssen": 13, "hard": 17, "hargrov": 13, "have": [1, 2, 3, 5, 8, 9, 14, 17, 18, 19], "head": 9, "healthi": 13, "heart": 18, "height": [1, 2, 5], "help": 18, "her": 18, "here": [8, 9, 10, 17, 18], "higher": 4, "hint": 9, "hist": [5, 9], "histogram": 5, "hoffseth": 13, "hohenadl": 13, "hope": 9, "host": [5, 13], "how": [3, 6, 8, 9, 10, 15, 17, 18], "howev": [1, 8, 9, 14, 17, 18], "html": [2, 4], "http": [2, 4, 5, 11, 17, 18], "hyperbal": [0, 4, 12], "i": [1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 15, 17, 18, 19], "icroscopi": 13, "id": [1, 2, 8, 9, 14], "ideal": 8, "identifi": 5, "idx": 1, "iglesia": 13, "ignor": 9, "iio": [5, 9], "illustr": 9, "imag": [0, 1, 2, 3, 5, 7, 12, 13, 14], "image0": 9, "image_cmap": 2, "image_coord_dst_0": 9, "image_coord_dst_1": 9, "image_coord_src_0": 9, "image_coord_src_1": 9, "image_format": [3, 5], "image_raw": 5, "imageio": [3, 5, 9], "immedi": 1, "implement": 14, "import": [5, 7, 8, 9], "improv": [15, 16, 18, 20], "imread": [5, 9], "imshow": [5, 7, 9], "includ": [1, 2, 9, 18, 19], "incorpor": [1, 18], "index": [1, 5, 9, 12, 14], "indic": [1, 9, 14], "individu": [2, 3], "inf": [5, 9], "infect": [5, 9, 13], "infection_statu": 5, "infer": 5, "inform": [1, 9], "infrastructur": 18, "initi": 1, "inlin": [5, 7, 9], "inlinebackend": [5, 7, 9], "inner": 9, "input": [1, 2, 3, 4, 5], "insid": 9, "inspir": 9, "instal": [10, 12], "instanc": 2, "instead": [1, 4, 9, 17, 18, 19], "instruct": 10, "int": [1, 2, 3, 4, 5, 9], "integ": [12, 15, 19], "intellig": 4, "intens": 1, "interact": 8, "interest": 9, "interfac": 19, "intermedi": 9, "interpret": 9, "intersect": 1, "intersection_count": 1, "invagin": 13, "invas": 13, "involv": 1, "io": [5, 18], "isol": [9, 18], "issu": [14, 18], "its": [1, 2, 14], "itself": 1, "j": [1, 9, 13], "j2j": [5, 9], "jame": [13, 18, 19], "jan": 13, "jarod": 19, "jasmin": 13, "jean": 13, "jennif": 13, "jitter": [5, 9], "jni": 11, "job": 5, "journal": 13, "juan": [9, 13], "junction": [1, 2, 5, 9, 14, 17, 18], "junction_mod": [12, 15, 17, 18], "june": 13, "just": [1, 11, 12, 15, 18, 19], "k": 5, "kahrp": 13, "keep": [1, 9, 14], "keep_imag": 1, "kennon": 13, "kevin": [13, 17], "kevinyamauchi": [17, 18], "keyword": [2, 9, 17, 18, 19], "kink": 17, "knob": 13, "know": [8, 9], "knowlesi": 13, "kollmannsberg": 13, "kornelia": 13, "kushaan": 18, "kwarg": 2, "l": 13, "label": [5, 8, 18, 19], "label_imag": 1, "lai": 19, "lambda": 5, "laptop": 5, "larg": [2, 13], "larger": [12, 15], "lasmodium": 13, "last": 5, "later": 14, "layer": [12, 18, 19], "layout": 5, "lead": 5, "leann": 13, "learn": 13, "least": 14, "led": 18, "left": 9, "legend": 5, "len": [2, 5], "length": [1, 2, 5, 8, 12, 17], "leopold": 13, "less": 14, "let": [8, 9, 19], "level": 3, "librari": [3, 12, 13, 17, 18], "life": 19, "like": [1, 5, 8, 18], "limodin": 13, "line": [1, 2], "linestyl": 2, "linewidth": 2, "link": [1, 14], "list": [1, 2, 3, 5, 12, 15, 18, 19], "littl": 14, "liu": [13, 18], "load": 9, "lobo": 17, "loc": 5, "local": [3, 4, 11], "locat": 5, "longer": [6, 9], "longest": 1, "lood": 13, "look": [5, 14], "looker": 13, "lot": [1, 5], "low": [1, 5], "luci": 18, "lw": 5, "ly": 18, "m": [1, 2, 3, 4, 13, 19], "machin": 5, "made": [9, 14], "magnier": 13, "mai": [1, 2, 11, 13], "main": 1, "maintain": 19, "major": 17, "make": [2, 7, 8, 11, 12, 14, 18, 19], "make_degree_imag": [0, 1, 12], "malaria": [9, 13], "mandatori": 17, "mani": [3, 5], "manifest": 18, "manoochehr": 13, "manual": 7, "map": [1, 9], "mappabl": 2, "march": 13, "margin": 3, "mariann": 17, "marlen": 17, "martin": 13, "mask": 1, "match": 5, "materi": 14, "matplotlib": [2, 5, 7, 8, 9], "matrix": [1, 2, 9], "matthew": 13, "max": [2, 14], "maximum": 2, "mcmillan": 13, "md": 1, "mean": [1, 2, 5, 19], "mean_pixel_valu": 9, "mean_shape_index": 5, "measur": [1, 5, 7, 8, 12, 15], "median": [3, 4, 9], "meet": [9, 14], "membran": [5, 9, 13], "memori": 1, "meta": [5, 9], "metadata": [3, 9, 19], "meter": 9, "method": [1, 2, 3, 4, 5, 7, 9, 14, 19], "microanalysi": 13, "microbiologi": 13, "microct": 13, "microscop": 9, "microscopi": [1, 13], "microstructur": 13, "might": [1, 4, 9, 11], "migrat": 19, "mileag": 11, "mimi": 13, "mimic": 9, "min": 14, "minim": 9, "minimum": [2, 14, 17, 18], "minor": [19, 20], "minut": 5, "misc": [15, 16], "miscellan": 12, "miss": 18, "mistak": 18, "mmbr": 13, "mode": 14, "model": 13, "modern": 5, "modif": 11, "modul": [9, 12, 17, 18], "molecular": 13, "monko": 19, "more": [1, 4, 5, 9, 11, 14, 17, 18], "morpholog": 4, "morphologi": [5, 8, 9], "most": [2, 8], "mous": 13, "mst": 14, "msub": 1, "much": [1, 17, 18], "multicor": 5, "multigraph": 1, "multimod": 13, "multipl": 18, "must": 14, "my": [12, 15, 18], "n": [1, 2, 4, 13, 14], "n_dim": 8, "n_path": [0, 1, 8], "n_point": 2, "naiv": 1, "najjar": 13, "name": [1, 2, 19], "namvar": 13, "nan": 14, "napari": [6, 12, 17, 18, 19], "nathali": 13, "natur": [5, 9], "nbgraph": [0, 1], "nby": 5, "nc": 1, "ncol": 7, "ndi": 8, "ndim": [1, 4], "ndimag": [1, 8], "ndisplai": 8, "nearbi": 8, "necessari": 1, "need": [5, 8, 9, 14, 17, 18], "neigbor": 1, "neighbor": [1, 14], "neighborhood": 1, "neighbour": 9, "neil": 19, "network": [9, 14], "networkx": [1, 2, 9, 19], "neuron": 7, "new": [1, 2, 5, 13, 14, 15, 16, 17], "next": [5, 9, 14], "nibl": 13, "niblack": 4, "nl": [2, 3], "nm": [5, 9], "nnz": 1, "node": [1, 9, 12, 15, 18], "node_id_dst": 9, "node_id_src": 9, "node_s": 2, "non": [1, 5, 11], "none": [1, 2, 5], "nonzero": 1, "normal": [5, 9], "notabl": 11, "notat": 1, "note": [1, 2, 12, 15, 17, 18, 19], "notebook": 5, "now": [5, 8, 9, 14, 17, 18, 19], "np": [1, 2, 5, 7, 8, 9, 14], "nr": 1, "nrow": 7, "nt": 1, "num_thread": 3, "numba": [1, 9, 11, 20], "number": [1, 2, 3, 4, 5, 7, 9, 12, 15], "numer": [8, 14], "numeric_onli": 5, "numpi": [2, 5, 7, 8, 9, 11, 14, 19], "nunez": 13, "nx": [1, 2], "nx_to_skeleton": [0, 1, 12], "nya": 13, "o": 13, "object": [1, 2, 7, 9], "obtain": 13, "occur": 14, "off": [1, 8], "offer": 14, "offset": [3, 4, 5], "often": 1, "oi": 13, "ok": 9, "old": [17, 18], "oliv": 13, "olivia": 13, "olivieri": 13, "omput": 13, "onc": 14, "one": [2, 8, 9, 13, 14, 17, 19], "ones": [1, 2], "onli": [1, 2, 5, 9, 14], "onnectom": 13, "open": [5, 7], "openpyxl": 18, "optic": 13, "optim": 9, "option": [1, 2, 3, 4, 9, 11, 17, 18], "order": [5, 9, 14], "org": [2, 4], "origin": [1, 9, 14], "orthogon": 1, "osf": 5, "osteoporosi": 13, "other": [1, 9], "otherwis": [1, 9], "otsu": 9, "our": [5, 9, 18], "out": [9, 17, 19], "outdat": 20, "outer": 1, "output": 2, "over": 2, "overhaul": 18, "overlai": 2, "overlaid": 2, "overlap": 5, "overlay_euclidean_skeleton": 9, "overlay_euclidean_skeleton_2d": [0, 2, 9, 12], "overlay_skeleton_2d": [0, 2, 9, 12], "overlay_skeleton_2d_class": [0, 2, 7, 12], "overlay_skeleton_networkx": [0, 2, 9, 12], "overview": 5, "own": 11, "p": [1, 13], "packag": 12, "page": [9, 12], "pain": 18, "paint": 14, "pair": 1, "palett": 8, "panda": [1, 2, 7, 9, 19], "panel": 5, "paon": 13, "paper": [5, 9, 14], "paradigm": 9, "paramet": [1, 2, 3, 4, 9], "parapini": 13, "parasit": [9, 13], "part": [1, 9], "particular": 18, "particularli": 2, "pass": [1, 2, 17], "patch": 2, "path": [0, 1, 2, 3, 8, 9, 11, 18], "path_coord": 1, "path_coordin": [0, 1, 8], "path_id": [1, 8], "path_label_imag": [0, 1, 19], "path_length": [0, 1, 2], "path_mean": [0, 1, 2], "path_stdev": [0, 1, 2], "path_with_data": [0, 1], "pathogen": 13, "paths_list": [0, 1], "paths_tabl": 8, "paul": 13, "pd": [1, 7, 9], "peerj": [5, 9, 13], "per": 9, "per_imag": 9, "per_image_data": 5, "perform": [7, 9], "permut": 8, "person": 11, "peter": 13, "pfister": 13, "philip": 13, "physic": 9, "pin": [2, 17, 18], "pip": 11, "pipe": [0, 9, 12], "pipelin": [0, 12], "pipeline_plot": [0, 2, 12], "pixel": [1, 2, 3, 4, 9, 12, 15, 18, 19], "pixel_coordin": 1, "pixel_graph": [0, 1, 9, 12], "pixel_graph0": 9, "pixel_perfect_figs": [0, 2, 12], "pixelheight": [5, 9], "place": 5, "plasmodium": 9, "platform": 17, "pleas": [9, 13, 14], "plo": 13, "plot": [2, 5, 7, 9], "plt": [5, 7, 9], "plugin": [9, 17, 18, 19], "point": [1, 2, 7, 9, 14, 18], "popular": 17, "portabl": 9, "posit": [4, 14], "possibl": 18, "post": 5, "pourshaban": 13, "ppat": 13, "pr": 18, "pre": [0, 5, 9, 12], "preprocess": [0, 9, 12], "presenc": [1, 18], "present": 1, "preserv": [1, 17], "primari": 9, "primarili": 9, "print": 1, "prior": 14, "probabl": [1, 17, 18], "problem": 14, "process": [3, 5, 7, 13], "process_imag": [0, 3, 5, 12], "produc": [1, 9], "product": 1, "properti": [1, 8, 9], "protein": [9, 13], "provid": [1, 2, 5, 7, 8, 9, 14], "prune": 1, "prune_path": [0, 1, 19], "public": 13, "publish": 9, "pure": [11, 12], "purpos": [5, 9], "py": 18, "pypi": 11, "pyplot": [5, 7, 9], "pyproject": 19, "python": [9, 12, 18, 19], "qualit": 8, "qualiti": [13, 19], "question": [9, 14], "quit": 9, "r": [5, 13], "rac1": 13, "radii": [1, 2, 7], "radiu": [3, 4, 5, 7, 9], "rais": 14, "rajagop": 13, "random": 8, "random_path_id": 8, "rang": [2, 8], "rare": 14, "rather": [5, 17], "ravel": [1, 5], "rbc": [5, 9], "re": 5, "read": 9, "real": [1, 6], "reason": 5, "receiv": 8, "recent": 18, "recommend": [2, 9], "red": [9, 13], "reduc": 4, "redund": 1, "refer": [2, 4, 12], "reflect": 11, "regener": [1, 13], "regex": 5, "region": 9, "regular": 5, "rel": 3, "relat": 13, "releas": [12, 15, 17, 18, 19, 20], "relev": 9, "reli": 13, "remain": 19, "remodel": 13, "remov": [1, 5, 14, 17, 18], "ren": 13, "renam": 9, "render": 2, "replac": 14, "report": [13, 17, 18, 19], "repositori": [9, 11], "repres": [1, 9], "represent": [0, 9, 12], "reproduc": 5, "requir": [4, 18], "research": 7, "reset_index": 5, "reshap": 1, "resolut": [1, 9], "resolv": 18, "resourc": 10, "result": [3, 4, 8, 9, 14, 17], "retina": [5, 7, 9], "retrun": 1, "return": [1, 2, 3, 4, 5, 9, 14], "reveal": 13, "revert": 17, "review": 13, "rgb": 2, "rheolog": 13, "richard": 13, "ridg": [1, 5], "right": 9, "ring": 13, "root": 7, "row": [1, 2, 9], "run": 9, "ryan": [18, 19], "s11914": 13, "s1431927619001399": 13, "s2": 13, "s41598": 13, "same": [1, 2, 4, 5, 8], "sammarco": 13, "sampl": 9, "sarah": 13, "sauvola": [4, 9], "savari": 18, "scalarmapp": 2, "scale": [1, 3, 5, 9], "scale_metadata_path": [3, 5], "scalenm": 5, "scan": [5, 9], "scatter": 7, "schizont": 5, "schizont4_uninfrbc7_06": 5, "schizont_fil": 5, "schmetter": 13, "sch\u00e4fer": 13, "sch\u00fctzenberg": 13, "scienc": [5, 13], "scientif": [5, 9, 13], "scikit": [2, 4, 9], "scipi": [1, 2, 8, 9, 11], "script": 9, "sd": 1, "sdist": 19, "seaborn": [5, 9], "search": 12, "second": [7, 9], "section": 9, "see": [1, 2, 3, 5, 9, 14, 17, 18], "select": 9, "self": 1, "semi": 13, "sensic": 1, "sentinel": 14, "separ": [1, 3, 8, 9, 19], "septemb": 13, "seri": 18, "serv": 9, "set": [1, 3, 8, 9], "set_aspect": 7, "set_axis_off": [5, 7], "set_facecolor": 7, "set_xlabel": [5, 7, 9], "set_xlim": 7, "set_ylabel": [5, 7, 9], "set_ylim": 7, "setup": 19, "sever": [5, 11, 17, 18], "shape": [1, 2, 4, 5, 9, 12, 13, 19], "shape_typ": 8, "shell": [1, 7], "shell_radii": 1, "shephard": 19, "ship": 18, "sholl": [1, 6, 12, 18], "sholl_analysi": [0, 1, 7, 12], "sholl_shel": [0, 2, 7, 12], "short": 10, "shortest": 1, "should": [1, 2, 3, 5, 14, 17, 18, 19], "show": [1, 5, 7, 8], "sigma": [3, 4, 5, 9], "silvia": 13, "silvio": 13, "simkin": 13, "simon": 18, "simpl": [5, 9], "simul": 13, "sinc": 5, "singl": [1, 9, 14], "size": [2, 18], "skan": [6, 8, 10, 15], "skel": 1, "skeleton": [0, 5, 6, 7, 10, 13, 14, 17, 18, 19], "skeleton0": 9, "skeleton1": 9, "skeleton_color_sourc": [2, 9], "skeleton_colormap": [2, 7], "skeleton_id": [8, 9], "skeleton_imag": [0, 1, 19], "skeleton_lay": 8, "skeleton_pixel_id": 1, "skeleton_to_csgraph": [0, 1, 9, 12], "skeleton_to_nx": [0, 1, 12], "skeletonis": 9, "skimag": [5, 8, 9], "skip": 9, "slash": 3, "slice": 5, "slightli": [9, 12, 15], "small": [2, 9, 14], "smooth": [3, 4, 5, 9], "smooth_method": [2, 3, 4, 5], "smooth_radii": 9, "smooth_radiu": [3, 5, 9], "sn": [5, 9], "snigdha": 13, "so": [1, 8, 9, 13, 14, 17, 18], "softwar": 11, "softwarex": 13, "softx": 13, "soma": 7, "some": [1, 2, 9, 18], "sophist": [9, 17, 18], "sort": 5, "sort_valu": 5, "sourc": [1, 2, 3, 4, 7, 9, 11], "source_imag": [0, 1], "space": [1, 9, 14], "spacing_nm": 9, "spacings_nm": 9, "span": [14, 17, 18], "spars": [1, 2], "speak": 18, "special": 14, "specif": [1, 2, 4], "spectrin": 9, "speed": [1, 18], "spheric": 7, "spmatrix": 1, "sqrt": [1, 9], "squar": 1, "st": 13, "standard": [1, 2, 3], "start": [1, 5, 12, 18], "stat": [2, 3], "statist": [1, 2, 9], "statu": 5, "stdev": 1, "stdev_pixel_valu": 9, "stegmann": 13, "steocyt": 13, "step": [1, 9], "stewart": 13, "still": [9, 17], "str": 1, "straggler": 8, "straight": [2, 14], "strategi": [9, 14], "string": [2, 3], "stripplot": [5, 9], "structur": [4, 7, 9, 13], "style": 2, "submatrix": [0, 1, 12], "submit": 5, "subplot": [5, 7, 9], "subset": 1, "sum": [1, 9], "summar": [0, 1, 8, 9, 12, 14, 19], "summari": [1, 19], "summaris": 2, "supplementari": 14, "support": [14, 18], "sure": 5, "surfac": 9, "swell": 13, "synthet": 8, "tab10": 8, "tabl": [1, 7, 9, 19], "tabular": 8, "taekedehaan": 20, "tage": 13, "take": [1, 2, 5, 19], "taken": 9, "talk": 9, "tend": 9, "termin": 11, "test": [1, 17, 19], "text": [1, 5], "than": [2, 5, 9, 12, 15, 17], "thank": [5, 17, 18, 19, 20], "thei": 1, "them": [1, 5, 8], "theo258": 20, "theodumont": 20, "thi": [1, 2, 3, 4, 5, 7, 9, 11, 14, 17, 18, 19, 20], "thick": 1, "thin": 1, "thing": 14, "those": [5, 18], "though": [11, 17], "thread": 3, "three": [9, 14], "threshold": [0, 2, 3, 4, 5, 9, 12], "threshold_radii": 9, "threshold_radiu": [3, 5, 9], "thresholded_imag": 3, "throughout": 13, "tiash": 13, "tidi": 9, "tif": [5, 9], "tight_layout": 5, "tillei": 13, "tim": 19, "tip": 2, "tirelli": 13, "toarrai": 1, "togeth": [1, 9], "toi": 9, "toml": 19, "tomographi": 13, "tool": 9, "toolz": 5, "topolog": 14, "topologi": 14, "total": 4, "toward": 13, "trace": [1, 9], "transit": 19, "transpos": 9, "travers": 18, "treatment": 9, "tree": [14, 17, 18], "true": [1, 5, 9], "tupl": [1, 2, 3], "tutori": 10, "tv": [2, 3, 4], "two": [7, 8, 9, 10], "type": [1, 2, 3, 4, 9, 11], "tz": 5, "u": [8, 9], "underli": 14, "underpin": 13, "uninf": 5, "uninfect": [5, 9], "uniqu": [5, 9], "unique_junct": [12, 15, 17, 18], "uniquify_junct": 18, "unit": [1, 9], "until": 1, "unus": 14, "up": [1, 9, 12, 14, 17, 18], "upcom": 17, "updat": 18, "upgrad": [12, 15], "upstream": 18, "url": 5, "us": [1, 2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 17, 18, 19], "usag": [6, 20], "user": [1, 9, 17], "user_guid": [2, 4], "v0": [12, 15, 16], "v2": [5, 9], "valentina": 13, "valid": [2, 3], "valu": [1, 2, 3, 4, 14, 19], "value_is_height": 1, "van": 13, "vari": 11, "variabl": 9, "variat": 4, "ve": 17, "verbos": 9, "veri": [1, 2, 5, 9], "version": [1, 2, 11, 14, 17, 18, 19], "viewer": 8, "vijai": 13, "vincent": 13, "viridi": [2, 8], "viridis_r": 7, "virul": 13, "visual": [1, 6, 7, 9], "visualis": [0, 9, 12], "vitoria": 17, "viz": 5, "vmax": 2, "vmin": [2, 7], "volume_fract": 8, "voxel": 1, "w": [2, 13], "wa": [1, 14], "wai": [8, 9, 11, 14], "walt": 13, "want": 9, "warnck": 13, "wart": 17, "watt": 13, "we": [1, 5, 7, 8, 9, 14, 17, 19], "weight": 1, "weinkam": 13, "well": [1, 8], "were": [2, 9, 18], "werkmeist": 13, "what": [12, 15], "wheel": 19, "when": [1, 2, 7, 14, 19], "where": [1, 2, 9, 14], "whether": 1, "which": [1, 2, 3, 4, 5, 7, 8, 9, 14, 19], "while": 19, "who": 18, "whole": 1, "why": [9, 12, 15], "wide": 2, "widget": 19, "width": [2, 5], "within": [1, 4, 5], "without": 14, "witz": 13, "work": [5, 9, 13, 14, 17], "world": 1, "worth": 1, "would": [1, 2, 14], "wrapper": 1, "x": [3, 5, 9, 19], "y": [3, 5, 9], "yamauchi": 17, "yaml": 18, "yapf": 17, "yield": 3, "york": 13, "you": [1, 3, 8, 9, 10, 11, 13, 14, 17, 18, 19], "your": [9, 11, 13, 14, 17, 18], "ython": 13, "ytoskeleton": 13, "z": 13, "zarr": 7, "zero": [1, 5], "zip": [5, 7, 9], "zipfil": 5, "zoltan": [13, 17], "\u00e7": 13, "\u00e9": 13}, "titles": ["Skan API Reference", "skan.csr: CSR Graph representation of skeletons", "skan.draw: Skeleton visualisation", "skan.pipe:: Pipeline functions for skeleton analysis", "skan.pre: Image preprocessing", "Complete analysis with Skan", "Examples", "Sholl analysis in Skan", "Display 3D skeletons in napari", "Getting started: Skeleton analysis with Skan", "Getting started", "Installing Skan", "Skeleton analysis with Skan \ud83e\uddb4\ud83d\udccf", "Citing Skan", "FAQ", "Miscellaneous", "Skan release notes", "skan v0.10.0", "skan v0.11.1", "skan v0.12.0", "skan v0.9"], "titleterms": {"": 14, "0": [5, 9, 14, 17, 18, 19], "1": [5, 9, 18], "10": 17, "11": 18, "12": 19, "2": [5, 9], "3": 5, "3d": 8, "8": 14, "9": [14, 20], "alwai": 14, "an": 9, "analysi": [3, 5, 7, 9, 12], "api": [0, 17, 18, 19], "ar": 14, "arrai": 14, "branch": [5, 9], "bug": [18, 19], "chang": [17, 18, 19], "cite": 13, "clean": 5, "compar": 9, "complet": 5, "coordin": 14, "csr": 1, "data": 5, "dataset": 5, "depend": 11, "differ": [9, 14], "displai": 8, "document": [18, 19], "draw": 2, "exampl": 6, "extract": 9, "faq": 14, "featur": [18, 19], "figur": 5, "fix": [18, 19], "float": 14, "from": [9, 14], "function": 3, "get": [5, 9, 10, 11], "give": 14, "graph": [1, 14], "i": 14, "imag": [4, 9], "improv": [17, 19], "indic": 12, "instal": 11, "integ": 14, "junction_mod": 14, "just": 14, "larger": 14, "layer": 8, "length": 9, "list": 14, "make": 5, "measur": [9, 14], "misc": [18, 19], "miscellan": 15, "my": 14, "napari": 8, "new": [18, 19], "node": 14, "note": 16, "number": 14, "packag": 11, "pipe": [3, 5], "pipelin": 3, "pixel": 14, "pre": 4, "preprocess": 4, "python": 11, "refer": 0, "releas": 16, "represent": 1, "shape": 8, "sholl": 7, "skan": [0, 1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20], "skeleton": [1, 2, 3, 8, 9, 12], "slightli": 14, "start": [9, 10], "tabl": 12, "than": 14, "unique_junct": 14, "up": 5, "upgrad": 14, "us": [5, 8], "v0": [14, 17, 18, 19, 20], "visualis": 2, "what": 14, "why": 14}}) \ No newline at end of file