Difference between revisions of "NeXus data format"

From GISAXS
Jump to: navigation, search
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.

Revision as of 10:30, 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