Skip to content

Commit

Permalink
Checkpoint work on mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljackson92 committed Jan 2, 2025
1 parent ff49aa9 commit 5e5d558
Show file tree
Hide file tree
Showing 10 changed files with 1,343 additions and 68 deletions.
7 changes: 4 additions & 3 deletions mappings/mast/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"ahx": {"name": "hard_x_rays", "imas": "hard_x_rays"},
"ait": {"name": "camera_ir", "imas": "camera_ir"},
"alp": {"name": "langmuir_probes", "imas": "langmuir_probes"},
"anb": {"name": "nbi", "imas": "nbi"},
"ane": {"name": "interferometer", "imas": "interferometer"},
"amb": {"name": "magnetics_b", "imas": "magnetics"},
"amc": {"name": "magnetics", "imas": "magnetics"},
"anb": {"name": "nbi", "imas": "nbi"},
"ane": {"name": "interferometer", "imas": "interferometer"},
"anu": {"name": "neutron_diagnostic", "imas": "neutron_diagnostic"},
"arp": {"name": "reciprocating_probe"},
"asm": {"name": "magnetics_saddle", "imas": "magnetics"},
"atm": {"name": "thomson_scattering", "imas": "thomson_scattering"},
Expand All @@ -25,7 +26,7 @@
"rir": {"name": "camera_ir", "imas": "camera_ir"},
"rzz": {"name": "camera_visible_bremsstrahlung_zebra", "imas": "camera_visible"},
"xbt": {"name": "bes"},
"xdc": {"name": "controllers", "imas": "controllers"},
"xdc": {"name": "pulse_schedule", "imas": "pulse_schedule"},
"xim": {"name": "spectrometer_visible", "imas": "spectrometer_visible"},
"xma": {"name": "magnetics_a", "imas": "magnetics"},
"xmc": {"name": "magnetics_c", "imas": "magnetics"},
Expand Down
11 changes: 8 additions & 3 deletions mappings/mast/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
"ayc": {
"r": "major_radius",
"r_error": "major_radius_error",
"arb": "radial_index"
},
"aye": {
"arb": "radial_index",
"te": "t_e",
"te_core": "t_e_core",
"ne": "n_e",
"ne_core": "n_e_core",
"pe": "p_e"
},
"ayd": {
"r": "major_radius",
"r_error": "major_radius_error",
"arb": "radial_index"
Expand Down
Loading

0 comments on commit 5e5d558

Please sign in to comment.