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.xhemireg

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

Symmetric mapping of the right hemisphere to the left hemisphere space. within the subject’s own space.

Parameters:
output_dirDirectory

FreeSurfer working directory containing all the subjects.

entitiesdict

A dictionary of parsed BIDS entities including modality.

Returns:
commandlist[str]

Mapping command-line.

outputstuple[File]
  • left_log_file : File - The log of the left to right registration process.

  • right_log_file : File - The log of the right to left registration process.