-
Notifications
You must be signed in to change notification settings - Fork 16
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
JOSS review - software #123
Comments
Paper reviewI was opening another issue related to paper edits, but I saw that in #121 you just edited the paper and addressed lot of stuff there. I have an extra suggestion: a comparison with other tools that are already available is needed for JOSS, and I think can help to understand the importance of your tool. So you can add a sentence if yours is the first the tool that address the conversion of transformation file formats, or add a short comparison with other tools. |
This was part of the vision - the reliability our implementation requires is only possible to achieve under test-driven development approaches.
Thanks - yes this is a great suggestion. We already have some notebooks, I'll see how to integrate them into the docs ASAP. We can also add a link to https://www.nipreps.org/nipreps-book/tutorial/registration.html, where the API is demonstrated in a real scenario. Finally, we have a binder link - the container is pretty heavy so it fails often, but it is worth adding somewhere and optimize the container down the line.
I think this would be the responsibility of downstream software as NiTransforms is completely unaware of the semantics of spaces. NiTransforms only represents spatial transforms, so if a user wants some
Sure, it doesn't hurt to say we abide by the contribution guidelines of nibabel and all that applies to nibabel applies here. Thanks!
A tricky but important one. I guess we can consider here some converters inside some software (e.g., FreeSurfer's conversion between LTA and FSL formats) and more generally C3D (which goal is conversion indeed). I'll chat with @mgxd to improve along these lines. |
Congrats for paper publication! Closing the issue. |
Hi,
this issue is related to JOSS submission (openjournals/joss-reviews#3459) and focuses more on the software side.
I think that this package can be very useful to easily integrate different formats and algorithms into more complicated pipelines, but also with the adoption of BIDS specification, so thanks for sharing this package with the community.
I noticed that you added the documentation website with the API of the tools, you have a set of test with a very high coverage and automated CI, and it's great, since it takes lot of time to code these parts!
Some points needs to be added in my opinion (but also from JOSS guidelines :) ):
pip install
orpython setup.py install
are used to install the package, but this should be mentioned in the repo README with dependencies.nibabel
which have this section, but a couple of lines in the docs / README are needed until this package will be independent and for JOSS, as well.I saw that some of these concerns have been answered in #118 .
I have an extra question, that is more a curiosity than a issue related to the tool: do you think it would be useful to include in your package some atlas transformations utilities (e.g.
to_talairach
,to_mni
) or is out of the scope of it?Cheers,
Roberto
PS: I saw while I was writing that some of these issues have been addressed by #122
The text was updated successfully, but these errors were encountered: