##// END OF EJS Templates
Merge branch 'schain_mp' of http://jro-dev.igp.gob.pe/rhodecode/schain into schain_mp
José Chávez -
r905:610840afa451 merge
parent child
Show More
@@ -2032,7 +2032,7 class SMDetection(Operation):
2032 timeLag = 45*10**-3
2032 timeLag = 45*10**-3
2033 else:
2033 else:
2034 timeLag = 15*10**-3
2034 timeLag = 15*10**-3
2035 lag = numpy.ceil(timeLag/timeInterval)
2035 lag = int(numpy.ceil(timeLag/timeInterval))
2036
2036
2037 listMeteors1 = []
2037 listMeteors1 = []
2038
2038
General Comments 0
You need to be logged in to leave comments. Login now