-
Notifications
You must be signed in to change notification settings - Fork 58
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
nidm to nimare dataset #837
Comments
While having a look at this, I realize that this notebook seems obsolete, no? https://github.com/neurostuff/NiMARE/blob/main/examples/misc-notebooks/nidm_pain_meta-analyses.ipynb At least several imports fail. Also feels like it has been replaced in part by some current examples in the gallery. |
Hi @Remi-Gau,
Yes, that notebook is obsolete, it's now more of an artifact of how the test_nidm_pain.json was created.
I am not currently working on this, but I am working on downloading information from neurovault into a NiMARE dataset, which would include nidm results. |
Our usecase is more to generate nidm file "locally" and then use those. So would it help you if you also had a separate function to do the nidm to dataset to decouple it from the neurovault usecase? Context: this is some sort of internal mega-analysis, so eventhough things will get pushed to neurovault eventually, it is faster to iterate without the upload / download nidm results to neurovault (esp that the upload feature of nidm results does not seem work atm). |
yes, nidm is a separate concept from neurovault so having a function specifically for nidm would be useful! |
sort of planning to write some small utility to create Nimare dataset from nidm results
I guess a good starting point would be this one: https://github.com/neurostuff/NiMARE/blob/63f0a7e19ec1e85d3e36ec7e24f0a123765df68a/examples/misc-notebooks/save_nidm_to_dset.ipynb
And then make it more general?
Is the plan to still have some nimare.io.nidm2nimare?
Anything else I should be aware of?
The text was updated successfully, but these errors were encountered: