How to read .nxs file (of Scan Angle Neutron Scattering Data)
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Data of small angle neutron scattering (SANS) at ISIS(UK) or ILL(France) has collected in .nxs file format. where data should be collected as (q_x, q_y, Intensity) format.
I would like to know how to read this type of file. Can anyone help?
0 comentarios
Respuestas (1)
Garrett
el 17 de Mayo de 2023
The nice thing about hdf5 files is you can put all the relevant metadata right in the file. (sample temperature, instrument configuration,etc.) and only read what you want from the file when you want it. However it means you will have to browse the file to find the scattering data you are looking for.
For this browsing, I use something other than MATLAB. hdfview is a tool from the HDF group that works pretty well.
0 comentarios
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!