Commit 6900015e authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Updates dict in OhmPi

Showing with 1 addition and 1 deletion
+1 -1
...@@ -541,7 +541,7 @@ class OhmPi(object): ...@@ -541,7 +541,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)]), # "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_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, # "PS_stack [mV]": ps_stack_mean,
# "R_ab [ohm]": Rab "R_ab [ohm]": tx_volt / I
} }
# to the data logger # 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