balbasty / nitorch

Neuroimaging in PyTorch
Other
86 stars 14 forks source link

Spm2torch #14

Closed brudfors closed 4 years ago

brudfors commented 4 years ago

close #5

balbasty commented 4 years ago

A few comments:

brudfors commented 4 years ago

Thanks! Will do the non-essential mods you proposed.

brudfors commented 4 years ago

I did not do anything about differentiable or batching.

Not sure how to acknowledge SPM in the best way. For now I just put a statement in the header. But maybe it should also go into the README of nitorch?

This link:

https://www.software.ac.uk/blog/2017-03-30-how-not-cite-software-and-how-be-cited

talks about referencing software.

They also suggest putting the license terms in each individual file? Maybe a good idea?

balbasty commented 4 years ago

We could make spm a package (directory with __init__.py file), and add a LICENSE file in that directory. That would maybe make things clearer.