Skip to content

Commit

Permalink
Fix description.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlman committed Oct 27, 2023
1 parent c6219f9 commit 4670d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymaid/fetch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4733,15 +4733,15 @@ def get_skeleton_change(x, chunk_size=50, remote_instance=None):

@cache.undo_on_error
def get_nearest_node(x, y, z, skeleton_id=None, neuron_id=None, remote_instance=None):
"""Get split and merge history of skeletons.
"""Get the node nearest to a query point. Optionally restricted to a single skeleton.
Parameters
----------
x : X coordinate of query location.
y : Y coordinate of query location.
z : Z coordinate of query location.
skeleton_id : Result treenode has to be in this skeleton. (optional)
neuron_id : Result treenode has to be in this neuron. (optional, altenrate to skeleton_id)
neuron_id : Result treenode has to be in this neuron. (optional, altenrate to skeleton_id)
remote_instance : CatmaidInstance, optional
If not passed directly, will try using global.
Expand Down

0 comments on commit 4670d43

Please sign in to comment.