You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Define Dataset runs, it will recheck the z size, detect it correctly THEN it will reset it to 1.
Thu Feb 22 21:54:13 EST 2018: Checking file sizes ...
Thu Feb 22 21:54:13 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG090.tiff, series 0
Thu Feb 22 21:54:13 EST 2018: Corrected size is 1 (was 228)
Thu Feb 22 21:54:13 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG135.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 1 (was 208)
Thu Feb 22 21:54:14 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG000.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 1 (was 267)
Thu Feb 22 21:54:14 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG225.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 1 (was 267)
=========== HERE IS THE IMAGEJ RESAVED FILE ================
Thu Feb 22 21:54:14 EST 2018: Checking z size in file:
Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG315.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 208 (was 208)
==========================================================
Thu Feb 22 21:54:14 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG270.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 1 (was 228)
Thu Feb 22 21:54:14 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG180.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 1 (was 267)
Thu Feb 22 21:54:14 EST 2018: Checking z size in file: /Microscopy/JaneliaLightSheet/Bro3/Bro3_TM00236_ANG045.tiff, series 0
Thu Feb 22 21:54:14 EST 2018: Corrected size is 1 (was 267)
Thu Feb 22 21:54:14 EST 2018: Finished.
I cannot set the tags on multipage tiff in an efficient manner (I have looked ... exiftool or libtiff only allow for the modification of the FIRST file in multipage tiff, and ... sadly imageJ does not take this into account ...)
I can't set the tiff tags on 12 To of tiffs by opening each one in python (or matlab) and setting them, as the libraries load the whole file in memory -> super long and very high memory usage for no reason
Any chance to correct this ?
The text was updated successfully, but these errors were encountered:
The Define Multiview dataset fails to create a correct dataset if the files do not have the correct headers.
During the dataset creation process, each file is checked, and the TAG values are used instead of the correct number of pages in the tiff file.
Here I have 8 angles, 7 of which I did not touch, and 1 where I resaved it with FIJI.
The tags on each file looks like this (tiffinfo output)
where the tags after imageJ look like:
When the Define Dataset runs, it will recheck the z size, detect it correctly THEN it will reset it to 1.
I cannot set the tags on multipage tiff in an efficient manner (I have looked ... exiftool or libtiff only allow for the modification of the FIRST file in multipage tiff, and ... sadly imageJ does not take this into account ...)
I can't set the tiff tags on 12 To of tiffs by opening each one in python (or matlab) and setting them, as the libraries load the whole file in memory -> super long and very high memory usage for no reason
Any chance to correct this ?
The text was updated successfully, but these errors were encountered: