now_2023.plotting.plot_hc

now_2023.plotting.plot_hc(dataset_folder: Path, subject: str, hemi: str, cut_coords: tuple | None = None)[source]

Plot a brain image of the Hipocampus.

This is a high-level function which assumes some structure in the input data.

Parameters:
  • dataset_folder (Path) – The path to the folder in which the raw input dataset of the tutorial was downloaded.

  • subject (str) – The identifier of the subject for which a plot is desired.

  • hemi (str) – Either “left” or “right”. This indicates which hipocampus should be displayed.

  • cut_coords (tuple of three ints) – The coordinates of the slice to be displayed.