Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Nov 17, 2017
1 parent 51fc495 commit 8524064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/workflows/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def compute_iqms(settings, name='ComputeIQMs'):

# AFNI quality measures
fwhm_interface = get_fwhmx()
fwhm = pe.Node(afni.FWHMx(combine=True, detrend=True), name='smoothness')
fwhm = pe.Node(fwhm_interface, name='smoothness')
# fwhm.inputs.acf = True # add when AFNI >= 16
outliers = pe.Node(afni.OutlierCount(fraction=True, out_file='outliers.out'),
name='outliers', mem_gb=biggest_file_gb * 2.5)
Expand Down

0 comments on commit 8524064

Please sign in to comment.