You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly unrelated to this issue, but perhaps a useful note to include for anyone who might make the mistake I just made: it looks like make_ggseg3d_2_ggseg() expects a bilateral atlas. The way I'd set up make_aparc_2_3datlas to run first, I had a list of atlases, with a separate ggseg3d-atlas dataframe for every hemisphere of every parcellation. When I went to run make_ggseg3d_2_ggseg(), steps 1-6 ran smoothly and then I got a funny error in step 7.
Upon poking in, I realized I was meant to feed in a whole bilateral atlas to make_ggseg3d_2_ggseg() and that it was erroring out because it was looking for 2 hemispheres' worth of views and only finding 1. I combined the appropriate left and right hemisphere atlas dataframes, re-ran the function, and it worked all the way through! Hope this helps somebody else in the future.
Mostly unrelated to this issue, but perhaps a useful note to include for anyone who might make the mistake I just made: it looks like
make_ggseg3d_2_ggseg()
expects a bilateral atlas. The way I'd set upmake_aparc_2_3datlas
to run first, I had a list of atlases, with a separate ggseg3d-atlas dataframe for every hemisphere of every parcellation. When I went to runmake_ggseg3d_2_ggseg()
, steps 1-6 ran smoothly and then I got a funny error in step 7.From debugging:
Upon poking in, I realized I was meant to feed in a whole bilateral atlas to
make_ggseg3d_2_ggseg()
and that it was erroring out because it was looking for 2 hemispheres' worth of views and only finding 1. I combined the appropriate left and right hemisphere atlas dataframes, re-ran the function, and it worked all the way through! Hope this helps somebody else in the future.Originally posted by @monicathieu in #27 (comment)
The text was updated successfully, but these errors were encountered: