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
Examples of (mostly) real world NeXus files to inspect,
test and train reading software with.
Some files are HDF5, some HDF4, some XML, and some are broken files
which are good for testing.
Please advise us if you have difficulties with any of these files.
For sure, we need more documentation here.
The files writer_1_3.h5 and writer_1_3__niac2014.h5
are taken directly from the NeXus online documentation
NeXus compliance of files
An automated analysis (via code critique.py) of the files, by directory,
in this <exampledata> repository is shown below.
HDF5 files that satisfy the structure:
<file_root>:
entry (NXentry)
data (NXdata)
<dataset>:
@signal = 1
are automatically identified as NeXus HDF5 files at this time.