pymaid.get_import_info

pymaid.get_import_info(x, with_nodes=False, chunk_size=500, remote_instance=None)[source]

Get count of imported nodes for given neuron(s).

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

  • with_nodes (bool, optional) – Whether to include IDs of all imported nodes.

  • chunk_size (int, optional) – Retrieves data in chunks of this size.

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

Return type:

dict