Skip to content

Commit 1aeebbf

Browse files
authored
Merge pull request #393 from gafusion/fix_d3d_bt_uncertainty
Fix for the DIII-D `b_field_tor_vacuum_r` uncertainty
2 parents b270195 + f737715 commit 1aeebbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

omas/machine_mappings/d3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,8 @@ def ip_bt_dflux_data(ods, pulse):
18141814
if 'magnetics.diamagnetic_flux.0.data' in key:
18151815
ods[key] *= 1e-3
18161816

1817-
ods['tf.b_field_tor_vacuum_r.data'] *= 1.6955
1817+
if 'tf.b_field_tor_vacuum_r.data' in key:
1818+
ods[key] *= 1.6955
18181819

18191820

18201821
# ================================

0 commit comments

Comments
 (0)