@@ -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