Reading the raw data from a Leica lif-file in Matlab for further analysis.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
```
Cite As
rolf harkes (2026). RawLIFreader (https://github.com/rharkes/RawLIFreader/releases/tag/1.0.0), GitHub. Retrieved .
General Information
- Version 1.0.0 (14.4 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
