@@ -542,7 +542,10 class Spectra(JROData): | |||||
542 | self.data_dc = None |
|
542 | self.data_dc = None | |
543 | self.data_spc = None |
|
543 | self.data_spc = None | |
544 | self.data_cspc = None |
|
544 | self.data_cspc = None | |
545 |
|
|
545 | # JULIA processing | |
|
546 | self.data_diffcspc = 0 | |||
|
547 | self.nDiffIncohInt = 0 | |||
|
548 | # JULIA processing | |||
546 | self.useLocalTime = True |
|
549 | self.useLocalTime = True | |
547 | self.radarControllerHeaderObj = RadarControllerHeader() |
|
550 | self.radarControllerHeaderObj = RadarControllerHeader() | |
548 | self.systemHeaderObj = SystemHeader() |
|
551 | self.systemHeaderObj = SystemHeader() | |
@@ -967,6 +970,7 class Parameters(Spectra): | |||||
967 | noise_estimation = None |
|
970 | noise_estimation = None | |
968 | GauSPC = None # Fit gaussian SPC |
|
971 | GauSPC = None # Fit gaussian SPC | |
969 | spc_noise = None |
|
972 | spc_noise = None | |
|
973 | avg_output = None # for 150Km processing | |||
970 | # |
|
974 | # | |
971 |
|
975 | |||
972 |
|
976 | |||
@@ -981,6 +985,7 class Parameters(Spectra): | |||||
981 | self.ippFactor = 1 |
|
985 | self.ippFactor = 1 | |
982 | # JULIA processing |
|
986 | # JULIA processing | |
983 | self.diffcspectra = None |
|
987 | self.diffcspectra = None | |
|
988 | self.nDiffIncohInt = None | |||
984 | self.ccfpar = None |
|
989 | self.ccfpar = None | |
985 | # JULIA processing |
|
990 | # JULIA processing | |
986 |
|
991 |
General Comments 0
You need to be logged in to leave comments.
Login now