navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.TreeNeuron.resample
          • TreeNeuron.resample()

    navis.TreeNeuron.resample¶

    TreeNeuron.resample(resample_to, inplace=False)[source]¶

    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.

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.