get_elec_volume_labels

get_elec_volume_labels(subj: str, subj_dir: str, radius: int = 10, atlas: str = '.a2009s') DataFrame[source][source]

Gets the electrode volume labels for a subject.

Parameters:
  • subj (str) – The subject to get the labels for.

  • subj_dir (str) – The directory of the subject.

  • radius (int, optional) – The radius of the volume, by default 10

  • atlas (str, optional) – The atlas to use, by default “.a2009s”

Returns:

The labels of the electrode volume.

Return type:

pd.DataFrame