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

Loading freesurfer apac+aseg overlay on top T1 #206

Open
soichih opened this issue Apr 20, 2022 · 1 comment
Open

Loading freesurfer apac+aseg overlay on top T1 #206

soichih opened this issue Apr 20, 2022 · 1 comment

Comments

@soichih
Copy link

soichih commented Apr 20, 2022

(Related to #55)

I have a t1w and aparc+aseg generated by freesurfer from the same T1w. I am wondering if I can recreate the freeview visualization that shows various parcellation on top of the T1.

Like this..

Screenshot from 2022-04-20 14-09-01

If I just load both t1 and aparc+aseg, papaya currently shows all parcellation with similar colors.

params["images"] = ["../fs/T1.nii.gz", "../fs/aparc+aseg.nii.gz"]     

image

Is there a way to load the freesurfer LUT color table?

@madeyoso66
Copy link

Hi, I'm having the same issue above. When applying freeSurferColorLUT, the order somehow makes the subcortical regions disappear. Below are examples of comparing the correct display on Freeview next to the papaya attempt

This first one has the aparc+asec listed first, while T1 is overlayed on top(with transparency). This almost has the correct result; however, the overall colors seem faded with the T1 on top.
1

This second attempt has the order flipped. T1 is listed first, while aparc+aseg is overlayed as second. Now the colors are proper, but the subcortical regions arent showing
2

Can this set of regions be displayed in the papaya viewer while aparc+aseg is the overlayed image?

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