Holofile¶
Holofile is the file I/O library for the .holo format used by high-throughput holographic acquisitions. It provides the reader and writer primitives used to move recorded frame data and associated metadata between storage and Holoflow pipelines.
Holovibes integrates the library through two tasks:
- The Holofile source reads recorded frames into a processing graph.
- The Holofile sink records pipeline tensors and settings to disk.
The public C++ interface is available in src/holofile/include/holofile.