Skip to content

Commit

Permalink
Update definitions (#307)
Browse files Browse the repository at this point in the history
* Update definitions

* Update nexus version file

* update definitions to 2ac33b2cf

* update ref_nexus log

* update nexus version file

---------

Co-authored-by: Lukas Pielsticker <[email protected]>
  • Loading branch information
domna and lukaspie authored Apr 11, 2024
1 parent 41b2f59 commit 691ec5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pynxtools/definitions
Submodule definitions updated 31 files
+4 −1 .github/workflows/fairmat-nxdl-yaml-consistency.yaml
+1 −0 base_classes/NXinstrument.nxdl.xml
+12 −8 base_classes/NXsample.nxdl.xml
+6 −6 base_classes/NXsample_component.nxdl.xml
+38 −3 base_classes/NXsource.nxdl.xml
+3 −1 base_classes/nyaml/NXinstrument.yaml
+14 −10 base_classes/nyaml/NXsample.yaml
+8 −8 base_classes/nyaml/NXsample_component.yaml
+66 −7 base_classes/nyaml/NXsource.yaml
+6 −0 contributed_definitions/NXcalibration.nxdl.xml
+34 −58 contributed_definitions/NXdata_mpes.nxdl.xml
+29 −71 contributed_definitions/NXdata_mpes_detector.nxdl.xml
+12 −1 contributed_definitions/NXdeflector.nxdl.xml
+23 −9 contributed_definitions/NXelectronanalyser.nxdl.xml
+7 −2 contributed_definitions/NXenergydispersion.nxdl.xml
+13 −13 contributed_definitions/NXhistory.nxdl.xml
+112 −184 contributed_definitions/NXmpes.nxdl.xml
+173 −15 contributed_definitions/NXprocess_mpes.nxdl.xml
+10 −0 contributed_definitions/NXresolution.nxdl.xml
+40 −40 contributed_definitions/nyaml/NXbeam_device.yaml
+85 −85 contributed_definitions/nyaml/NXbeam_transfer_matrix_table.yaml
+11 −1 contributed_definitions/nyaml/NXcalibration.yaml
+70 −112 contributed_definitions/nyaml/NXdata_mpes.yaml
+63 −138 contributed_definitions/nyaml/NXdata_mpes_detector.yaml
+112 −5 contributed_definitions/nyaml/NXdeflector.yaml
+41 −11 contributed_definitions/nyaml/NXelectronanalyser.yaml
+14 −5 contributed_definitions/nyaml/NXenergydispersion.yaml
+21 −21 contributed_definitions/nyaml/NXhistory.yaml
+212 −330 contributed_definitions/nyaml/NXmpes.yaml
+292 −26 contributed_definitions/nyaml/NXprocess_mpes.yaml
+19 −1 contributed_definitions/nyaml/NXresolution.yaml
2 changes: 1 addition & 1 deletion pynxtools/nexus-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2020.10-1558-gda544c9b
v2020.10-1637-g2ac33b2cf
6 changes: 3 additions & 3 deletions tests/data/nexus/Ref_nexus_test.log
Original file line number Diff line number Diff line change
Expand Up @@ -1445,9 +1445,9 @@ NXsource.nxdl.xml:/energy
DEBUG - <<OPTIONAL>>
DEBUG - documentation (NXsource.nxdl.xml:/energy):
DEBUG -
Source energy.
For storage rings, this would be the particle beam energy.
For X-ray tubes, this would be the excitation voltage.
Source energy. Typically, this would be the energy of
the emitted beam. For storage rings, this would be
the particle beam energy.

DEBUG - ===== ATTRS (//entry/instrument/source/energy@units)
DEBUG - value: MeV
Expand Down

0 comments on commit 691ec5e

Please sign in to comment.