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
If files conforms to the nexus format, I could try to guess the dataset from
data
entry -> data
entry -> instrument -> data
entry -> instrument -> detector -> data
if it is a plan HDF5 then the full path will be needed.
When working on windows with an hdf5 file
the program complain that there is no image.
in fact the problem is in utils: expand_args
the os.path.exist(afile) always return false with the hdf5 URI
os.path.exists("hdf5://toto.nxs:/titi/tutu')
cheers
The text was updated successfully, but these errors were encountered: