zetastitcher.io.ffmpeg_wrapper module¶
- class zetastitcher.io.ffmpeg_wrapper.FFMPEGWrapper(file_path=None)¶
Bases:
zetastitcher.io.inputfile_mixin.InputFileMixin- 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
open
zslice
- open(file_path=None)¶
- 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.
- zslice(arg1, arg2=None, step=None, dtype=None, copy=True)¶