From aefe18311a0d69d3e07dfc454ef74d7adf5d00f9 Mon Sep 17 00:00:00 2001 From: yuhanwyhan <38056285+yuhanwyhan@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:35:39 -0400 Subject: [PATCH] Update bias_dets.py --- sodetlib/operations/bias_dets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sodetlib/operations/bias_dets.py b/sodetlib/operations/bias_dets.py index deb13056..5d2b362e 100644 --- a/sodetlib/operations/bias_dets.py +++ b/sodetlib/operations/bias_dets.py @@ -239,7 +239,7 @@ def biasstep_rebias( ## take the initial biasstep S.log("taking the first biasstep") - S.log(f"Initial dc biases {S.get_tes_bipolar_array()}") + S.log(f"Initial dc biases {S.get_tes_bias_bipolar_array()}") bsa_0 = bias_steps.take_bias_steps(S, cfg) if make_plots: fig, ax = bias_steps.plot_Rfrac(bsa_0)