diff --git a/schainpy/model/jroprocessing.py b/schainpy/model/jroprocessing.py index 261e4fc..618efb1 100644 --- a/schainpy/model/jroprocessing.py +++ b/schainpy/model/jroprocessing.py @@ -649,6 +649,7 @@ class Decoder(Operation): def convolutionInTime(self, data): ini = time.time() + print self.datadecTime.shape, data.shape, code.shape code = self.code[self.__profIndex].reshape(1,-1) @@ -677,6 +678,8 @@ class Decoder(Operation): self.setup(code, dataOut.data.shape) self.__isConfig = True + print "DAta shape ", dataOut.data.shape + if mode == 0: datadec = self.convolutionInFreq(dataOut.data)