Skip to content

Commit

Permalink
Correctly map chemical formula
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 19, 2024
1 parent 3afb459 commit 3b04d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynxtools/dataconverter/readers/mpes/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def iterate_dictionary(dic, key_string):
}

REPLACE_NESTED = {
"SAMPLE[sample]/chemical_formula": "SAMPLE[sample]/SUBSTANCE[substance]/molecular_formula_hill",
"source_TYPE[source]/Probe": "source_TYPE[source_probe]",
"source_TYPE[source]/Pump": "source_TYPE[source_pump]",
"beam_TYPE[beam]/Probe": "beam_TYPE[beam_probe]",
Expand Down

0 comments on commit 3b04d23

Please sign in to comment.