Papaya icon indicating copy to clipboard operation
Papaya copied to clipboard

Loading freesurfer apac+aseg overlay on top T1

Open soichih opened this issue 2 years ago • 1 comments

(Related to https://github.com/rii-mango/Papaya/issues/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?

soichih avatar Apr 20 '22 18:04 soichih

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?

madeyoso66 avatar Aug 02 '23 12:08 madeyoso66