Difference between revisions of "NeXus data format"

From GISAXS
Jump to: navigation, search
(Created page with "The '''NeXus data format''' is a file format for storing and exchange data generated in neutron and x-ray experiments. It is built on top of the Hiearchical Data Forma...")
 
Line 1: Line 1:
The '''NeXus data format''' is a file format for storing and exchange data generated in [[neutron]] and [[x-ray]] experiments. It is built on top of the Hiearchical Data Format (HDF), which is a portable binary format, meant to be extensible and self-describing.
+
The '''NeXus data format''' is a file format for storing and exchange data generated in [[neutron]] and [[x-ray]] experiments. It is built on top of the Hierarchical Data Format (HDF), which is a portable binary format, meant to be extensible and self-describing.
 +
 
 +
The intention with this format is to provide a file that contains within it all the metadata related to an experiment (e.g. beamline parameters). It can be used both for raw experimental data, and for processed versions of the data.
  
 
==References==
 
==References==
Line 10: Line 12:
 
==See Also==
 
==See Also==
 
* [[Software]]
 
* [[Software]]
 +
* [http://en.wikipedia.org/wiki/Hierarchical_Data_Format Wikipedia:Hierarchical Data Format]
 +
* [http://www.hdfgroup.org/HDF5/ HDF5 Home Page]
 +
* [http://www.hdfgroup.org/HDF5/doc/H5.format.html HDF5 File Format Specification Version 2.0]
 
* [http://www.nexusformat.org/ NeXus: A common data format for neutron, x-ray and muon science.]
 
* [http://www.nexusformat.org/ NeXus: A common data format for neutron, x-ray and muon science.]
 
* [http://en.wikipedia.org/wiki/Nexus_%28data_format%29 Wikipedia:Nexus (data format)]
 
* [http://en.wikipedia.org/wiki/Nexus_%28data_format%29 Wikipedia:Nexus (data format)]

Revision as of 10:24, 30 January 2015

The NeXus data format is a file format for storing and exchange data generated in neutron and x-ray experiments. It is built on top of the Hierarchical Data Format (HDF), which is a portable binary format, meant to be extensible and self-describing.

The intention with this format is to provide a file that contains within it all the metadata related to an experiment (e.g. beamline parameters). It can be used both for raw experimental data, and for processed versions of the data.

References

See Also