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

Project surface to sphere #39

Open
ldallap opened this issue Jun 21, 2024 · 0 comments
Open

Project surface to sphere #39

ldallap opened this issue Jun 21, 2024 · 0 comments

Comments

@ldallap
Copy link

ldallap commented Jun 21, 2024

Hello,

Is that possible, in Python, to plot on a sphere instead of the cortical surface?

I'm doing something like this:

fc_ctx, fc_ctx_labels, _, _ = load_fc()
sc_ctx, sc_ctx_labels, _, _ = load_sc()

data_plot = np.random.rand(68)
data_surface = parcel_to_surface(data_plot, 'aparc_conte69')

plot_cortical(array_name=data_surface, surface_name="conte69")

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

1 participant