Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Add mention to potential alternatives in JOSS submission #132

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions joss/nt.bib
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ @book{friston_statistical_2006
title = {Statistical parametric mapping : the analysis of functional brain images},
year = 2006
}

@article{yushkevich_open_nodate,
title = {Open {Source} {Software}: {Convert3D} {Medical} {Imaging} {Processing} tool},
url = {https://sourceforge.net/p/c3d},
journal = {Sourceforge},
author = {Yushkevich, Paul A.},
}
1 change: 1 addition & 0 deletions joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Image registration is a prominent task present in almost any image processing wo

**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.
This assortment of formats presents the challenge of compatibility between tools and endangers the reproducibility of results.
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).

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