@@ -639,7 +639,7 class JRODataReader(JRODataIO): | |||||
639 |
|
639 | |||
640 | skippedFileList = [] |
|
640 | skippedFileList = [] | |
641 |
|
641 | |||
642 |
if cursor is not None and |
|
642 | if cursor is not None and skip is not None: | |
643 |
|
643 | |||
644 | if skip == 0: |
|
644 | if skip == 0: | |
645 | skippedFileList = [] |
|
645 | skippedFileList = [] |
@@ -106,7 +106,7 class DigitalRFReader(ProcessingUnit): | |||||
106 |
|
106 | |||
107 | # self.dataOut.nHeights = 0 |
|
107 | # self.dataOut.nHeights = 0 | |
108 |
|
108 | |||
109 | self.dataOut.nProfiles = nProfiles |
|
109 | self.dataOut.nProfiles = int(nProfiles) | |
110 |
|
110 | |||
111 | self.dataOut.heightList = self.__firstHeigth + numpy.arange(self.__nSamples, dtype = numpy.float)*self.__deltaHeigth |
|
111 | self.dataOut.heightList = self.__firstHeigth + numpy.arange(self.__nSamples, dtype = numpy.float)*self.__deltaHeigth | |
112 |
|
112 |
General Comments 0
You need to be logged in to leave comments.
Login now