pymaid.CatmaidNeuron.prune_proximal_to

CatmaidNeuron.prune_proximal_to(node: str | int, inplace: bool = False) TreeNeuron | None

Remove nodes proximal to given node. Reroots neuron to cut node.

Parameters:
  • node (node_id | node tag) – Provide either a node ID or a (unique) tag

  • inplace (bool, optional) – If True, operation will be performed on itself. If False, operation is performed on copy which is then returned.

See also

cut_skeleton()

Base function. See for details and examples.