Skip to content

Commit

Permalink
Move pressure_gauge to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 18, 2024
1 parent d8a8b36 commit 96e40a1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/data/dataconverter/readers/mpes/config_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"resolution/@units": "1/angstrom",
"physical_quantity": "momentum",
"type": "estimated"
},
"pressure_gauge": {
"name": "sample_chamber_pressure",
"measurement": "pressure",
"value": "@attrs:metadata/file/trARPES:XGS600:PressureAC:P_RD",
"value/@units": "mbar"
}
},
"/ENTRY[entry]/INSTRUMENT[instrument]/ELECTRONANALYSER[electronanalyser]": {
Expand Down Expand Up @@ -227,12 +233,7 @@
"value": "@attrs:metadata/file/KTOF:Lens:Sample:V",
"value/@units": "V"
},
"pressure_gauge": {
"name": "sample_chamber_pressure",
"measurement": "pressure",
"value": "@attrs:metadata/file/trARPES:XGS600:PressureAC:P_RD",
"value/@units": "mbar"
},

"depends_on": "/entry/instrument/manipulator/transformations/trans_z",
"TRANSFORMATIONS[transformations]": {
"AXISNAME[trans_z]": -0.32,
Expand Down

0 comments on commit 96e40a1

Please sign in to comment.