@@ -35,7 +35,7 class SpectraLagsProc(ProcessingUnit): | |||
|
35 | 35 | self.dataOut.nBaud = self.dataIn.nBaud |
|
36 | 36 | self.dataOut.nCode = self.dataIn.nCode |
|
37 | 37 | self.dataOut.code = self.dataIn.code |
|
38 | self.dataOut.nProfiles = self.dataOut.nFFTPoints | |
|
38 | # self.dataOut.nProfiles = self.dataOut.nFFTPoints | |
|
39 | 39 | |
|
40 | 40 | self.dataOut.flagDiscontinuousBlock = self.dataIn.flagDiscontinuousBlock |
|
41 | 41 | self.dataOut.utctime = self.firstdatatime |
@@ -150,6 +150,7 class SpectraLagsProc(ProcessingUnit): | |||
|
150 | 150 | self.dataOut.ippFactor = 1 |
|
151 | 151 | |
|
152 | 152 | self.dataOut.nFFTPoints = nFFTPoints |
|
153 | self.dataOut.nProfiles = nProfiles | |
|
153 | 154 | self.dataOut.pairsList = pairsList |
|
154 | 155 | |
|
155 | 156 | # if self.buffer is None: |
General Comments 0
You need to be logged in to leave comments.
Login now