Skip to content
Snippets Groups Projects
Commit 66e7b808 authored by kipp's avatar kipp
Browse files

change names of input files

parent a409e40e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ xiout = file("xi.txt", "w")
max_phase_snr = 0
max_snr = 0
for snrline, chisqline in itertools.izip(file("snr.txt"), file("chisquare.txt")):
for snrline, chisqline in itertools.izip(file("snr_L1.txt"), file("chisquare_L1.txt")):
snrline = snrline.strip().split()
chisqline = chisqline.strip().split()
snr = tuple(map(float, snrline[1:]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment