##// END OF EJS Templates
minor changes
Miguel Valdez -
r736:c5f1a66dbd6e
parent child
Show More
@@ -75,12 +75,7 class ControllerThread(threading.Thread, Project):
75
75
76 def setPlotters(self):
76 def setPlotters(self):
77
77
78 plotterList = ['Scope',
78 plotterList = PlotManager.plotterList
79 'SpectraPlot', 'RTIPlot',
80 'CrossSpectraPlot', 'CoherenceMap',
81 'PowerProfilePlot', 'Noise', 'BeaconPhase',
82 'CorrelationPlot',
83 'SpectraHeisScope','RTIfromSpectraHeis']
84
79
85 for thisPUConfObj in self.procUnitConfObjDict.values():
80 for thisPUConfObj in self.procUnitConfObjDict.values():
86
81
General Comments 0
You need to be logged in to leave comments. Login now