RawLIFreader

Versión 1.0.0 (14,4 KB) por rolf harkes
Reading the raw data from a Leica lif-file in Matlab for further analysis.
113 descargas
Actualizado 13 jul 2020

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
```

Citar como

rolf harkes (2024). RawLIFreader (https://github.com/rharkes/RawLIFreader/releases/tag/1.0.0), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.