From dc8dcf9ca978347b76bdb675e4b95086c87b1376 Mon Sep 17 00:00:00 2001 From: Adam Parker Date: Thu, 21 Nov 2024 11:35:57 +0000 Subject: [PATCH] Initial dataset_description ids mappings --- mappings/dataset_description/globals.json | 4 ++++ mappings/dataset_description/mappings.json | 27 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 mappings/dataset_description/globals.json create mode 100644 mappings/dataset_description/mappings.json diff --git a/mappings/dataset_description/globals.json b/mappings/dataset_description/globals.json new file mode 100644 index 0000000..ab38c87 --- /dev/null +++ b/mappings/dataset_description/globals.json @@ -0,0 +1,4 @@ +{ + "UNIT_SF": 1000, + "DEG2RAD": "0.01745329" +} diff --git a/mappings/dataset_description/mappings.json b/mappings/dataset_description/mappings.json new file mode 100644 index 0000000..10e336a --- /dev/null +++ b/mappings/dataset_description/mappings.json @@ -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?" + } +}