From 3edeecdd8d47d18cccc8578099b959cadda035d9 Mon Sep 17 00:00:00 2001 From: AreWeDreaming Date: Tue, 22 Aug 2023 12:39:22 -0700 Subject: [PATCH] The E coils and F coils do not use same unit --- omas/machine_mappings/_efit.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/omas/machine_mappings/_efit.json b/omas/machine_mappings/_efit.json index 6ae23d85..7b51f05f 100644 --- a/omas/machine_mappings/_efit.json +++ b/omas/machine_mappings/_efit.json @@ -315,22 +315,10 @@ "TDI": "size(\\{EFIT_tree}::TOP.MEASUREMENTS.ECCURT,0) + size(\\{EFIT_tree}::TOP.MEASUREMENTS.FCCURT,0)", "treename": "{EFIT_tree}" }, - "equilibrium.time_slice.:.constraints.pf_current.:.measured": { - "eval2TDI": "py2tdi(stack_outer_2,'\\{EFIT_tree}::TOP.MEASUREMENTS.ECCURT','\\{EFIT_tree}::TOP.MEASUREMENTS.FCCURT')", - "treename": "{EFIT_tree}" - }, - "equilibrium.time_slice.:.constraints.pf_current.:.measured_error_upper": { - "eval2TDI": "py2tdi(stack_outer_2,'\\{EFIT_tree}::TOP.MEASUREMENTS.SIGECC','\\{EFIT_tree}::TOP.MEASUREMENTS.SIGFCC')", - "treename": "{EFIT_tree}" - }, "equilibrium.time_slice.:.constraints.pf_current.:.weight": { "eval2TDI": "py2tdi(stack_outer_2,'\\{EFIT_tree}::TOP.MEASUREMENTS.FWTEC','\\{EFIT_tree}::TOP.MEASUREMENTS.FWTFC')", "treename": "{EFIT_tree}" }, - "equilibrium.time_slice.:.constraints.pf_current.:.reconstructed": { - "eval2TDI": "py2tdi(stack_outer_2,'\\{EFIT_tree}::TOP.MEASUREMENTS.CECURR','\\{EFIT_tree}::TOP.MEASUREMENTS.CCBRSP')", - "treename": "{EFIT_tree}" - }, "equilibrium.time_slice.:.constraints.pf_current.:.chi_squared": { "eval2TDI": "py2tdi(stack_outer_2,'\\{EFIT_tree}::TOP.MEASUREMENTS.CHIECC','\\{EFIT_tree}::TOP.MEASUREMENTS.CHIFCC')", "treename": "{EFIT_tree}"