Index: /trunk/archive/noise_model/plot.gp
===================================================================
--- /trunk/archive/noise_model/plot.gp	(revision 28671)
+++ /trunk/archive/noise_model/plot.gp	(revision 28672)
@@ -10,5 +10,5 @@
 
 # Input
-set output "input.ps"
+set output "input.eps"
 plot \
     "hist_0.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -18,5 +18,5 @@
 
 # Input phot
-set output "input_phot.ps"
+set output "input_phot.eps"
 plot \
     "hist_1.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -26,5 +26,5 @@
 
 # Warp
-set output "warp.ps"
+set output "warp.eps"
 plot \
     "hist_2.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -34,5 +34,5 @@
 
 # Warp phot
-set output "warp_phot.ps"
+set output "warp_phot.eps"
 plot \
     "hist_3.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -42,5 +42,5 @@
 
 # Warp conv
-set output "warp_conv.ps"
+set output "warp_conv.eps"
 plot \
     "hist_4.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -50,5 +50,5 @@
 
 # Warp conv phot
-set output "warp_conv_phot.ps"
+set output "warp_conv_phot.eps"
 plot \
     "hist_5.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -58,5 +58,5 @@
 
 # Stack
-set output "stack.ps"
+set output "stack.eps"
 plot \
     "hist_50.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -66,5 +66,5 @@
 
 # Stack phot
-set output "stack_phot.ps"
+set output "stack_phot.eps"
 plot \
     "hist_52.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -74,5 +74,5 @@
 
 # Diff
-set output "diff.ps"
+set output "diff.eps"
 plot \
     "hist_48.dat" notitle with lines lt 1 lw 3 lc 1 , \
@@ -82,5 +82,5 @@
 
 # Diff phot
-set output "diff_phot.ps"
+set output "diff_phot.eps"
 plot \
     "hist_49.dat" notitle with lines lt 1 lw 3 lc 1 , \
