Skip to content

viewing multiple image files simultaneously #576

Answered by lstrgar
lstrgar asked this question in Q&A
Discussion options

You must be logged in to vote

I think I resolved this issue. It doesn't appear to be a matter of dimension order. Rather you must explicitly tell bioformats which dimension you want to stack the files on. So far, the best option for this is using a pattern file -- https://docs.openmicroscopy.org/bio-formats/6.8.1/formats/pattern-file.html.

I've had success using a pattern file as input to bfconvert but was told that it can also with with bioformats2raw and raw2ometiff

For example, with two tiff single image channels (each HxW), c0.tiff and c1.tiff, you could populate a a file called stack.pattern with a single line that reads "c<0-1>.tiff" and then replace the input file in your bfconvert call with stack.pattern.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
10 replies
@lstrgar
Comment options

@ilan-gold
Comment options

@lstrgar
Comment options

@ilan-gold
Comment options

@lstrgar
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ilan-gold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants