From bd9b80e169e259d1d36109c1a0543855aedbfa20 Mon Sep 17 00:00:00 2001 From: 0xCoto Date: Sun, 15 Mar 2020 15:48:49 +0200 Subject: [PATCH] Update CygnusRFI.py --- CygnusRFI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CygnusRFI.py b/CygnusRFI.py index c096027..a1d19ac 100644 --- a/CygnusRFI.py +++ b/CygnusRFI.py @@ -57,7 +57,7 @@ print('\033[1;32;48mBandwidth per spectrum: \033[1;36;48m'+str(float(bandwidth)/ sleep(0.15) print('\033[1;32;48mIntegration time per spectrum: \033[1;36;48m'+duration+' sec') sleep(0.15) -print('\033[1;32;48mNumber of channels per spectrum (FFT Size): \033[1;36;48m'+str(channels)) +print('\033[1;32;48mNumber of channels per spectrum (FFT Size should be a power of 2): \033[1;36;48m'+str(channels)) sleep(0.15) print('\033[1;32;48mIntegration time per FFT sample: \033[1;36;48m'+t_int+' sec') sleep(0.5)