From 214b9347885f5fe3d649478d867c2512c092e8ab 2013-08-29 16:41:36 From: Daniel Valdez Date: 2013-08-29 16:41:36 Subject: [PATCH] bug: timeInterval de IncohInt estaba en minutos, se modifica a segundos --- diff --git a/schainpy/model/jroprocessing.py b/schainpy/model/jroprocessing.py index 3074148..4d32e96 100644 --- a/schainpy/model/jroprocessing.py +++ b/schainpy/model/jroprocessing.py @@ -1053,7 +1053,7 @@ class IncohInt(Operation): self.n = n self.__byTime = False else: - self.__integrationtime = timeInterval * 60. #if (type(timeInterval)!=integer) -> change this line + self.__integrationtime = timeInterval #if (type(timeInterval)!=integer) -> change this line self.n = 9999 self.__byTime = True