##// END OF EJS Templates
little formatting
José Chávez -
r1064:1ab0a5e802f5
parent child
Show More
@@ -264,7 +264,6 class VoltageReader(JRODataReader, ProcessingUnit):
264
264
265 if self.nTxs > 1:
265 if self.nTxs > 1:
266 self.dataOut.radarControllerHeaderObj.ippSeconds = self.radarControllerHeaderObj.ippSeconds/self.nTxs
266 self.dataOut.radarControllerHeaderObj.ippSeconds = self.radarControllerHeaderObj.ippSeconds/self.nTxs
267
268 #Time interval and code are propierties of dataOut. Its value depends of radarControllerHeaderObj.
267 #Time interval and code are propierties of dataOut. Its value depends of radarControllerHeaderObj.
269
268
270 # self.dataOut.timeInterval = self.radarControllerHeaderObj.ippSeconds * self.processingHeaderObj.nCohInt
269 # self.dataOut.timeInterval = self.radarControllerHeaderObj.ippSeconds * self.processingHeaderObj.nCohInt
@@ -16,7 +16,6 class build_ext(_build_ext):
16 import numpy
16 import numpy
17 self.include_dirs.append(numpy.get_include())
17 self.include_dirs.append(numpy.get_include())
18
18
19
20 setup(name="schainpy",
19 setup(name="schainpy",
21 version=__version__,
20 version=__version__,
22 description="Python tools to read, write and process Jicamarca data",
21 description="Python tools to read, write and process Jicamarca data",
General Comments 0
You need to be logged in to leave comments. Login now