spm / SPM.jl

SPM in Julia
https://www.fil.ion.ucl.ac.uk/spm/
MIT License
7 stars 1 forks source link

General status #2

Open itsdfish opened 10 months ago

itsdfish commented 10 months ago

Hello,

Thank you for putting this package together. Its encouraging to see that some effort has been made in making SPM available in an open source language. I think Julia is a good choice. Out of curiosity, is SPM.jl feature complete, and would it be possible to use/learn along with the documentation? From what I can tell, the manual is geared towards Matlab and its GUI interface.

Thank you.

aTrotier commented 10 months ago

I don't think you have access to all the SPM functionality like the GM/WM segmentation. It would be great to be able to have a PURE julia package without a ccall to some library :) I will be happy to participate !

JohnAshburner commented 10 months ago

There is not yet much translation of SPM work into Julia. What has been done so far was just to explore Julia's potential. How much will be done in future will depend on the resources available to the SPM developer team.

itsdfish commented 10 months ago

Understandable. It might be a good idea to make a note in the README file that it is not a complete re-implementation.