-
Notifications
You must be signed in to change notification settings - Fork 248
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
Wrong timestamps extracted from CZI files (Z1 lightsheet) #2975
Comments
Hi @gatagat, thank you for bringing this to our attention. If possible would you be able to upload the sample file for those reported values to https://www.openmicroscopy.org/qa2/qa/upload/? |
The file above is worth 1.5T, I'll try to reproduce the bug with a small test file and upload it. |
Hi @dgault, thanks for looking into this. Here is the small test data (no sample) - ID 18093. Expected: the extracted timestamps starting at 0, increasing monotonously up to about 34s for the four time points. Actual:
|
Hi @gatagat, thank for you uploading the file. I have been able to test and debug it today and can confirm that Im able to reproduce the issue as described. From debugging it seems that Bio-Formats has parsed 4 Timestamps attachments, 1 per file, from that it has parsed the following list of 10 timestamps :
These 10 values were added from 1-4 values in each corresponding file: So the first issue we have is that it should be unique timepoints stored when the timepoints are split over multiple files like this. The second issue is the actual values, if we assume the first timepoint is 0 and offset the remaining 3 values we would end up with: This would align with what is displayed in Zen Black: So that at least explains the 2 issues, hopefully we can put a fix in place for these shortly |
Hi @dgault, is there anything new? Do you need any more information from our side? |
Hi,
bioformats fails to extract correct timestamps from CZI files produced by the Z1 light sheet. If i understand it correctly the timestamps (DeltaT) should report seconds elapsed since the beginning of the acquisition. As of now this is definitely not the case, see example below.
Issue #2946 regarding CZI files from Z1 is afaict not related.
Thanks for looking into this.
Best regards,
Tomas
Here are tags produced by
showinf -omexml -nopix
(v5.7.1) for an input CZI file has 2 channels, 2 series, 399 time points, ~1 volume / minute. DeltaT should start at 0 and then keep increasing by ~60 which is not the case:For simplicity showing only T<50, Z=0 C=0.)
The text was updated successfully, but these errors were encountered: