pymaid.get_skids_by_origin

pymaid.get_skids_by_origin(source_ids, source_url, source_project_id, remote_instance=None)[source]

Get skeleton IDs by origin.

Parameters:
  • source_ids (list of int) – Source IDs to search for.

  • source_url (str) – Source url to search for.

  • source_project_id (int) – Source project ID to search for.

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

Returns:

{‘source_id’: skeleton_id}

Return type:

dict