Skip to content

Commit d44112a

Browse files
committed
docs: add fMRIPrep reference into JOSS submission, address minimal problems
1 parent 31c2abb commit d44112a

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

joss/nt.bib

+18
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,21 @@ @article{yushkevich_open_nodate
8080
journal = {Sourceforge},
8181
author = {Yushkevich, Paul A.},
8282
}
83+
84+
@article{esteban_fmriprep_2019,
85+
title = {{fMRIPrep}: a robust preprocessing pipeline for functional {MRI}},
86+
volume = {16},
87+
copyright = {2018 The Author(s), under exclusive licence to Springer Nature America, Inc.},
88+
issn = {1548-7105},
89+
shorttitle = {{fMRIPrep}},
90+
url = {https://www.nature.com/articles/s41592-018-0235-4},
91+
doi = {10.1038/s41592-018-0235-4},
92+
language = {En},
93+
number = {1},
94+
urldate = {2018-12-10},
95+
journal = {Nat Meth},
96+
author = {Esteban, Oscar and Markiewicz, Christopher J. and Blair, Ross W. and Moodie, Craig A. and Isik, A. Ilkay and Erramuzpe, Asier and Kent, James D. and Goncalves, Mathias and DuPre, Elizabeth and Snyder, Madeleine and Oya, Hiroyuki and Ghosh, Satrajit S. and Wright, Jessey and Durnez, Joke and Poldrack, Russell A. and Gorgolewski, Krzysztof J.},
97+
month = jan,
98+
year = {2019},
99+
pages = {111--116},
100+
}

joss/paper.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Some tools are available that permit some conversions between formats, either wi
5050

5151
**Summary**. _NiTransforms_ is a Python tool capable of reading and writing tranforms produced by the most popular neuroimaging software (AFNI [@cox_software_1997], FSL [@jenkinson_fsl_2012], FreeSurfer [@fischl_freesurfer_2012], ITK via ANTs [@avants_symmetric_2008], and SPM [@friston_statistical_2006]).
5252
Additionally, the tool provides seamless conversion between these formats, as well as the ability of applying the transforms to other images.
53-
The tool has already been integrated into _fMRIPrep_, a popular neuroimaging preprocessing pipeline that leverages many of the neuroimaging software already mentioned.
53+
The tool has already been integrated into _fMRIPrep_ [@esteban_fmriprep_2019], a popular neuroimaging preprocessing pipeline that leverages many of the neuroimaging software already mentioned.
5454
_NiTransforms_ is inspired by _NiBabel_ [@brett_nibabel_2006], a Python package with a collection of tools to read, write and handle neuroimaging data, and will be included as a new module.
5555

5656
**Audience**. Computer vision researchers and experts using Python, developers of neuroimaging workflows built on AFNI, FSL, FreeSurfer, ITK/ANTs, or SPM, developers of neuroimaging visualization tools.
@@ -72,8 +72,8 @@ There are a multiplicity of image registration algorithms and corresponding imag
7272

7373
The problem has been traditionally confused by the need of _transforming_ or mapping one image (generally referred to as _moving_) into another that serves as reference, with the goal of _fusing_ the information from both.
7474
An example of image fusion application would be the alignment of functional data from one individual's brain to the same individual's corresponding anatomical MRI scan for visualization.
75-
Therefore, "applying a transform" entails two operations: first, transforming the coordinates of the samples in the reference image $R$ to find their mapping $\vec{x}'$ on $M$ via $T\{\cdot\}$, and second an interpolation step as $\vec{x}'$ will likely fall off-the-grid of the moving image $M$.
76-
These two operations are confusing because, while the spatial transformation projects from $R$ to $M$, the data flows in reversed way after the interpolation of the values of $M$ at the mapped coordinates $\vec{x}'$ (\autoref{fig:resampling}).
75+
Therefore, "applying a transform" entails two operations (\autoref{fig:resampling}): first, transforming the coordinates of the samples in the reference image $R$ to find their mapping $\vec{x}'$ on $M$ via $T\{\cdot\}$, and second an interpolation step, as $\vec{x}'$ will likely fall off-the-grid of the moving image $M$.
76+
These two operations are confusing because, while the spatial transformation projects from $R$ to $M$, the data flows in reversed way after the interpolation of the values of $M$ at the mapped coordinates $\vec{x}'$.
7777

7878
![Resampling a 3D image via a spatial transform to fuse the information of one into another image. \label{fig:resampling}](https://github.com/poldracklab/nitransforms/raw/master/docs/_static/figure1-joss.png)
7979

0 commit comments

Comments
 (0)