Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/skeletons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are a number of parameter options that are best understood after understan

Algorithm
---------
The algorithm at it's core works on a connected component of the mesh graph.
The algorithm at its core works on a connected component of the mesh graph.
Disconnected components are skeletonized separately, and trivially combined.

For each component, first a root node is found. A discussion of root node finding is below.
Expand Down
2 changes: 1 addition & 1 deletion meshparty/trimesh_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ def add_link_edges(
merge_log : dict
JSON dict of merge log as it comes out of the chunkedgraph client. If used, must
also set base_resolution, the mip 0 resolution of the supervoxel segmentation volume.
dataset_name: str or None, optional
datastack_name: str or None, optional
The datastack name this mesh can be found in. If None, requires a pre-made client
passed through the client parameter. Defaults to None.
close_map_distance: float, optional
Expand Down