Small difference in time intervals #19
Unanswered
albinahlback
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The best answer or recommendation I could give here is:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently writing software to interpret raw CZI-files for your microscopes and I am having trouble understanding some parameters within the files.
In a CZI-file, there is a metadata section as well as an attachment section, where the latter has a timestamp segment which contains timestamps for when the frames are taken. Moreover, in my setup we have a segment in the metadata which describes the time increment for the frames. For us, this can be found under
but perhaps this is specific for my setup. Our camera is Axiocam 305 and software is ZEN (blue edition) version 3.3.89.0000.
The problem is that there is a small difference in the calculated time differences in the timestamps versus the time increment in the metadata. The relative difference is about 10^-5, which is small, but far larger than any error that is expected from when converting from binary to decimal and vice versa.
Which should I trust the most?
Also, is there any up-to-date CZI design specification? Mine is quite outdated as it is from 2011, and the current state of the online documention does not seem complete. If there is one, would it be possible to send one to me?
Best,
Albin
Beta Was this translation helpful? Give feedback.
All reactions