From e0227fb7e6dd8bf0d0f76aade9f2021b9111d4ed Mon Sep 17 00:00:00 2001 From: JakHolzer <53743814+JakHolzer@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:27:13 +0200 Subject: [PATCH] Update fit2.py --- pyzebra/fit2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/fit2.py b/pyzebra/fit2.py index 1e414fc..8468c62 100644 --- a/pyzebra/fit2.py +++ b/pyzebra/fit2.py @@ -218,7 +218,7 @@ def fitccl( # ["export_fit"] = False if user wants num. int. value in comm/incomm, otherwise true d["ratio"] = (result.params["g_amp"].value - int_area.n) / result.params["g_amp"].value d["int_area"] = int_area - d["fit_area"] = fit_area + d["fit_area"] = u.ufloat(result.params["g_amp"].value, result.params["g_amp"].stderr) d["full_report"] = result.fit_report() d["result"] = result d["comps"] = comps