Skip to content

Commit

Permalink
PATCH: Use mutualinfo cost function for MCFLIRT
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 30, 2023
1 parent b5619db commit b3917c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/bold/hmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def init_bold_hmc_wf(mem_gb: float, omp_nthreads: int, name: str = 'bold_hmc_wf'

# Head motion correction (hmc)
mcflirt = pe.Node(
fsl.MCFLIRT(save_mats=True, save_plots=True, save_rms=True),
fsl.MCFLIRT(save_mats=True, save_plots=True, save_rms=True, cost='mutualinfo'),
name='mcflirt',
mem_gb=mem_gb * 3,
)
Expand Down

0 comments on commit b3917c2

Please sign in to comment.