lsm2bin¶
- tifffile.lsm2bin(lsmfile, /, binfile=None, *, tile=None, verbose=True)¶
Convert [MP]TZCYX LSM file to series of BIN files.
One BIN file containing ‘ZCYX’ data is created for each position, time, and tile. The position, time, and tile indices are encoded at the end of the filenames.
- Parameters:
lsmfile (str) – Name of LSM file to convert.
binfile (str | None) – Common name of output BIN files. The default is the name of the LSM file without extension.
tile (tuple[int, int] | None) – Y and X dimension sizes of BIN files. The default is (256, 256).
verbose (bool) – Print status of conversion.
- Return type:
None