Skip to content
Snippets Groups Projects
Commit 0f70a7e8 authored by Grant David Meadors's avatar Grant David Meadors
Browse files

Fixed a typo that made for an inconvenient filename referring to an observatory

parent f48b1209
Branches
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ def scatterplotter(observatory):
plt.xlabel('SNR before feedforward (LDAS)')
plt.ylabel('SNR after feedforward (AMPS)')
plt.title(observatory + '1 iHope SNR after vs before feedforward')
plt.savefig(observatory + '1 AMPSplotSNR.png')
plt.savefig(observatory + '1 AMPSplotSNR.pdf')
plt.savefig(observatory + '1_AMPSplotSNR.png')
plt.savefig(observatory + '1_AMPSplotSNR.pdf')
plt.close()
plt.figure()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment