-
Notifications
You must be signed in to change notification settings - Fork 0
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
Online standalone interactive tutorial (“Notebook/Browser-Demo”) using NeuroDesk and or Matlab live scripts #6
Comments
Idea:
Question:
|
Alternative: Video Tutorial of Standalone PhysIO in NeuroDesk |
It's readily possible to use AWS data (e.g., S3 buckets) from MATLAB Online. I wonder if using an OpenNeuro dataset would work for this tutorial(s)? The reason I ask: these datasets are available as S3 buckets. (There are other pathways too, but this is likely the lowest-hanging fruit.) |
Dear Vijay @vijayiyer05, That's an excellent idea, thank you very much! I think we will have to identify if/which of the OpenNeuro-datasets come with peripheral physiological recordings, because that's what PhysIO modeling is based on. If there are suitable ones, that would be a great example dataset indeed. |
Outline tutorial in matlab livescript @mrikasper Data set to be used: https://openneuro.org/datasets/ds001168/versions/1.0.1 and https://openneuro.org/datasets/ds000113/versions/1.3.0 Step 1a: Run PhysIO toolbox on data [x] Step 2: Start preparing live script [x]
|
Idea for repository name: Template to start from for Step one (run on data with SPM creation of F contrasts and visualization): https://github.com/BRAIN-TO/cubric-physio TODO @likeajumprope : Adapt inputs for openneuro dataset --> done |
Note, for the openneuro dataset you chose, you will have to update PhysIO to support BIDS files with more than 3 columns by extending the following function with a 3rd input parameter
that can be retrieved within or you find another example dataset with just 3 columns. |
@mrikasper, I can now run physio fully on the first subject of the forest gump data set..
|
Update The tutorial exists in two versions:
Both use data from the open neuro forest gump repository(sub-01). There are a few things that need to be considered based on the experience I had with the matlab online space in particular:
|
Update on speed of Live-script demo on Matlab online. In order to have the demo, tapas and spm in one repository, tapas and spm were integrated as sub-modules. |
Link to the repositories:Git: https://github.com/likeajumprope/PhysIO-Live |
Maybe appropriate dataset for Demo (Brainstem fMRI, native Siemens physio logfiles):
TODO:
|
The text was updated successfully, but these errors were encountered: