I am trying to read .dtseries. grayordinate files from the human
connectome project. I am using nilearn.image which is based on
nibabel.

f=image.load_img(filename)

Now I want .pos filed from this file. I can get it in Matlab using:

v=ft_cifti_read(filename) v.pos

But nibabel does not create this field. How do I access it?

Specifically, I want xyz coordinates of each of the grayordinates, How
do I get those in python?

Thanks,
Anand
_______________________________________________
HCP-Users mailing list
HCP-Users@humanconnectome.org
http://lists.humanconnectome.org/mailman/listinfo/hcp-users

Reply via email to