phigjm

Results 6 comments of phigjm

Had the same issue. My solution was: ``` def get_frame(imgContainer, z,c): i= imgContainer.channels*z+c z = i%imgContainer.nz c = i//imgContainer.nz return imgContainer.get_frame(z=z,t=0, c=c) get_frame(im0,2,0) ``` good to know that this is...

I just checked: and I have the same issue with 8 channel recordings. But my code suggestion also works for 8 Channels. (in casme someone runs in the same Problems)

I now as well believe the problem is general. I tried out 3 -8 channels so far and always had the same issue. I am thinking about making a pull...

Are you planning to make the changes for the Playstore open source as well or to update this Repository?

Sorry I just found a solution: The series name can be accessed via: `image.info['name']` I'm not sure if you want to update the doc or if this is relevant for...

I would also like to see that feature.