From 9916bc48d36fc7c1c332dba88f4b151c47917a86 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Fri, 12 Dec 2014 12:53:02 +0000 Subject: [PATCH] -removed print. --- libraries/dsp/correlator/tb/python/tc_correlator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/dsp/correlator/tb/python/tc_correlator.py b/libraries/dsp/correlator/tb/python/tc_correlator.py index f70e611f94..b9e41ef33c 100644 --- a/libraries/dsp/correlator/tb/python/tc_correlator.py +++ b/libraries/dsp/correlator/tb/python/tc_correlator.py @@ -76,6 +76,5 @@ for word in channel_data: # Re-shape the flat list into a matrix and plot the matrix ################################################################################ mat = unique_vis_to_full_matrix(phases) -print 'AMPLITUDES', amplitudes plot_matrix_color([[mat]]) -- GitLab