Difference between revisions of "NeXus data format"

From GISAXS
Jump to: navigation, search
(See Also)
 
(3 intermediate revisions by the same user not shown)
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 Hierarchical Data Format (HDF), which is a portable binary format, meant to be extensible and self-describing.
+
The '''NeXus data format''' is a [[Data format|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.
 
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.
Line 12: Line 12:
 
==See Also==
 
==See Also==
 
* [[Software]]
 
* [[Software]]
 +
** [https://nexpy.github.io/nexpy/ NeXpy: Python GUI for interacting with NeXus files]
 +
* [[HDF5]]
 
* [http://en.wikipedia.org/wiki/Hierarchical_Data_Format Wikipedia:Hierarchical Data Format]
 
* [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/ HDF5 Home Page]

Latest revision as of 18:25, 7 December 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