Skip to content

Commit

Permalink
add drain current
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Mar 6, 2024
1 parent 1b412ce commit 7c624b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynxtools_mpes/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def iterate_dictionary(dic, key_string):
"spatial_resolution": "RESOLUTION[spatial_resolution]/resolution",
"angular_resolution": "RESOLUTION[angular_resolution]/resolution",
"sample_temperature": "temperature_sensor/value",
"drain_current": "drain_current_amperemeter/value",
}

REPLACE_NESTED = {
Expand Down

0 comments on commit 7c624b3

Please sign in to comment.