-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added stack properties dialog in the Main Window #2465
Conversation
bb53906
to
0402a71
Compare
0459daa
to
5174a20
Compare
624db20
to
6f31502
Compare
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 get an error if I try to view properties of a 180 projection. I think a case is missing in _get_stack_data_type()
98f5b60
to
6c6f22b
Compare
6c6f22b
to
ee6bec3
Compare
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.
Looks good, tested locally. I did a squash, because there were quite a few commits.
Issue
Closes #2368
Description
Added a custom dialog window which can be accessed by right clicking a stack in the main window and clicking on "Stack properties". This gives information on the stack e.g, Dataset name, File Path, Data type, Memory size, Shape, Log file. More information can be added if needed.
Testing
Make check
Acceptance Criteria
Load a dataset into MI and open the Stack Properties dialog window via the right click window. Check that all the information displayed is correct and that no errors occur