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
Here, the ``--reader`` flag must match the reader name defined in `[project.entry-points."pynxtools.reader"]` in the pyproject.toml file. The NXDL name passed to ``--nxdl``must be a valid NeXus NXDL/XML file in `pynxtools.definitions`.
156
156
157
157
Aside from this default structure, there are many more flags that can be passed to the
158
-
dataconverter call. Here is an output of its ```help``` call:
Copy file name to clipboardExpand all lines: docs/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ An introduction to NeXus and its design principles.
55
55
56
56
### Reference
57
57
58
+
`pynxtools` has a number of command line tools that can be used to convert data and verify NeXus files. You can more information about the
59
+
API [here](reference/cli-api.md).
60
+
58
61
Within FAIRmat, we maintain a number of reader plugins for different experimental techniques. You can find more information [here](reference/plugins.md).
59
62
60
63
[Here](reference/definitions.md), you find the detailed list of application definitions and base classes and their respective fields.
0 commit comments