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 リポジトリにアクセスしてください。