Skip to content

Commit

Permalink
Merge pull request #1234 from oesteban/docs/missing-references
Browse files Browse the repository at this point in the history
[DOC] Add two missing references
  • Loading branch information
oesteban authored Aug 5, 2018
2 parents 1847445 + 6fca1e7 commit 6997af1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions fmriprep/data/boilerplate.bib
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,25 @@ @article{hcppipelines
volume = 80,
year = 2013
}

@article{fs_template,
author = {Reuter, Martin and Rosas, Herminia Diana and Fischl, Bruce},
doi = {10.1016/j.neuroimage.2010.07.020},
journal = {NeuroImage},
number = 4,
pages = {1181-1196},
title = {Highly accurate inverse consistent registration: A robust approach},
volume = 53,
year = 2010
}

@article{cox_software_1997,
author = {Cox, Robert W. and Hyde, James S.},
doi = {10.1002/(SICI)1099-1492(199706/08)10:4/5<171::AID-NBM453>3.0.CO;2-L},
journal = {NMR in Biomedicine},
number = {4-5},
pages = {171-178},
title = {Software tools for analysis and visualization of fMRI data},
volume = 10,
year = 1997
}
2 changes: 1 addition & 1 deletion fmriprep/workflows/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def init_anat_template_wf(longitudinal, omp_nthreads, num_t1w, name='anat_templa
workflow.__desc__ = """\
A T1w-reference map was computed after registration of
{num_t1w} T1w images (after INU-correction) using
`mri_robust_template` [FreeSurfer {fs_ver}, @freesurfer].
`mri_robust_template` [FreeSurfer {fs_ver}, @fs_template].
""".format(num_t1w=num_t1w, fs_ver=fs.Info().looseversion() or '<ver>')

inputnode = pe.Node(niu.IdentityInterface(fields=['t1w']), name='inputnode')
Expand Down

0 comments on commit 6997af1

Please sign in to comment.