neuralib.scan.lsm.lsm_file
- neuralib.scan.lsm.lsm_file(filepath)[source]
context manager for load a lsm file
- Parameters:
filepath (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader) – lsm file path
- Returns:
- Return type:
Generator[TiffScanner, None, None]