@@ -507,7 +507,7 class RadarControllerHeader(Header): | |||||
507 | code1 = (self.code + 1.0) / 2. |
|
507 | code1 = (self.code + 1.0) / 2. | |
508 |
|
508 | |||
509 | for ic in range(self.nCode): |
|
509 | for ic in range(self.nCode): | |
510 |
tempx = numpy.zeros( |
|
510 | tempx = numpy.zeros(int(self.nBaud / 32.)) | |
511 | start = 0 |
|
511 | start = 0 | |
512 | end = 32 |
|
512 | end = 32 | |
513 | for i in range(len(tempx)): |
|
513 | for i in range(len(tempx)): |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now