##// END OF EJS Templates
Bug fixed: Error decoding data
Miguel Valdez -
r678:929f201d0968
parent child
Show More
@@ -647,8 +647,6 class Decoder(Operation):
647 647
648 648 def run(self, dataOut, code=None, nCode=None, nBaud=None, mode = 0, osamp=None, times=None):
649 649
650 dataOut.flagNoData = True
651
652 650 if dataOut.flagDecodeData:
653 651 print "This data is already decoded, recoding again ..."
654 652
@@ -713,8 +711,6 class Decoder(Operation):
713 711
714 712 self.__profIndex += 1
715 713
716 dataOut.flagNoData = False
717
718 714 return 1
719 715 # dataOut.flagDeflipData = True #asumo q la data no esta sin flip
720 716
General Comments 0
You need to be logged in to leave comments. Login now