8000 Update definitions following merge of mpes PR by lukaspie · Pull Request #650 · FAIRmat-NFDI/pynxtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update definitions following merge of mpes PR #650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pynxtools/definitions
Submodule definitions updated 34 files
+1 −0 .cspell/custom-dictionary.txt
+0 −0 applications/NXmpes.nxdl.xml
+0 −0 applications/NXmpes_arpes.nxdl.xml
+1 −1 applications/NXxps.nxdl.xml
+0 −0 applications/nyaml/NXmpes.yaml
+0 −0 applications/nyaml/NXmpes_arpes.yaml
+3 −3 applications/nyaml/NXxps.yaml
+ applications/xps/xps_cs.png
+8 −21 base_classes/NXbeam.nxdl.xml
+0 −0 base_classes/NXcollectioncolumn.nxdl.xml
+241 −0 base_classes/NXcoordinate_system.nxdl.xml
+0 −0 base_classes/NXdeflector.nxdl.xml
+0 −0 base_classes/NXelectronanalyzer.nxdl.xml
+0 −0 base_classes/NXenergydispersion.nxdl.xml
+0 −0 base_classes/NXfit.nxdl.xml
+0 −0 base_classes/NXfit_function.nxdl.xml
+0 −0 base_classes/NXmanipulator.nxdl.xml
+0 −0 base_classes/NXpeak.nxdl.xml
+0 −0 base_classes/NXspindispersion.nxdl.xml
+215 −325 base_classes/NXtransformations.nxdl.xml
+18 −36 base_classes/nyaml/NXbeam.yaml
+0 −0 base_classes/nyaml/NXcollectioncolumn.yaml
8000 +438 −0 base_classes/nyaml/NXcoordinate_system.yaml
+0 −0 base_classes/nyaml/NXdeflector.yaml
+0 −0 base_classes/nyaml/NXelectronanalyzer.yaml
+0 −0 base_classes/nyaml/NXenergydispersion.yaml
+0 −0 base_classes/nyaml/NXfit.yaml
+0 −0 base_classes/nyaml/NXfit_function.yaml
+0 −0 base_classes/nyaml/NXmanipulator.yaml
+0 −0 base_classes/nyaml/NXpeak.yaml
+0 −0 base_classes/nyaml/NXspindispersion.yaml
+267 −498 base_classes/nyaml/NXtransformations.yaml
+0 −157 contributed_definitions/NXcoordinate_system.nxdl.xml
+0 −264 contributed_definitions/nyaml/NXcoordinate_system.yaml
2 changes: 1 addition & 1 deletion src/pynxtools/nexus-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2024.02-1983-ga14acdde
v2024.02-1986-g1e8c4331
4 changes: 2 additions & 2 deletions tests/data/nexus/Ref_nexus_test.log
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ DEBUG -

Note that ``incident_wavelength``, ``incident_energy``, and related fields can be a scalar values or arrays, depending on the use case.
To support these use cases, the explicit dimensionality of these fields is not specified, but it can be inferred
by the presence of and shape of accompanying fields, such as incident_wavelength_weights for a polychromatic beam.
by the presense of and shape of accompanying fields, such as incident_wavelength_weights for a polychromatic beam.

DEBUG - documentation (NXobject.nxdl.xml:):
DEBUG -
Expand Down Expand Up @@ -1110,7 +1110,7 @@ DEBUG -

Note that ``incident_wavelength``, ``incident_energy``, and related fields can be a scalar values or arrays, depending on the use case.
To support these use cases, the explicit dimensionality of these fields is not specified, but it can be inferred
by the presence of and shape of accompanying fields, such as incident_wavelength_weights for a polychromatic beam.
by the presense of and shape of accompanying fields, such as incident_wavelength_weights for a polychromatic beam.

DEBUG - documentation (NXobject.nxdl.xml:):
DEBUG -
Expand Down
Loading
0