rob-luke / Neuroimaging.jl

Neuroimaging in Julia
https://rob-luke.github.io/Neuroimaging.jl
BSD 3-Clause "New" or "Revised" License
48 stars 11 forks source link

Tutorials/Examples #35

Open Tokazama opened 5 years ago

Tokazama commented 5 years ago

I really appreciate all the work you're doing on this. I'm currently deeply in neuroimaging research and trying to add EEG to my repertoire for my current lab. This package is looking very promising and I'm hoping to start using it in the coming months, but I personally would need some more tutorials and examples. Are there any currently available tutorials or notebooks available?

rob-luke commented 3 years ago

Good idea. Should do as part of #42

likanzhan commented 3 years ago

@rob-luke Could you make a workflow or something based on your original logic of the package design, so that we can test the functions designed in the package?

rob-luke commented 3 years ago

@rob-luke Could you make a workflow or something based on your original logic of the package design, so that we can test the functions designed in the package?

Thats clearly why this issue is here. Please be patient, you are aware that I am actively working towards this goal. I have made over 1000s of lines of code changes in the last weeks towards this goal. You can view the order in which things are being addressed at https://github.com/rob-luke/Neuroimaging.jl/projects/1 and you will see this issue is close to the top of the list in the backlog.

There is an efficient order in which things must be done. Before I could write an example I first needed to update the CIs #38, update the code to Julia 1 #36, then get the documentation building #80, add the ability to fetch data #99, get real data working in the examples #93. Now I need to add a real dataset to the downloader #100, then finally I can address this.

You can see I was aware of this issue because I commented on it 3 days ago and its in the project timeline.

rob-luke commented 3 years ago

I have created an example at https://rob-luke.github.io/Neuroimaging.jl/dev/assr/examples/

However, I will not close this issue as I would like to add more examples to demonstrate how to achieve different types of analysis with this package. So stay tuned for more!