Skip to content

Commit f8f634d

Browse files
committed
fix: add mention to potential alternatives
1 parent 24aac2c commit f8f634d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

joss/nt.bib

+7
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ @book{friston_statistical_2006
7373
title = {Statistical parametric mapping : the analysis of functional brain images},
7474
year = 2006
7575
}
76+
77+
@article{yushkevich_open_nodate,
78+
title = {Open {Source} {Software}: {Convert3D} {Medical} {Imaging} {Processing} tool},
79+
url = {https://sourceforge.net/p/c3d},
80+
journal = {Sourceforge},
81+
author = {Yushkevich, Paul A.},
82+
}

joss/paper.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Image registration is a prominent task present in almost any image processing wo
4646

4747
**Statement of need**. In neuroimaging, the proliferation of image registration software implementations has resulted in a disparate collection of structures and file formats used to preserve and communicate the transformation.
4848
This assortment of formats presents the challenge of compatibility between tools and endangers the reproducibility of results.
49+
Some tools are available that permit some conversions between formats, either within neuroimaging packages or standalone such as Convert3D [@yushkevich_open_nodate]. However, they are typically limited either in compatible packages and/or application coverage (e.g., only linear transforms).
4950

5051
**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]).
5152
Additionally, the tool provides seamless conversion between these formats, as well as the ability of applying the transforms to other images.

0 commit comments

Comments
 (0)