changed storage interface to not require exceptions

This commit is contained in:
Arvid Norberg
2008-02-14 03:48:20 +00:00
parent c6de20173f
commit 7e83c3fc51
13 changed files with 891 additions and 655 deletions

View File

@@ -60,6 +60,8 @@ for k in keys:
except:
print l
out.close()
peak_out.close()
out = open('send_buffer.gnuplot', 'wb')
print >>out, "set term png size 1200,700"
@@ -79,5 +81,5 @@ for k in keys:
print >>out, 'x=0'
out.close()
os.system('gnuplot send_buffer.gnuplot');
os.system('gnuplot send_buffer.gnuplot')