##// END OF EJS Templates
Bug fixed: condicion para armar el buffer hace referencia al numero de puntos de FFT. La condicion debe estar ligada al numero de perfiles.
Daniel Valdez -
r421:367e0dd2bc1d
parent child
Show More
@@ -816,7 +816,7 class SpectraProc(ProcessingUnit):
816 816 if self.firstdatatime == None:
817 817 self.firstdatatime = self.dataIn.utctime
818 818
819 if self.profIndex == self.dataOut.nFFTPoints:
819 if self.profIndex == nProfiles:
820 820 self.__updateObjFromInput()
821 821 self.__getFft()
822 822
General Comments 0
You need to be logged in to leave comments. Login now