Reading the raw data from a Leica lif-file in Matlab for further analysis.
Reading the raw data from a Leica lif-file in Matlab for further analysis. Adapted from bioformats.
Bioformats will be more user friendly than the RawLIFreader. This small script is only to make it easier to access the bytes in the .lif file directly. If you don't need that, use bioformats or
https://nl.mathworks.com/matlabcentral/fileexchange/48774-load-leica-lif-file
```
LF = LIFfile(filename); %read the content of the .lif file
dat=LF.getLIFBinaryBlockData('MemBlock_6122'); %contains raw data. Find the name of the memoryblock in LF.binaryBlockHeaders
```
引用格式
rolf harkes (2026). RawLIFreader (https://github.com/rharkes/RawLIFreader/releases/tag/1.0.0), GitHub. 检索时间: .
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.0.0 |
