Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

brainprep.interfaces.freesurfer.localgi

brainprep.interfaces.freesurfer.localgi(output_dir, entities)[source]

Local Gyrification Index (localGI or lGI).

It quantifies how much cortex is buried within the sulcal folds compared to the exposed outer surface - providing a localized version of the classical gyrification index [1].

Parameters:
output_dirDirectory

FreeSurfer working directory containing all the subjects.

entitiesdict

A dictionary of parsed BIDS entities including modality.

Returns:
commandlist[str]

LocalGI command-line.

outputstuple[File]
  • left_lgi_file : File - The generated left hemisphere localGI file.

  • right_lgi_file : File - The generated right hemisphere localGI file.

References