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
Copy file name to clipboardExpand all lines: docs/learn/pynxtools/nexus-definitions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
`pynxtools` converts experimental data into the NeXus format and validates the resulting files against NeXus application definitions. These definitions formally describe how experimental data and metadata must be structured in a NeXus file.
5
+
`pynxtools` converts experimental data into the NeXus format and validates the resulting HDF5 files against NeXus application definitions. These definitions formally describe how experimental data and metadata must be structured in a NeXus file.
6
6
7
7
The NeXus definitions themselves are not part of the pynxtools source code. Instead, they are maintained in a dedicated repository and included in pynxtools as a Git submodule:
8
8
@@ -22,13 +22,13 @@ This page explains:
22
22
23
23
## What the NeXus definitions are
24
24
25
-
NeXus defines a standardized structure for scientific data. The structure is described in XML files written in the NeXus Definition Language (NXDL), which define:
25
+
NeXus defines a standardized structure for scientific data. The structure is defined in XML files written in the NeXus Definition Language (NXDL). These XML files define:
26
26
27
-
- base classes (common structural components),
27
+
- base classes (common structural components and respective semantic concepts),
0 commit comments