pymaid.get_stack_info

pymaid.get_stack_info(stack: int | str, remote_instance: CatmaidInstance | None = None) StackInfo[source]

Get information about an image stack.

Parameters:
  • stack (Union[int, str]) – Integer ID or string title of the stack.

  • remote_instance (Optional[CatmaidInstance], optional) – By default global.

Return type:

StackInfo

Raises:

ValueError – If an unknown stack title is given.