We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi again !
I think I found a bug in the labeling of 'superiorparietal_left' and 'superiorfrontal_left' ROIs in Desikan-Killiany atlas.
I have a dictionary {'superiorparietal_left': 1}, and running ggseg.plot_dk() also labels the medial superiorfrontal_left cortex:
{'superiorparietal_left': 1}
ggseg.plot_dk()
Similarly, when setting 'superiorfrontal_left' to 1.0, only the lateral part gets labelled (the largest medial part is not labelled):
Labelling of right ROIs works fine.
Here is the code I am running in case you want to have a look:
import ggseg ggseg.plot_dk({'superiorparietal_left': 1.0},cmap='Spectral', figsize=(15,15), background='k', edgecolor='w', bordercolor='gray', ylabel='Cortical thickness (mm)', title='Title of the figure') ggseg.plot_dk({'superiorfrontal_left': 1.0},cmap='Spectral', figsize=(15,15), background='k', edgecolor='w', bordercolor='gray', ylabel='Cortical thickness (mm)', title='Title of the figure')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi again !
I think I found a bug in the labeling of 'superiorparietal_left' and 'superiorfrontal_left' ROIs in Desikan-Killiany atlas.
I have a dictionary
{'superiorparietal_left': 1}
, and runningggseg.plot_dk()
also labels the medial superiorfrontal_left cortex:Similarly, when setting 'superiorfrontal_left' to 1.0, only the lateral part gets labelled (the largest medial part is not labelled):
Labelling of right ROIs works fine.
Here is the code I am running in case you want to have a look:
The text was updated successfully, but these errors were encountered: