##// END OF EJS Templates
bug: timeInterval de IncohInt estaba en minutos, se modifica a segundos
Daniel Valdez -
r415:214b9347885f
parent child
Show More
@@ -1053,7 +1053,7 class IncohInt(Operation):
1053 1053 self.n = n
1054 1054 self.__byTime = False
1055 1055 else:
1056 self.__integrationtime = timeInterval * 60. #if (type(timeInterval)!=integer) -> change this line
1056 self.__integrationtime = timeInterval #if (type(timeInterval)!=integer) -> change this line
1057 1057 self.n = 9999
1058 1058 self.__byTime = True
1059 1059
General Comments 0
You need to be logged in to leave comments. Login now