We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3671db7 commit 4ec4d18Copy full SHA for 4ec4d18
application.py
@@ -652,8 +652,8 @@ def experiment(self):
652
653
if self.referenceChannel.get() != "":
654
totalAbsorbanceSpectras.append(
655
- self.get_selected_absorbance(tp_scopes)
656
- - correction_spectrum)
+ self.get_selected_absorbance(tp_scopes)[0]
+ - correction_spectrum[0])
657
658
self.liveDisplay.putSpectrasAndUpdate(
659
4, totalAbsorbanceSpectras)
0 commit comments