-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial dataset_description ids mappings
- Loading branch information
1 parent
86a57b2
commit dc8dcf9
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"UNIT_SF": 1000, | ||
"DEG2RAD": "0.01745329" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?" | ||
} | ||
} |