From e4a69634f7a24033fe103edb9addbd5603723f90 2016-01-13 23:25:23 From: Miguel Valdez Date: 2016-01-13 23:25:23 Subject: [PATCH] SpectraCutPlot added to PlotManager --- diff --git a/schainpy/model/graphics/jroplotter.py b/schainpy/model/graphics/jroplotter.py index 060dcb1..c15820f 100644 --- a/schainpy/model/graphics/jroplotter.py +++ b/schainpy/model/graphics/jroplotter.py @@ -80,6 +80,7 @@ class PlotManager(): plotterList = ['Scope', 'SpectraPlot', 'RTIPlot', + 'SpectraCutPlot', 'CrossSpectraPlot', 'CoherenceMap', 'PowerProfilePlot', 'Noise', 'BeaconPhase', 'CorrelationPlot',