##// END OF EJS Templates
borrando comentario
sebastianVP -
r1747:6ba9a23421ac
parent child
Show More
@@ -72,7 +72,6 class SpectraPlot(Plot):
72 self.xlabel = "Velocity (m/s)"
72 self.xlabel = "Velocity (m/s)"
73
73
74 if (self.CODE == 'spc_moments') | (self.CODE == 'gaussian_fit'):
74 if (self.CODE == 'spc_moments') | (self.CODE == 'gaussian_fit'):
75 print("data",self.data.shape)
76 x = self.data.xrange[2]
75 x = self.data.xrange[2]
77 self.xlabel = "Velocity (m/s)"
76 self.xlabel = "Velocity (m/s)"
78
77
General Comments 0
You need to be logged in to leave comments. Login now