Skip to content

Commit

Permalink
Initial dataset_description ids mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-parker1 committed Nov 21, 2024
1 parent 86a57b2 commit dc8dcf9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mappings/dataset_description/globals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"UNIT_SF": 1000,
"DEG2RAD": "0.01745329"
}
27 changes: 27 additions & 0 deletions mappings/dataset_description/mappings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"ids_properties/homogeneous_time": {
"MAP_TYPE": "VALUE",
"VALUE": 2
},
"data_entry/user": {
"MAP_TYPE": "VALUE",
"VALUE": "DMP SICO Scenario A"
},
"data_entry/machine": {
"MAP_TYPE": "VALUE",
"VALUE": "MAST-U"
},
"data_entry/pulse_type": {
"MAP_TYPE": "VALUE",
"VALUE": "pulse"
},
"data_entry/pulse": {
"MAP_TYPE": "VALUE",
"VALUE": "{{ shot }}"
},
"data_entry/run": {
"MAP_TYPE": "VALUE",
"VALUE": "999",
"COMMENT": "Run number for MAST-U?"
}
}

0 comments on commit dc8dcf9

Please sign in to comment.