Skip to content

Commit

Permalink
[skip ci] Merge pull request #712 from poldracklab/chrisfilo-patch-1
Browse files Browse the repository at this point in the history
Reduce tSNR memory requirements
  • Loading branch information
oesteban authored Aug 10, 2018
2 parents f5bc5d7 + 16fb370 commit e42a63d
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 @@ -117,7 +117,7 @@ def fmri_qc_workflow(dataset, settings, name='funcMRIQC'):
ema = epi_mni_align(settings)

# Compute TSNR using nipype implementation
tsnr = pe.Node(nac.TSNR(), name='compute_tsnr', mem_gb=biggest_file_gb * 4.5)
tsnr = pe.Node(nac.TSNR(), name='compute_tsnr', mem_gb=biggest_file_gb * 2.5)

# 7. Compute IQMs
iqmswf = compute_iqms(settings)
Expand Down

0 comments on commit e42a63d

Please sign in to comment.