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

Add timeIncrement/DeltaT to Image Details Panel #582

Open
JensWendt opened this issue Sep 19, 2024 · 0 comments
Open

Add timeIncrement/DeltaT to Image Details Panel #582

JensWendt opened this issue Sep 19, 2024 · 0 comments

Comments

@JensWendt
Copy link

Feature Request

Similar to the Pixel Size https://github.com/ome/omero-web/blob/da5b7d11f5375f024d3881db2dcc63899b4087da/omeroweb/webclient/templates/webclient/annotations/includes/core_metadata.html#L52C13-L52C33
it would be beneficial to also see the timeIncrement of the Image, if there is one.
Or alternatively, the DeltaT of the PlaneInfo it if is consistent.
After some digging in the code, it seems to me that unfortunately that neither the class omeroweb.webclient.webclient_gateway.ImageWrapper nor its base classes omeroweb.webclient.webclient_gateway.OmeroWebObjectWrapper and omero.gateway._ImageWrapper provide a function to directly read this information.
So my guess is, that either these functions would have to be added, or one somehow directly accesses the Pixels to get this info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant