neurom.check.neuron_checks.has_all_nonzero_segment_lengths

neurom.check.neuron_checks.has_all_nonzero_segment_lengths(neuron, threshold=0.0)[source]

Check presence of neuron segments with length not above threshold

Parameters:
  • neuron (Neuron) – The neuron object to test
  • threshold (float) – value above which a segment length is considered to
  • non-zero (be) –
Returns:

CheckResult with result including list of (section_id, segment_id) of zero length segments