##// END OF EJS Templates
Encontre un bug durante la escritura de datos en este archivo....
Alexander Valdez -
r556:30d732fca7ac
parent child
Show More
@@ -355,6 +355,7 class RadarControllerHeader(Header):
355 if self.numTaus > 0:
355 if self.numTaus > 0:
356 self.Taus.tofile(fp)
356 self.Taus.tofile(fp)
357
357
358 if self.codeType !=0:
358 nCode = numpy.array(self.nCode, '<u4')
359 nCode = numpy.array(self.nCode, '<u4')
359 nCode.tofile(fp)
360 nCode.tofile(fp)
360 nBaud = numpy.array(self.nBaud, '<u4')
361 nBaud = numpy.array(self.nBaud, '<u4')
General Comments 0
You need to be logged in to leave comments. Login now