##// END OF EJS Templates
Changes in data Parameters
Julio Valdez -
r802:16a66dcd77c0
parent child
Show More
@@ -1122,6 +1122,8 class Parameters(JROData):
1122
1122
1123 paramInterval = None #Time interval to calculate Parameters in seconds
1123 paramInterval = None #Time interval to calculate Parameters in seconds
1124
1124
1125 useLocalTime = True
1126
1125 #Fitting
1127 #Fitting
1126
1128
1127 data_error = None #Error of the estimation
1129 data_error = None #Error of the estimation
@@ -1155,7 +1157,7 class Parameters(JROData):
1155 if self.useLocalTime:
1157 if self.useLocalTime:
1156 time1 = self.utctimeInit - self.timeZone*60
1158 time1 = self.utctimeInit - self.timeZone*60
1157 else:
1159 else:
1158 time1 = utctimeInit
1160 time1 = self.utctimeInit
1159
1161
1160 # datatime.append(self.utctimeInit)
1162 # datatime.append(self.utctimeInit)
1161 # datatime.append(self.utctimeInit + self.outputInterval)
1163 # datatime.append(self.utctimeInit + self.outputInterval)
General Comments 0
You need to be logged in to leave comments. Login now