Skip to content
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

Show more metadata about selected Volume #509

Closed
kephale opened this issue Jun 16, 2023 · 2 comments · Fixed by #542
Closed

Show more metadata about selected Volume #509

kephale opened this issue Jun 16, 2023 · 2 comments · Fixed by #542
Labels
help wanted Looking for your first issue to contribute to? Taking part in a hackathon? Look no further!
Milestone

Comments

@kephale
Copy link
Member

kephale commented Jun 16, 2023

When you select a volume in tree view, the attributes shown in the Properties panel are primarily things to edit. However, there are some read-only attributes that are interesting, like image size, pixel size, etc..

This could be easily implemented in the Properties class.

@kephale kephale added the help wanted Looking for your first issue to contribute to? Taking part in a hackathon? Look no further! label Jun 16, 2023
@kephale kephale added this to the 1.0.0 milestone Jul 22, 2023
@kephale
Copy link
Member Author

kephale commented Jul 22, 2023

Labeling this as 1.0.0 it isn't critical, but is pretty easy and people always want the metadata info for volumes

@kephale
Copy link
Member Author

kephale commented Jul 22, 2023

@ctrueden this is a little weird, but can we have @Parameters that are static? I was hoping to follow the pattern we have here

/* Volume properties */
@Parameter(label = "Timepoint", callback = "updateNodeProperties", style = NumberWidget.SLIDER_STYLE+",group:Volume")
private var timepoint = 0
and just add more @Parameters for at least voxel dimensions and image size that get updated by the Node but cannot be changed in the Properties panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Looking for your first issue to contribute to? Taking part in a hackathon? Look no further!
Projects
None yet
1 participant