Closedown

This commit is contained in:
gac-x03da
2023-08-22 12:01:23 +02:00
parent 6466ee9492
commit 0c8c97dfc1
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#Tue Aug 22 11:43:32 CEST 2023
#Tue Aug 22 11:56:01 CEST 2023
LastRunDate=230822
FileSequentialNumber=18660
DaySequentialNumber=2
FileSequentialNumber=18663
DaySequentialNumber=5

View File

@@ -73,8 +73,8 @@ def plot_cur_spectrum():
try:
while get_context().state.running:
y = Scienta.spectrum.take(100)
#x = Scienta.spectrumX
x = Scienta.spectrumScale.take(100)
x = Scienta.spectrumX
#x = Scienta.spectrumScale.take(100)
if len(y)>len(x):
y=y[:len(x)]
spectrum_series.setData(x, y)