-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
Hello,
We are developing a Nextflow pipeline for image processing with some Fiji scripts and we are having troubles opening our video files with the Bio-Formats Importer.
More specifically, we need work with both .tif and .tiff files, which sometimes appear as TIFF, other times as BigTiff.
(base) [torchia@login2 Valeria]$ file *.tif*
concatenated_video_subset.tif: TIFF image data, big-endian, direntries=13, height=0, bps=16, compression=none, PhotometricIntepretation=BlackIsZero, description=ImageJ=1.54p, width=0
concatenated_video.tif: TIFF image data, big-endian, direntries=13, height=0, bps=16, compression=none, PhotometricIntepretation=BlackIsZero, description=ImageJ=1.54p, width=0
FLPGAT250423B_day2.tiff: TIFF image data, big-endian, direntries=13, height=0, bps=16, compression=none, PhotometricIntepretation=BlackIsZero, description=ImageJ=1.54f, width=0
FLPGLUT250710_d123.tif: Big TIFF image data, big-endian
FLPGLUT250710_d123.tiff: Big TIFF image data, little-endian
NGLUT240415_social_D1_D2_subset.tif: TIFF image data, big-endian, direntries=13, height=0, bps=16, compression=none, PhotometricIntepretation=BlackIsZero, description=ImageJ=1.54f, width=0
NGLUT250227_hab3.tif: TIFF image data, big-endian, direntries=14, height=0, bps=16, compression=none, PhotometricIntepretation=BlackIsZero, description={"shape": [9391, 375, 400]}, width=0
NGLUT250227_hab3.tiff: Big TIFF image data, little-endian
The video size varies as well:
(base) [torchia@login2 Valeria]$ ls -l --human-readable
-rw-r--r-- 1 torchia gross 566M Jul 15 13:51 concatenated_video_subset.tif
-rw-r--r-- 1 torchia gross 21G Apr 15 11:43 concatenated_video.tif
-rw-r--r-- 1 torchia gross 5.1G Aug 22 11:06 FLPGAT250423B_day2.tiff
-rwxr-xr-x 1 torchia gross 11G Oct 8 11:37 FLPGLUT250710_d123.tif
-rwxr-xr-x 1 torchia gross 12G Sep 25 19:14 FLPGLUT250710_d123.tiff
-rw-r--r-- 1 torchia gross 406M Oct 3 2024 NGLUT240415_social_D1_D2_subset.tif
-rw-r--r-- 1 torchia gross 2.7G Aug 1 12:15 NGLUT250227_hab3.tif
-rwxr-xr-x 1 torchia gross 2.7G May 27 14:24 NGLUT250227_hab3.tiff
Is there a way to open all these videos with run("Bio-Formats Importer")
?
Thank you so much,
Sofia
Metadata
Metadata
Assignees
Labels
No labels