@@ -647,8 +647,6 class Decoder(Operation): | |||||
647 |
|
647 | |||
648 | def run(self, dataOut, code=None, nCode=None, nBaud=None, mode = 0, osamp=None, times=None): |
|
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 | if dataOut.flagDecodeData: |
|
650 | if dataOut.flagDecodeData: | |
653 | print "This data is already decoded, recoding again ..." |
|
651 | print "This data is already decoded, recoding again ..." | |
654 |
|
652 | |||
@@ -713,8 +711,6 class Decoder(Operation): | |||||
713 |
|
711 | |||
714 | self.__profIndex += 1 |
|
712 | self.__profIndex += 1 | |
715 |
|
713 | |||
716 | dataOut.flagNoData = False |
|
|||
717 |
|
||||
718 | return 1 |
|
714 | return 1 | |
719 | # dataOut.flagDeflipData = True #asumo q la data no esta sin flip |
|
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