Index: trunk/archive/noise_model/plot.gp
===================================================================
--- trunk/archive/noise_model/plot.gp	(revision 28174)
+++ trunk/archive/noise_model/plot.gp	(revision 28174)
@@ -0,0 +1,62 @@
+### gnuplot commands to generate histogram plots
+
+set xrange [-5:5]
+set yrange [0:0.045]
+set border linewidth 3
+set term postscript color eps font "Times-Roman,14"
+
+# Input
+set output "input.ps"
+plot \
+    "hist_0.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_18.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_36.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
+
+# Warp phot
+set output "warp_phot.ps"
+plot \
+    "hist_3.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_21.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_39.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
+
+# Warp conv phot
+set output "warp_conv_phot.ps"
+plot \
+    "hist_5.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_23.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_41.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
+
+# Stack
+set output "stack.ps"
+plot \
+    "hist_50.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_51.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_59.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
+
+# Stack phot
+set output "stack_phot.ps"
+plot \
+    "hist_51.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_52.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_60.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
+
+# Diff
+set output "diff.ps"
+plot \
+    "hist_48.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_56.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_63.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
+
+# Diff phot
+set output "diff_phot.ps"
+plot \
+    "hist_49.dat" notitle with lines lt 1 lw 3 lc 1 , \
+    "hist_57.dat" notitle with lines lt 1 lw 3 lc 3 , \
+    "hist_64.dat" notitle with lines lt 1 lw 3 lc 11 , \
+    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
