You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be great! Neurosynth has a REST API that should be more or less operational, so you should already be able to grab images pretty easily. E.g., if you want the reverse inference map for executive, you can get the JSON data from:
The returned object has an 'images' field, which is a list of all available images (typically with just the forward and reverse images). Based on the ID (which you can pick out by, e.g., doing a regex search for 'reverse'), you can then fetch the reverse inference image directly:
This is a placeholder for some functionality I'd like to add at some point. I think it would be nice to be able to do, e.g.
And get a map with the reverse inference statistics for the term "executive" plotted.
I used to have a toy notebook to do something similar, but the downloading API has changed and so that no longer works.
We'd probably want to go straight from the coordinates to the surface anyway, rather than detouring through a volume image.
CC: @tyarkoni who will probably have quick answers to questions that come up when I start actually working on this
The text was updated successfully, but these errors were encountered: