##// END OF EJS Templates
Se obvia el uso del atributo Noise para los graficos
Miguel Valdez -
r54:adb44444bc10
parent child
Show More
@@ -73,10 +73,10 class Spectrum():
73 myXlabel = xlabelList[i]
73 myXlabel = xlabelList[i]
74 myYlabel = ylabelList[i]
74 myYlabel = ylabelList[i]
75
75
76 if self.m_Spectra.noise != None:
76 # if self.m_Spectra.m_NoiseObj != None:
77 noise = '%4.2fdB' %(self.m_Spectra.noise[i])
77 # noise = '%4.2fdB' %(self.m_Spectra.m_NoiseObj[i])
78 else:
78 # else:
79 noise = '--'
79 noise = '--'
80
80
81 myTitle = "Channel: %d - Noise: %s" %(i, noise)
81 myTitle = "Channel: %d - Noise: %s" %(i, noise)
82
82
General Comments 0
You need to be logged in to leave comments. Login now