RawLIFreader

버전 1.0.0 (14.4 KB) 작성자: rolf harkes
Reading the raw data from a Leica lif-file in Matlab for further analysis.
다운로드 수: 111
업데이트 날짜: 2020/7/13

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 (2024). RawLIFreader (https://github.com/rharkes/RawLIFreader/releases/tag/1.0.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.