Commit 9d5cc928 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Updates dict in OhmPi

Showing with 1 addition and 1 deletion
+1 -1
......@@ -558,7 +558,7 @@ class OhmPi(object):
# "R_per_stack [Ohm]": np.mean([np.diff(np.mean(vmn_stack[i*2:i*2+2], axis=1)) / 2 for i in range(nb_stack)]) / np.array([np.mean(i_stack[i*2:i*2+2]) for i in range(nb_stack)]),
# "PS_per_stack [mV]": np.array([np.mean(np.mean(vmn_stack[i*2:i*2+2], axis=1)) for i in range(nb_stack)]),
# "PS_stack [mV]": ps_stack_mean,
"R_ab [ohm]": tx_volt / I
"R_ab [kOhm]": tx_volt / I
}
# to the data logger
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment