Update CygnusRFI.py

master
0xCoto 2020-03-15 15:48:49 +02:00 committed by GitHub
parent d9d038b4aa
commit bd9b80e169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)