Skip to content
Snippets Groups Projects
Commit 12efa178 authored by Francesco Pannarale's avatar Francesco Pannarale
Browse files

Cleaning up output of plot_waveform.py

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@43 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent 6c036561
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ for ifo in ifoList:
strain_master[count] = strain
count += 1
print " "+str(count)+" waveforms found for IFO "+str(int(ifo)+1)
print " "+str(count)+" waveforms found for IFO "+str(int(ifo)+1)
median_waveform = np.median(strain_master, axis=0)
......@@ -266,8 +266,8 @@ for line in infile:
infile.close()
print
print 'log( E_signal / E_noise ) =', sig_noise
print 'log( E_signal / E_glitch ) =', sig_gl
print ' log( E_signal / E_noise ) =', sig_noise
print ' log( E_signal / E_glitch ) =', sig_gl
plt.figure()
# plt.plot(limit_odds(sig_gl), limit_odds(sig_noise), '*', markersize=15, mfc='yellow')
......@@ -351,7 +351,6 @@ if os.path.isfile('condorOut.txt'):
gps = float(spl[3])
if line.find('Run Flags') > 0:
break
# if line.find('Run Flags') > 0:
# break
# else:
......@@ -366,7 +365,7 @@ if mdc=='True':
snrList = [float(snr) for snr in snrLine.split()]
info = info + "The detectors are {0} \n".format( ', '.join(ifoNames) )
info = info + "The trigger time is GPS {0} \n".format(gps)
info = info + " The trigger time is GPS {0} \n".format(gps)
# -- Start the web page
web.write('<h1>Bayeswave Burst Output page</h1>\n')
......@@ -383,7 +382,7 @@ if mdc=='True':
web.write('<h3>Log Info</h3>')
# web.write("<pre>{0}</pre>".format(info))
web.write("<a href='./condorOut.txt'>See full log file</a>")
print "Info: {0}".format(info)
print " Info: {0}".format(info)
# -- Write out the bayes Factor plot
......@@ -426,9 +425,6 @@ web.write("<h3>Diagnostic plots of Likelihood and Temperature</h3>")
web.write("<img src='./likelihood.png' alt='likelihood.png' width=500>")
web.write("<img src='./TL.png' alt='TL.png' width=500> <br/>" )
# -- Put all plots on web site
# plotlist = glob.glob('*.png')
# for plot in plotlist:
......@@ -438,7 +434,6 @@ web.write("<img src='./TL.png' alt='TL.png' width=500> <br/>" )
web.write('<h3>Skymap</h3>')
web.write("<img src='./skymap.png' alt='No_skymap_available' width=650>")
#-- Close the web site
web.write('</body></html>')
web.close()
......
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