From c5f1a66dbd6e78451eee9fff42072f8157a072b7 2015-12-12 06:06:27 From: Miguel Valdez Date: 2015-12-12 06:06:27 Subject: [PATCH] minor changes --- diff --git a/schainpy/controller_api.py b/schainpy/controller_api.py index 86dfa22..dda5e90 100644 --- a/schainpy/controller_api.py +++ b/schainpy/controller_api.py @@ -75,12 +75,7 @@ class ControllerThread(threading.Thread, Project): def setPlotters(self): - plotterList = ['Scope', - 'SpectraPlot', 'RTIPlot', - 'CrossSpectraPlot', 'CoherenceMap', - 'PowerProfilePlot', 'Noise', 'BeaconPhase', - 'CorrelationPlot', - 'SpectraHeisScope','RTIfromSpectraHeis'] + plotterList = PlotManager.plotterList for thisPUConfObj in self.procUnitConfObjDict.values():