neuralib.atlas.view.get_slice_view

neuralib.atlas.view.get_slice_view(view, plane_type, *, name='allen_mouse', resolution=10, check_latest=True)[source]

Load the mouse brain slice view

Parameters:
  • view (Literal['annotation', 'reference']) – VIEW_TYPE.

  • plane_type (Literal['coronal', 'sagittal', 'transverse']) – PLANE_TYPE. {‘coronal’, ‘sagittal’, ‘transverse’}

  • name (str) – Name of the atlas.

  • resolution (int) – Volume resolution in um. default is 10 um

  • check_latest (bool) – If True, check the latest version of brain

Returns:

AbstractSliceView

Return type:

AbstractSliceView