@@ -23,6 +23,7 except: | |||
|
23 | 23 | from schainpy.model.data.jroheaderIO import PROCFLAG, BasicHeader, SystemHeader, RadarControllerHeader, ProcessingHeader |
|
24 | 24 | from schainpy.model.data.jroheaderIO import get_dtype_index, get_numpy_dtype, get_procflag_dtype, get_dtype_width |
|
25 | 25 | from schainpy.utils import log |
|
26 | import schainpy.admin | |
|
26 | 27 | |
|
27 | 28 | LOCALTIME = True |
|
28 | 29 | |
@@ -1051,6 +1052,7 class JRODataReader(JRODataIO): | |||
|
1051 | 1052 | # Skip block out of startTime and endTime |
|
1052 | 1053 | while True: |
|
1053 | 1054 | if not(self.__setNewBlock()): |
|
1055 | raise(schainpy.admin.SchainWarning('No more files')) | |
|
1054 | 1056 | return 0 |
|
1055 | 1057 | |
|
1056 | 1058 | if not(self.readBlock()): |
General Comments 0
You need to be logged in to leave comments.
Login now