@@ -109,6 +109,20 class ParametersProc(ProcessingUnit): | |||
|
109 | 109 |
self.dataOut.flagNoData = False |
|
110 | 110 |
self.dataOut.utctimeInit = self.dataIn.utctime |
|
111 | 111 |
self.dataOut.paramInterval = self.dataIn.nProfiles*self.dataIn.nCohInt*self.dataIn.ippSeconds |
|
112 | if hasattr(self.dataIn, 'dataPP_POW'): | |
|
113 | self.dataOut.dataPP_POW = self.dataIn.dataPP_POW | |
|
114 | ||
|
115 | if hasattr(self.dataIn, 'dataPP_POWER'): | |
|
116 | self.dataOut.dataPP_POWER = self.dataIn.dataPP_POWER | |
|
117 | ||
|
118 | if hasattr(self.dataIn, 'dataPP_DOP'): | |
|
119 | self.dataOut.dataPP_DOP = self.dataIn.dataPP_DOP | |
|
120 | ||
|
121 | if hasattr(self.dataIn, 'dataPP_SNR'): | |
|
122 | self.dataOut.dataPP_SNR = self.dataIn.dataPP_SNR | |
|
123 | ||
|
124 | if hasattr(self.dataIn, 'dataPP_WIDTH'): | |
|
125 | self.dataOut.dataPP_WIDTH = self.dataIn.dataPP_WIDTH | |
|
112 | 126 |
return |
|
113 | 127 | |
|
114 | 128 |
#---------------------- Spectra Data --------------------------- |
@@ -3984,4 +3998,3 class SMOperations(): | |||
|
3984 | 3998 |
# error[indInvalid1] = 13 |
|
3985 | 3999 |
# |
|
3986 | 4000 |
# return heights, error |
|
3987 | No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now