##// 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 265 if self.nTxs > 1:
266 266 self.dataOut.radarControllerHeaderObj.ippSeconds = self.radarControllerHeaderObj.ippSeconds/self.nTxs
267
268 267 #Time interval and code are propierties of dataOut. Its value depends of radarControllerHeaderObj.
269 268
270 269 # self.dataOut.timeInterval = self.radarControllerHeaderObj.ippSeconds * self.processingHeaderObj.nCohInt
@@ -16,7 +16,6 class build_ext(_build_ext):
16 16 import numpy
17 17 self.include_dirs.append(numpy.get_include())
18 18
19
20 19 setup(name="schainpy",
21 20 version=__version__,
22 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