evlib.codec.fileformat.hdf5¶
hdf5 formats for various existing datasets.
Functions
|
For utility: append an array to hdf5 data. |
|
For utility: load only timestamps from the hdf5 data. |
|
Load all the contents of .hdf5 file at once. |
|
Open .hdf5 file, not to load them at once. |
- evlib.codec.fileformat.hdf5.load_hdf5(path, key_dtype_pairs)¶
Load all the contents of .hdf5 file at once.
- Parameters:
- Returns:
{key of the return dictionary: np.ndarray}
- Return type:
- evlib.codec.fileformat.hdf5.open_hdf5(path)¶
Open .hdf5 file, not to load them at once.
- evlib.codec.fileformat.hdf5.load_event_timestamp_hdf5(path, key_pairs, dtype=<class 'numpy.int32'>)¶
For utility: load only timestamps from the hdf5 data.
- evlib.codec.fileformat.hdf5.hdf5append(data, new_arr)¶
For utility: append an array to hdf5 data.
- Parameters:
data (Any) – _description_
new_arr (np.ndarray) – _description_
- Return type:
None