##// END OF EJS Templates
fix data_intensity metodo PulsePair
avaldezp -
r1502:f43a77c271af
parent child
Show More
@@ -1644,7 +1644,7 class PulsePair_vRF(Operation):
1644 else:
1644 else:
1645 data_ccf = 0
1645 data_ccf = 0
1646 #------------------ Senal --------------------------------------------------
1646 #------------------ Senal --------------------------------------------------
1647 data_intensity = pair0 - noise_buffer
1647 data_intensity = pair0/pwcode - noise_buffer
1648 data_intensity = numpy.sum(data_intensity,axis=1)*(self.n*self.nCohInt)#*self.nCohInt)
1648 data_intensity = numpy.sum(data_intensity,axis=1)*(self.n*self.nCohInt)#*self.nCohInt)
1649 #data_intensity = (lag_0-self.noise*self.n)*(self.n*self.nCohInt)
1649 #data_intensity = (lag_0-self.noise*self.n)*(self.n*self.nCohInt)
1650 for i in range(self.__nch):
1650 for i in range(self.__nch):
General Comments 0
You need to be logged in to leave comments. Login now