zetastitcher.io.inputfile_mixin module¶
- class zetastitcher.io.inputfile_mixin.InputFileMixin¶
Bases:
object- Attributes
array_sizeSize in bytes of the whole virtual array
- file_size
frame_sizeSize in bytes of a single frame
shapeShape of the whole image stack.
Methods
close
- property array_size¶
Size in bytes of the whole virtual array
- close()¶
- property file_size¶
- property frame_size¶
Size in bytes of a single frame
- property shape¶
Shape of the whole image stack.
- Returns
- tuple
(
nfrms,ysize,xsize,channels) wherechannelsis the number of color channels in the image. Ifchannelis set or if there is only one channel, thechannelsdimension is squeezed.