-
Notifications
You must be signed in to change notification settings - Fork 8
Add the "atldld dataset preview" command #66
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
Conversation
* Add type annotations * Configure the plotted figure in the CLI module * Change plot titles * Add the plane_of_section parameter to preview plot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried the CLI and I really like it 😍 Thanks for the PR, @Stannislav !
One small thing, it seems sometimes corners can be out of the boundaries of the reference shape, especially for the coronal axis. See for example atldld dataset preview 77371835
. Maybe we can extend the boundary of the coronal axis for those datasets ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool feature:) Thank you:) I read through the code quickly and left some comments:)
Nice catch! I removed the |
This reverts commit cb7e9a7. The bug-causing library importlib-metadata==4.8.0 was yanked from PyPI.
Sounds great! Thanks for changing this! |
It determines the locations of all section images in the reference space and saves a plot to disk.
I tested with
atldld dataset preview 479
atldld dataset preview 75492803
but feel free to test with other datasets, maybe you'll discover some bugs.