@@ -64,6 +64,8 class SpectraProc(ProcessingUnit): | |||||
64 | self.dataOut.beam.codeList = self.dataIn.beam.codeList |
|
64 | self.dataOut.beam.codeList = self.dataIn.beam.codeList | |
65 | self.dataOut.beam.azimuthList = self.dataIn.beam.azimuthList |
|
65 | self.dataOut.beam.azimuthList = self.dataIn.beam.azimuthList | |
66 | self.dataOut.beam.zenithList = self.dataIn.beam.zenithList |
|
66 | self.dataOut.beam.zenithList = self.dataIn.beam.zenithList | |
|
67 | self.dataOut.h0 = self.dataIn.h0 | |||
|
68 | ||||
67 |
|
69 | |||
68 | def __getFft(self): |
|
70 | def __getFft(self): | |
69 | """ |
|
71 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now