pymaid.get_sampler_counts

pymaid.get_sampler_counts(x, remote_instance=None)[source]

Get number of reconstruction samplers for a set of neurons.

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

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

Returns:

{skeleton_id: count, ...}

Return type:

dict