Update CygnusRFI.py

master
0xCoto 2020-03-02 17:23:20 +02:00 committed by GitHub
parent 41a2dabfcf
commit b66724b98a
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(float(bandwidth)/1000000)+' MHz')
print('\033[1;32;48mNumber of channels per spectrum (FFT Size): \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)