pymaid.get_skeleton_change

pymaid.get_skeleton_change(x, chunk_size=50, remote_instance=None)[source]

Get split and merge history of skeletons.

Parameters:
  • x (list-like | CatmaidNeuron/List | None, optional) – Skeleton IDs for which to get split/merge history.

  • chunk_size (int, optional) – Change history will be queried in chunks. Reduce the number if you experience problems.

  • remote_instance (CatmaidInstance, optional) – If not passed directly, will try using global.

Returns:

List of unique skeleton paths in historic order, newest last:

[[skid1, skid2, ..., skidN],  ...]

Return type:

list