@@ -1644,7 +1644,7 class PulsePair_vRF(Operation): | |||
|
1644 | 1644 | else: |
|
1645 | 1645 | data_ccf = 0 |
|
1646 | 1646 | #------------------ Senal -------------------------------------------------- |
|
1647 | data_intensity = pair0 - noise_buffer | |
|
1647 | data_intensity = pair0/pwcode - noise_buffer | |
|
1648 | 1648 | data_intensity = numpy.sum(data_intensity,axis=1)*(self.n*self.nCohInt)#*self.nCohInt) |
|
1649 | 1649 | #data_intensity = (lag_0-self.noise*self.n)*(self.n*self.nCohInt) |
|
1650 | 1650 | for i in range(self.__nch): |
General Comments 0
You need to be logged in to leave comments.
Login now