Add code for 1D detector #69

Merged
usov_i merged 118 commits from det1d into master 2020-10-22 12:07:50 +02:00
16 changed files with 1301 additions and 818 deletions
Showing only changes of commit e0227fb7e6 - Show all commits

View File

@ -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