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

Time units in OME TIFF metadata #176

Open
aliaksei-chareshneu opened this issue May 27, 2023 · 1 comment
Open

Time units in OME TIFF metadata #176

aliaksei-chareshneu opened this issue May 27, 2023 · 1 comment

Comments

@aliaksei-chareshneu
Copy link

Dear all,

I would like to ask your help in interpreting OME TIFF metadata:
Could you tell me please how to determine the units of time based on metadata?

Thank you for any input,
Best regards,
Aliaksei

@dgault
Copy link
Member

dgault commented May 29, 2023

Hi @aliaksei-chareshneu, the units should be determined by the DeltaTUnit value on the Plane element such as below. By default this should be seconds but it will depend on the software which created the metadata originally.

<Plane DeltaT="4950.364303196173" DeltaTUnit="s" ExposureTime="1.0366783402636648" ExposureTimeUnit="s" PositionX="277.7" PositionXUnit="µm" PositionY="1282.2" PositionYUnit="µm" PositionZ="2119.4" PositionZUnit="µm" TheC="0" TheT="0" TheZ="0"/>

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

2 participants