Skip to content

Commit

Permalink
update XPS reader convert dict
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 21, 2024
1 parent 120d40c commit c943452
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pynxtools/dataconverter/readers/xps/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"version": "@version",
"user": "USER[user]",
"instrument": "INSTRUMENT[instrument]",
"source_probe": "SOURCE[source_probe]",
"beam_probe": "BEAM[beam_probe]",
"source_probe": "source_TYPE[source_probe]",
"beam_probe": "beam_TYPE[beam_probe]",
"analyser": "ELECTRONANALYSER[electronanalyser]",
"collectioncolumn": "COLLECTIONCOLUMN[collectioncolumn]",
"energydispersion": "ENERGYDISPERSION[energydispersion]",
Expand Down Expand Up @@ -129,7 +129,6 @@ def fill_data_group(key, entries_values, config_dict, template):
count = 0

for entry, xr_data in entries_values.items():
# print(entry)
root = key[0]

# Set first Survey as default for .nxs file
Expand Down

0 comments on commit c943452

Please sign in to comment.