Add code for 1D detector #69

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

View File

@ -417,6 +417,8 @@ def create():
slope_max.value, slope_max.value,
offset_max.value, offset_max.value,
], ],
numfit_min=integ_from.value,
numfit_max=integ_to.value,
) )
_update_plot(meas) _update_plot(meas)