pymaid.CatmaidNeuron.resample

CatmaidNeuron.resample(resample_to, inplace=False)

Resample neuron to given resolution.

Parameters:
  • resample_to (int) – Resolution to which to resample the neuron.

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

See also

resample_skeleton()

Base function. See for details and examples.