1
0
forked from IPKM/nmreval

check even window length in tg calc; part of #91

This commit is contained in:
Dominik Demuth
2023-06-26 20:34:52 +02:00
parent 567fcfe37e
commit 6bcf42d6a8
2 changed files with 5 additions and 3 deletions

View File

@ -129,7 +129,7 @@ class TgCalculator(QtWidgets.QDialog, Ui_Dialog):
self.graphicsView_2.addItem(tnmh_fit)
self._plots[key] = (data_plot, tg_plot, glass, liquid, tangent, fictive_cp, tnmh_fit)
self._tg_value[key] = {'onset': (nan, nan), 'mid': (nan, nan), 'end': (nan, nan), 'inflection': (nan, nan)} # , 'fictive': (nan, nan)}
self._tg_value[key] = {'onset': (nan, nan), 'midpoint': (nan, nan), 'end': (nan, nan), 'inflection': (nan, nan)} # , 'fictive': (nan, nan)}
if self._limitless:
dist = max_x - min_x