##// END OF EJS Templates
El termino ippKm no esta definido en la estructura RadarControllerHeader ubicada en /model/data/jroheaderIO.py , lo que si esta definido es el termino ipp. ...
Alexander Valdez -
r1227:09a8c7512003
parent child
Show More
@@ -58,7 +58,7 class USRPReader(ProcessingUnit):
58
58
59 nProfiles = 1.0/ippSeconds #Number of profiles in one second
59 nProfiles = 1.0/ippSeconds #Number of profiles in one second
60
60
61 self.dataOut.radarControllerHeaderObj = RadarControllerHeader(ippKm=self.__ippKm,
61 self.dataOut.radarControllerHeaderObj = RadarControllerHeader(ipp=self.__ippKm,
62 txA=0,
62 txA=0,
63 txB=0,
63 txB=0,
64 nWindows=1,
64 nWindows=1,
General Comments 0
You need to be logged in to leave comments. Login now