v2e
v2e copied to clipboard
Exporting HDF5 format issues
I noticed that the code directly stores the entire [t, x, y, p] events as a dataset in the HDF5 file. Now, I want to use the events in the output HDF5 file as a group and store t, x, y, and p as datasets separately. Where should I modify the source code?