NeuroM
1.4.2
NeuroM Quick-Start
Applications
NeuroM morphology definitions
Code Documentation
Public API
Developer API
neurom.morphmath
neurom.fst
neurom.fst.get
neurom.fst.register_neurite_feature
neurom.fst.FstNeuron
neurom.fst.sectionfunc
neurom.check.morphtree
neurom.check.structural_checks
neurom.check.neuron_checks
neurom.core.types
neurom.core.tree
neurom.core._neuron
neurom.core._soma
neurom.core.point
neurom.core.dataformat
neurom.io.utils
neurom.io.swc
neurom.io.hdf5
neurom.view
neurom.view.common
neurom.view.view
Supported file formats
Installation
Examples
Reporting issues
Developer Documentation
Dependencies
License
NeuroM
Docs
»
Code Documentation
»
neurom.fst
»
neurom.fst.register_neurite_feature
View page source
neurom.fst.register_neurite_feature
¶
neurom.fst.
register_neurite_feature
(
name
,
func
)
[source]
¶
Register a feature to be applied to neurites
Parameters:
name
– name of the feature, used for access via get() function.
func
– single parameter function of a neurite.