Plot it real quick

neuron_morphology provides a library of feature functions

See the features subpackage for the full list.

You can look in default features for a list of the features that are run by default.

Use a FeatureExtractor to run many features at once

Use specialization to run features across neurite types

... or other parameters

Running on an axon is not super interesting, we can pass in a whole set of specializations, such as the built-in NEURITE_SPECIALIZATIONS to distribute a calculation across many parameter values.

It is easy to write and categorize new features