##// END OF EJS Templates
Victor Sarmiento -
r34:6ea360bced78
parent child
Show More
@@ -104,7 +104,7 class SystemHeader:
104 104 obj.numProfiles = self.numProfiles
105 105 obj.numChannels = self.numChannels
106 106 obj.adcResolution = self.adcResolution
107 self.pciDioBusWidth = self.pciDioBusWidth
107 obj.pciDioBusWidth = self.pciDioBusWidth
108 108
109 109
110 110 return obj
@@ -272,6 +272,7 class ProcessingHeader:
272 272 self.numCode = 0
273 273 self.codes = 0
274 274 self.numBaud = 0
275 self.shif_fft = False
275 276
276 277 def read(self, fp):
277 278 header = numpy.fromfile(fp,self.struct,1)
General Comments 0
You need to be logged in to leave comments. Login now