@@ -75,12 +75,7 class ControllerThread(threading.Thread, Project): | |||
|
75 | 75 | |
|
76 | 76 | def setPlotters(self): |
|
77 | 77 | |
|
78 |
plotterList = |
|
|
79 | 'SpectraPlot', 'RTIPlot', | |
|
80 | 'CrossSpectraPlot', 'CoherenceMap', | |
|
81 | 'PowerProfilePlot', 'Noise', 'BeaconPhase', | |
|
82 | 'CorrelationPlot', | |
|
83 | 'SpectraHeisScope','RTIfromSpectraHeis'] | |
|
78 | plotterList = PlotManager.plotterList | |
|
84 | 79 | |
|
85 | 80 | for thisPUConfObj in self.procUnitConfObjDict.values(): |
|
86 | 81 |
General Comments 0
You need to be logged in to leave comments.
Login now