Skip to content
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

How to locate the ROI using Inkscape #256

Closed
sunjc73 opened this issue Feb 10, 2018 · 1 comment
Closed

How to locate the ROI using Inkscape #256

sunjc73 opened this issue Feb 10, 2018 · 1 comment

Comments

@sunjc73
Copy link

sunjc73 commented Feb 10, 2018

I want to plot the outline of a ROI in Inkscape when I execute cortex.add_roi(). So how to locate the area of the ROI accurately. I think a data should be sent to cortex.add_roi() as a reference, but I'm not sure which data should be.

Thanks in advance.

Jiancheng Sun

@marklescroart
Copy link
Contributor

Pardon the very late reply. The add_roi function is meant to add a pycortex volume of localizer data to the SVG file. This shows up as a cortical map of whatever was in the statistical volume. The data you pass can be, for example, a retinotopic map (to draw boundaries around retinotopically defined areas) or a T contrast btw face stimuli and objects (to localize FFA / OFA). In other words, you pass in analyzed localizer data to a pycortex Volume object, add_roi() creates a flatmap of that Volume in the overlays.svg file, and then you manually draw your ROI in the SVG file wherever you wish. There has been some work in our group on automatically defining ROIs based on localizer data, but none of it is sufficiently reliable yet to replace human expertise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants