There was an error while loading. Please reload this page.
1 parent 4c892c9 commit ff09fe9Copy full SHA for ff09fe9
2 files changed
mappings/tf/globals.json
@@ -0,0 +1,5 @@
1
+{
2
+ "Comment": "Add any variables in here that are needed by your mappings",
3
+ "Templating": "These can be used for substitution in the signal names",
4
+ "Hello": "World"
5
+}
mappings/tf/mappings.json
@@ -0,0 +1,26 @@
+ "ids_properties/homogeneous_time": {
+ "MAP_TYPE": "VALUE",
+ "VALUE": 0
+ },
6
+ "r0": {
7
8
+ "VALUE": 2.96
9
10
+ "b_field_phi_vacuum_r/data": {
11
+ "MAP_TYPE": "PLUGIN",
12
+ "PLUGIN": "MDSPLUS",
13
+ "ARGS": {
14
+ "signal": "_sig=jet(\"PPF/MAGC/BVAC\"% {{ shot }})"
15
16
+ "SCALE": "2.96",
17
+ "COMMENT": "r0 * B0"
18
19
+ "b_field_phi_vacuum_r/time": {
20
21
22
23
+ "signal": "_sig=jet(\"PPF/MAGC/BVAC\"% {{ shot }}); dim_of(_sig)"
24
+ }
25
26
0 commit comments