Update CygnusRFI.py

master
0xCoto 2020-02-24 03:57:41 +02:00 committed by GitHub
parent af3047363a
commit 34d8b9f3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if proceed.lower() != 'n' and proceed.lower() != 'no':
print('\033[1;33;48m+=================================================================+\n')
q=0
for freq in range(int(fmin), int(fmax), int(bandwidth)):
for freq in range(int(fmin), int(fmax), int(float(bandwidth))):
print("\033[1;33;48m\n---------------------------------------------------------------------------\n \033[1;33;48m[*] \033[1;32;48mCurrently monitoring f_center = "+str(0.000001*freq)+" +/- "+str(float(float(bandwidth)*0.000001)/2)+" MHz (iteration: "+str(q)+")...\n\033[1;33;48m---------------------------------------------------------------------------")
#Define observation frequency