neurom.check.neuron_checks.has_no_flat_neurites¶
-
neurom.check.neuron_checks.
has_no_flat_neurites
(neuron, tol=0.1, method='ratio')[source]¶ Check that a neuron has no flat neurites
Parameters: - neuron (Neuron) – The neuron object to test
- tol (float) – tolerance
- method (string) – way of determining flatness, ‘tolerance’, ‘ratio’
:param as described in
neurom.check.morphtree.get_flat_neurites()
:Returns: CheckResult with result