-
Notifications
You must be signed in to change notification settings - Fork 245
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
Combine multiple metamorph files into sinlge .tif file #3186
Comments
Hi @Cumol, the Bio-Formats command-line tools and more generally Converting Metamorph files into a single (OME-)TIFF should definitely work as long as you point the Using your test files and Bio-Formats 5.9.0, the two commands below should produce a single OME-TIFF and TIFF image:
|
@sbesson wanted to try it out and wondered why it still gives the same error. It seems like th command line tools on the website are still the older version: https://docs.openmicroscopy.org/bio-formats/5.8.2/users/comlinetools/index.html When I run bfconvert -version it outputs 5.6.0 (from August 2017) Additional question. What determines the speed of conversion? RAM? Number of processes? |
I tried one full dataset and was able to convert it correctly. Then tried another one and got the following output:
currently trying to find out how to replicate this with a small number of files UPDATE: the first 10 files are converted properly. I wonder what is causing the issue. If it is one of th 15k files that follow, it might be hard to find out which. Is there a way to "skip" corrupt files? |
With regards the version, are you running the command from the bftools folder? Using the link you had in https://docs.openmicroscopy.org/bio-formats/5.8.2/users/comlinetools/index.html I get the below: As for the error message, the MetamorphTiffReader expects the files to contain a blob of XML metadata in the Image Description. That particular error would suggest that this is missing. If you have the |
I am trying to concatenate a time series of MetaMorph files into a singe .tif file with bfconvert (command line tool) but cannot make it work.
Is it at all possible? If so, what is the correct syntax?
This is what I am trying:
these files can be used as example:
https://www.dropbox.com/s/2xvxycbwvm9p85k/test-series.zip?dl=0
The text was updated successfully, but these errors were encountered: