Skip to content

Commit

Permalink
Renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 19, 2024
1 parent 44d94e7 commit 689a0ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions tests/data/dataconverter/readers/mpes/Ref_nexus_mpes.log
Original file line number Diff line number Diff line change
Expand Up @@ -2107,16 +2107,13 @@ DEBUG - classpath: ['NXentry', 'NXinstrument', 'NXelectronanalyser', 'NXcollecti
DEBUG - classes:
NXlens_em.nxdl.xml:/voltage
DEBUG - NXlens_em.nxdl.xml:/voltage@units [NX_VOLTAGE]
DEBUG - ===== FIELD (//entry/instrument/electronanalyser/collectioncolumn/mode): <HDF5 dataset "mode": shape (), type "|O">
DEBUG - ===== FIELD (//entry/instrument/electronanalyser/collectioncolumn/lens_mode): <HDF5 dataset "lens_mode": shape (), type "|O">
DEBUG - value: b'6kV_kmodem2.0_30VTOF_MoTe2_2340VMCP.sav'
DEBUG - classpath: ['NXentry', 'NXinstrument', 'NXelectronanalyser', 'NXcollectioncolumn', 'NX_CHAR']
DEBUG - classes:
NXmpes.nxdl.xml:/ENTRY/INSTRUMENT/ELECTRONANALYSER/COLLECTIONCOLUMN/mode
NXcollectioncolumn.nxdl.xml:/mode
DEBUG - <<RECOMMENDED>>
DEBUG - documentation (NXmpes.nxdl.xml:/ENTRY/INSTRUMENT/ELECTRONANALYSER/COLLECTIONCOLUMN/mode):
DEBUG -
DEBUG - documentation (NXcollectioncolumn.nxdl.xml:/mode):
NXcollectioncolumn.nxdl.xml:/lens_mode
DEBUG - <<OPTIONAL>>
DEBUG - documentation (NXcollectioncolumn.nxdl.xml:/lens_mode):
DEBUG -
Labelling of the lens setting in use.

Expand All @@ -2137,7 +2134,7 @@ DEBUG -
The space projected in the angularly dispersive directions, real or reciprocal

DEBUG - ===== FIELD (//entry/instrument/electronanalyser/collectioncolumn/scheme): <HDF5 dataset "scheme": shape (), type "|O">
DEBUG - value: b'angular dispersive'
DEBUG - value: b'momentum dispersive'
DEBUG - classpath: ['NXentry', 'NXinstrument', 'NXelectronanalyser', 'NXcollectioncolumn', 'NX_CHAR']
DEBUG - classes:
NXmpes.nxdl.xml:/ENTRY/INSTRUMENT/ELECTRONANALYSER/COLLECTIONCOLUMN/scheme
Expand All @@ -2146,6 +2143,7 @@ DEBUG - <<REQUIRED>>
DEBUG - enumeration (NXmpes.nxdl.xml:/ENTRY/INSTRUMENT/ELECTRONANALYSER/COLLECTIONCOLUMN/scheme):
DEBUG - -> angular dispersive
DEBUG - -> spatial dispersive
DEBUG - -> momentum dispersive
DEBUG - -> non-dispersive
DEBUG - documentation (NXmpes.nxdl.xml:/ENTRY/INSTRUMENT/ELECTRONANALYSER/COLLECTIONCOLUMN/scheme):
DEBUG -
Expand Down
4 changes: 2 additions & 2 deletions tests/data/dataconverter/readers/mpes/config_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
},
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser]/COLLECTIONCOLUMN[collectioncolumn]": {
"projection": "@attrs:metadata/instrument/analyzer/projection",
"scheme": "angular dispersive",
"mode": "@attrs:metadata/instrument/analyzer/lens_mode",
"scheme": "momentum dispersive",
"lens_mode": "@attrs:metadata/instrument/analyzer/lens_mode",
"extractor_voltage": "@attrs:metadata/file/KTOF:Lens:Extr:V",
"extractor_voltage/@units": "V",
"extractor_current": "@attrs:metadata/file/KTOF:Lens:Extr:I",
Expand Down

0 comments on commit 689a0ee

Please sign in to comment.