neurom.check.neuron_checks.has_no_jumps

neurom.check.neuron_checks.has_no_jumps(neuron, max_distance=30.0, axis='z')[source]

Check if there are jumps (large movements in the axis)

Parameters:
  • neuron (Neuron) – The neuron object to test
  • max_z_distance (float) – value above which consecutive z-values are
  • a jump (considered) –
  • axis (str) – one of x/y/z, which axis to check for jumps
Returns:

CheckResult with result list of ids bad sections