pub fn load_frame(path: impl AsRef<Path>) -> Result<EventFrame, IoError>Expand description
Reads an EventFrame previously written by save_frame, reconstructing its dtype,
kind, and channel_names. Supported: npz (default build) and HDF5.
pub fn load_frame(path: impl AsRef<Path>) -> Result<EventFrame, IoError>Reads an EventFrame previously written by save_frame, reconstructing its dtype,
kind, and channel_names. Supported: npz (default build) and HDF5.