zetastitcher.io.inputfile_mixin module¶
- class zetastitcher.io.inputfile_mixin.InputFileMixin¶
Bases:
object
- Attributes
array_size
Size in bytes of the whole virtual array
- file_size
frame_size
Size in bytes of a single frame
shape
Shape 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
) wherechannels
is the number of color channels in the image. Ifchannel
is set or if there is only one channel, thechannels
dimension is squeezed.