rmldj / hcp-utils

Utilities to use HCP and HCP-like data with nilearn and other Python tools
MIT License
41 stars 7 forks source link

the brain unfolding map appears to be inverted #11

Open garenasd945 opened 5 months ago

garenasd945 commented 5 months ago

As a novice in fMRI, what confuses me is that when I execute the following code, the brain unfolding map appears to be inverted. I am unsure where the problem lies.

import hcp_utils as hcp
from matplotlib import pyplot as plt
from nilearn import image, plotting

plotting.plot_surf(surf_mesh=hcp.mesh.flat_left)
plt.savefig("plot_surf_map-hcp.png", bbox_inches="tight")

plot_surf_map-hcp

garenasd945 commented 5 months ago

Some journals introduce it this way:

image