Skip to main content

load_frame

Function load_frame 

Source
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.