pymaid.CatmaidNeuron.downsample

CatmaidNeuron.downsample(factor=5, inplace=False, **kwargs)

Downsample the neuron by given factor.

Parameters:
  • factor (int, optional) – Factor by which to downsample the neurons. Default = 5.

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

  • **kwargs – Additional arguments passed to downsample_neuron().

See also

downsample_neuron()

Base function. See for details and examples.