pymaid.get_cable_lengths

pymaid.get_cable_lengths(x, chunk_size=500, remote_instance=None)[source]

Get cable lengths directly from Catmaid Server.

Parameters:
  • x (list-like | CatmaidNeuron/List) – Skeleton IDs for which to get cable lengths.

  • chunk_size (int, optional) – Retrieves cable in chunks of given size.

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

Returns:

{skeleton_id (str): cable [nm] (int), ... }

Return type:

dict