##// END OF EJS Templates
Modifications for JULIA Processing
imanay -
r1764:66b4c9f36252
parent child
Show More
@@ -542,7 +542,10 class Spectra(JROData):
542 542 self.data_dc = None
543 543 self.data_spc = None
544 544 self.data_cspc = None
545 self.diffcspectra = None # JULIA processing
545 # JULIA processing
546 self.data_diffcspc = 0
547 self.nDiffIncohInt = 0
548 # JULIA processing
546 549 self.useLocalTime = True
547 550 self.radarControllerHeaderObj = RadarControllerHeader()
548 551 self.systemHeaderObj = SystemHeader()
@@ -967,6 +970,7 class Parameters(Spectra):
967 970 noise_estimation = None
968 971 GauSPC = None # Fit gaussian SPC
969 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 985 self.ippFactor = 1
982 986 # JULIA processing
983 987 self.diffcspectra = None
988 self.nDiffIncohInt = None
984 989 self.ccfpar = None
985 990 # JULIA processing
986 991
General Comments 0
You need to be logged in to leave comments. Login now