Merging individual tif channels #61
-
|
Hello, I've been using VALIS for a little while and works very well! However I have a set of files that are individual tiff files for each channel, ie. My initial thoughts was use bfconvert to merge these into a pyramidal multichannel tif, and whilst the input ome.tif files open in Qupath, and VALIS runs these files through fine, the resulting output crashes Qupath and is unable to load, which might be something worth investigating further. I wasn't sure if VALIS had anything built in that would avoid using bfconvert Cheers, Justin |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @kriegy98, Apologies for taking so long to get back to you, just had a few very time sensitive things I had to take care of. Anyhow, I might suggest a more direct way to do this would be to use valis to register all of the DAPI rounds, apply those transformations to the associated slides, and merge the channels into a single ome.tiff. Assuming all the images are in the same directory, that would look something like this (I added an extra round and made up some markers for illustrative purposes): The above approach will avoid the need to use bfconvert, but it's hard to know if it will prevent QuPath from crashing. If you try this out, please let me know how it goes and if you run into any issues. Best, |
Beta Was this translation helpful? Give feedback.
-
|
Glad to hear it worked out, @kriegy98! Thanks for providing the additional missing pieces that would go at the start of the script. In the next version of valis I'll be sure to update |
Beta Was this translation helpful? Give feedback.
Hi @kriegy98,
Apologies for taking so long to get back to you, just had a few very time sensitive things I had to take care of. Anyhow, I might suggest a more direct way to do this would be to use valis to register all of the DAPI rounds, apply those transformations to the associated slides, and merge the channels into a single ome.tiff. Assuming all the images are in the same directory, that would look something like this (I added an extra round and made up some markers for illustrative purposes):