You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sparse data in the HDF5 file includes the "flyback" in the last column. Add an keyword option to SparseArray.from_hdf5() (default True) to crop the last column which effectively is the same as:
sp=SparseArray.from_hdf5('data_scan5_th4.5_electrons.h5')
sp=sp[: ,:-1, :, :] # remove the fly back column
The text was updated successfully, but these errors were encountered:
The sparse data in the HDF5 file includes the "flyback" in the last column. Add an keyword option to SparseArray.from_hdf5() (default True) to crop the last column which effectively is the same as:
The text was updated successfully, but these errors were encountered: