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

brainprep.interfaces.freesurfer.mris_apply_reg(src_file, trg_file, srcreg_file, targreg_file)[source]

Apply a surface-based registration to a cortical surface data file.

It transforms data from one surface space to another using a precomputed registration.

Parameters:
src_fileFile

Source cortical features.

trg_fileFile

Target cortical features.

srcreg_fileFile

Source reg file.

targreg_fileFile

Target reg file.

Returns:
commandlist[str]

Apply registration command-line.

outputstuple[File]
  • trg_file : File - Target cortical features.