##// END OF EJS Templates
En lectura de FITS, no es necesario setear la variable uselocaltime = True en la funcion idFileinThisTime, los archivos Fits ya se listan con la hora local
Daniel Valdez -
r442:524554ca9b54
parent child
Show More
@@ -3241,7 +3241,7 class FitsReader(ProcessingUnit):
3241 for file in fileList:
3241 for file in fileList:
3242
3242
3243 filename = os.path.join(thisPath,file)
3243 filename = os.path.join(thisPath,file)
3244 thisDatetime = self.isFileinThisTime(filename, startTime, endTime, useLocalTime=True)
3244 thisDatetime = self.isFileinThisTime(filename, startTime, endTime)
3245
3245
3246 if not(thisDatetime):
3246 if not(thisDatetime):
3247 continue
3247 continue
General Comments 0
You need to be logged in to leave comments. Login now