2 parents b270195 + f737715 commit 1aeebbfCopy full SHA for 1aeebbf
1 file changed
omas/machine_mappings/d3d.py
@@ -1814,7 +1814,8 @@ def ip_bt_dflux_data(ods, pulse):
1814
if 'magnetics.diamagnetic_flux.0.data' in key:
1815
ods[key] *= 1e-3
1816
1817
- ods['tf.b_field_tor_vacuum_r.data'] *= 1.6955
+ if 'tf.b_field_tor_vacuum_r.data' in key:
1818
+ ods[key] *= 1.6955
1819
1820
1821
# ================================
0 commit comments