Skip to content

Commit

Permalink
Fix NOT IN SCHEMA for mpes example
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Feb 8, 2024
1 parent c44f5b8 commit 42904b9
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 81 deletions.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/readers/mpes/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def iterate_dictionary(dic, key_string):
"source_TYPE[source]/Pump": "source_TYPE[source_pump]",
"beam_TYPE[beam]/Probe": "beam_TYPE[beam_probe]",
"beam_TYPE[beam]/Pump": "beam_TYPE[beam_pump]",
"sample_history": "sample_history/notes",
"sample_history": "sample_history/notes/description",
"ELECTRONANALYSER[electronanalyser]/RESOLUTION[momentum_resolution]": (
"ELECTRONANALYSER[electronanalyser]/momentum_resolution"
),
Expand Down
Loading

0 comments on commit 42904b9

Please sign in to comment.