Reads a Diaspective Vision TIVITA *_SpecCube.dat recording through the
tivis.r package and returns it as an hsi_cube.
Value
An hsi_cube object. Values are calibrated reflectance, normally
within [0, 1] but not clamped, since specular regions legitimately
exceed it.
Details
Unlike the Cubert reader, this needs no vendor SDK: the TIVITA container is a plain binary format and tivis.r is pure R.
Acquisition metadata from the Suite's *_meta.log is attached to the cube
when present, along with the paths of the parameter images the Suite
exported beside the recording (RGB rendering, oxygenation, NIR perfusion,
THI, TWI). Those are the Suite's own results and are useful as a reference
when checking independently computed indices such as hs_sto2().
See also
hs_read_cube() for extension-based dispatch,
hs_read_cubert() for Cubert session files.