- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/archive/noise_model/plot.gp
r28175 r28794 7 7 set yrange [0:0.045] 8 8 set border linewidth 3 9 set term postscript color eps font "Times-Roman,14"9 set term postscript color eps linewidth 2.5 font "Times-Roman,30 10 10 11 11 # Input 12 set output "input. ps"12 set output "input.eps" 13 13 plot \ 14 14 "hist_0.dat" notitle with lines lt 1 lw 3 lc 1 , \ 15 "hist_18.dat" notitle with lines lt 1 lw 3 lc 3 , \ 16 "hist_36.dat" notitle with lines lt 1 lw 3 lc 11 , \ 15 "hist_24.dat" notitle with lines lt 1 lw 3 lc 3 , \ 16 "hist_42.dat" notitle with lines lt 1 lw 3 lc 11 , \ 17 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 18 19 # Input phot 20 set output "input_phot.eps" 21 plot \ 22 "hist_1.dat" notitle with lines lt 1 lw 3 lc 1 , \ 23 "hist_25.dat" notitle with lines lt 1 lw 3 lc 3 , \ 24 "hist_43.dat" notitle with lines lt 1 lw 3 lc 11 , \ 25 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 26 27 # Warp 28 set output "warp.eps" 29 plot \ 30 "hist_2.dat" notitle with lines lt 1 lw 3 lc 1 , \ 31 "hist_26.dat" notitle with lines lt 1 lw 3 lc 3 , \ 32 "hist_44.dat" notitle with lines lt 1 lw 3 lc 11 , \ 17 33 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 18 34 19 35 # Warp phot 20 set output "warp_phot. ps"36 set output "warp_phot.eps" 21 37 plot \ 22 38 "hist_3.dat" notitle with lines lt 1 lw 3 lc 1 , \ 23 "hist_21.dat" notitle with lines lt 1 lw 3 lc 3 , \ 24 "hist_39.dat" notitle with lines lt 1 lw 3 lc 11 , \ 39 "hist_27.dat" notitle with lines lt 1 lw 3 lc 3 , \ 40 "hist_45.dat" notitle with lines lt 1 lw 3 lc 11 , \ 41 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 42 43 # Warp conv 44 set output "warp_conv.eps" 45 plot \ 46 "hist_4.dat" notitle with lines lt 1 lw 3 lc 1 , \ 47 "hist_28.dat" notitle with lines lt 1 lw 3 lc 3 , \ 48 "hist_46.dat" notitle with lines lt 1 lw 3 lc 11 , \ 25 49 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 26 50 27 51 # Warp conv phot 28 set output "warp_conv_phot. ps"52 set output "warp_conv_phot.eps" 29 53 plot \ 30 54 "hist_5.dat" notitle with lines lt 1 lw 3 lc 1 , \ 31 "hist_2 3.dat" notitle with lines lt 1 lw 3 lc 3 , \32 "hist_4 1.dat" notitle with lines lt 1 lw 3 lc 11 , \55 "hist_29.dat" notitle with lines lt 1 lw 3 lc 3 , \ 56 "hist_47.dat" notitle with lines lt 1 lw 3 lc 11 , \ 33 57 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 34 58 35 59 # Stack 36 set output "stack. ps"60 set output "stack.eps" 37 61 plot \ 38 62 "hist_50.dat" notitle with lines lt 1 lw 3 lc 1 , \ 39 63 "hist_51.dat" notitle with lines lt 1 lw 3 lc 3 , \ 64 "hist_58.dat" notitle with lines lt 1 lw 3 lc 11 , \ 65 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 66 67 # Stack phot 68 set output "stack_phot.eps" 69 plot \ 70 "hist_52.dat" notitle with lines lt 1 lw 3 lc 1 , \ 71 "hist_53.dat" notitle with lines lt 1 lw 3 lc 3 , \ 40 72 "hist_59.dat" notitle with lines lt 1 lw 3 lc 11 , \ 41 73 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 42 74 43 # Stack phot44 set output "stack_phot.ps"45 plot \46 "hist_51.dat" notitle with lines lt 1 lw 3 lc 1 , \47 "hist_52.dat" notitle with lines lt 1 lw 3 lc 3 , \48 "hist_60.dat" notitle with lines lt 1 lw 3 lc 11 , \49 "gauss.dat" notitle with lines lt 1 lw 3 lc 750 51 75 # Diff 52 set output "diff. ps"76 set output "diff.eps" 53 77 plot \ 54 78 "hist_48.dat" notitle with lines lt 1 lw 3 lc 1 , \ 55 79 "hist_56.dat" notitle with lines lt 1 lw 3 lc 3 , \ 56 "hist_6 3.dat" notitle with lines lt 1 lw 3 lc 11 , \80 "hist_62.dat" notitle with lines lt 1 lw 3 lc 11 , \ 57 81 "gauss.dat" notitle with lines lt 1 lw 3 lc 7 58 82 59 83 # Diff phot 60 set output "diff_phot. ps"84 set output "diff_phot.eps" 61 85 plot \ 62 86 "hist_49.dat" notitle with lines lt 1 lw 3 lc 1 , \ 63 87 "hist_57.dat" notitle with lines lt 1 lw 3 lc 3 , \ 64 "hist_6 4.dat" notitle with lines lt 1 lw 3 lc 11 , \88 "hist_63.dat" notitle with lines lt 1 lw 3 lc 11 , \ 65 89 "gauss.dat" notitle with lines lt 1 lw 3 lc 7
Note:
See TracChangeset
for help on using the changeset viewer.
