##// END OF EJS Templates
Bux fixed: El calculo del intervalo del tiempo ahora incluye el numero de puntos de FFT
Miguel Valdez -
r202:a95dc414d095
parent child
Show More
@@ -831,6 +831,6 class IncohInt(Operation):
831 dataOut.data_spc = avgdata
831 dataOut.data_spc = avgdata
832 dataOut.nIncohInt *= self.n
832 dataOut.nIncohInt *= self.n
833 dataOut.utctime = avgdatatime
833 dataOut.utctime = avgdatatime
834 dataOut.timeInterval = dataOut.ippSeconds * dataOut.nCohInt * dataOut.nIncohInt
834 dataOut.timeInterval = dataOut.ippSeconds * dataOut.nCohInt * dataOut.nIncohInt * dataOut.nFFTPoints
835 dataOut.flagNoData = False
835 dataOut.flagNoData = False
836 No newline at end of file
836
General Comments 0
You need to be logged in to leave comments. Login now