Open zhulinchng opened 7 months ago
The use of range(len(bins)-1) actually missed out calculating the last bin 74, hence the RMS Calib Error is incorrect
range(len(bins)-1)
74
RMS Calib Error
The use of
range(len(bins)-1)
actually missed out calculating the last bin74
, hence theRMS Calib Error
is incorrect