Skip to content
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

Reading czi file #4

Closed
DeepaMahm opened this issue Jul 1, 2020 · 0 comments
Closed

Reading czi file #4

DeepaMahm opened this issue Jul 1, 2020 · 0 comments

Comments

@DeepaMahm
Copy link

DeepaMahm commented Jul 1, 2020

Hi @bnsreenu

Firstly, thank you very much for the amazing videos.
I am sorry, this is not really an issue.

I've a few doubts in reading czi file and I would like to ask those here. Following the video tutorial, the czi file is imported in python like this

import czifile
from skimage import io

img = czifile.imread('file.czi')
print(img.shape)

The output is
(1, 1, 3, 1, 48, 1024, 1024, 1)
I couldn't completely understand what each value in the output refers to

Does 3 denote the number of channels?
Does 48 denote the number of slices in the z-stack for each channel?

I would like to save the z-stack corresponding to channel 1 in tiff format. Could you please offer some advice on how this can be done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant