pymaid.get_sampler

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

Get list of reconstruction samplers.

Parameters:
  • x (list-like | CatmaidNeuron/List | None, optional) – Skeleton IDs for which to get samplers. If None will return all samplers.

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

Returns:

DataFrame containing all samplers. Returns empty DataFrame if no samplers.

Return type:

pandas.DataFrame