make it easy to collect data for the paper's error injection figure
authorjjenista <jjenista>
Thu, 27 Oct 2011 18:55:30 +0000 (18:55 +0000)
committerjjenista <jjenista>
Thu, 27 Oct 2011 18:55:30 +0000 (18:55 +0000)
Robust/src/Benchmarks/SSJava/MP3Decoder/cp-err-data-to-paper.sh [new file with mode: 0755]
Robust/src/Benchmarks/SSJava/MP3Decoder/nve2latex.cmds [deleted file]

diff --git a/Robust/src/Benchmarks/SSJava/MP3Decoder/cp-err-data-to-paper.sh b/Robust/src/Benchmarks/SSJava/MP3Decoder/cp-err-data-to-paper.sh
new file mode 100755 (executable)
index 0000000..ad18a25
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [[ -z $1 ]] ; then
+cp normal.txt error.txt nve-diff-ranges.tmp ~/research/Papers/12/pldi.ssjava/err-inj-fig
+else 
+cp normal.txt error.txt nve-diff-ranges.tmp $1/Papers/12/pldi.ssjava/err-inj-fig
+fi
diff --git a/Robust/src/Benchmarks/SSJava/MP3Decoder/nve2latex.cmds b/Robust/src/Benchmarks/SSJava/MP3Decoder/nve2latex.cmds
deleted file mode 100644 (file)
index 03af2f8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-set terminal epslatex input size 2in 1in
-
-set output injectErrorFigA.tex
-plot "normal.txt" with lines, "error.txt" with lines, "nve-diff-ranges.tmp" with steps axes x1y2
-
-set output injectErrorFigB.tex
-plot [10:15] "normal.txt" with lines, "error.txt" with lines, "nve-diff-ranges.tmp" with steps axes x1y2
-
-unset output