##// END OF EJS Templates
Merge remote into local...
jespinoza -
r912:f65929d2cf32 merge
parent child
Show More
@@ -360,6 +360,8 class ReceiverData(ProcessingUnit, Process):
360 else:
360 else:
361 self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist())
361 self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist())
362 self.data_web['time'] = t
362 self.data_web['time'] = t
363 self.data_web['interval'] = self.dataOut.getTimeInterval()
364 self.data_web['type'] = plottype
363
365
364 def run(self):
366 def run(self):
365
367
General Comments 0
You need to be logged in to leave comments. Login now