Skip to content

Commit

Permalink
Update CygnusRFI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCoto authored Feb 23, 2020
1 parent 454fe4d commit e621124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CygnusRFI.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
print('\033[1;33;48m+=================================================================+\n')

q=0
for freq in range(fmin, fmax, int(bandwidth)):
for freq in range(int(fmin), int(fmax), int(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
Expand Down

0 comments on commit e621124

Please sign in to comment.