##// 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 355 if self.numTaus > 0:
356 356 self.Taus.tofile(fp)
357 357
358 if self.codeType !=0:
358 359 nCode = numpy.array(self.nCode, '<u4')
359 360 nCode.tofile(fp)
360 361 nBaud = numpy.array(self.nBaud, '<u4')
General Comments 0
You need to be logged in to leave comments. Login now