Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hdf5 can not be read #169

Open
picca opened this issue Feb 5, 2015 · 1 comment
Open

hdf5 can not be read #169

picca opened this issue Feb 5, 2015 · 1 comment
Labels
bug Serious issue, to be addressed in priority !

Comments

@picca
Copy link
Collaborator

picca commented Feb 5, 2015

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

@kif
Copy link
Member

kif commented Feb 15, 2015

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.

kif added a commit that referenced this issue Feb 15, 2015
Needs FabIO 0.2.2 (development version)
@vallsv vallsv added the bug Serious issue, to be addressed in priority ! label Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Serious issue, to be addressed in priority !
Projects
None yet
Development

No branches or pull requests

3 participants