Changeset 28672 for trunk/archive/noise_model/plot.gp
- Timestamp:
- Jul 13, 2010, 5:44:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/archive/noise_model/plot.gp (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/noise_model/plot.gp
r28671 r28672 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 , \ … … 18 18 19 19 # Input phot 20 set output "input_phot. ps"20 set output "input_phot.eps" 21 21 plot \ 22 22 "hist_1.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 26 26 27 27 # Warp 28 set output "warp. ps"28 set output "warp.eps" 29 29 plot \ 30 30 "hist_2.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 34 34 35 35 # Warp phot 36 set output "warp_phot. ps"36 set output "warp_phot.eps" 37 37 plot \ 38 38 "hist_3.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 42 42 43 43 # Warp conv 44 set output "warp_conv. ps"44 set output "warp_conv.eps" 45 45 plot \ 46 46 "hist_4.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 50 50 51 51 # Warp conv phot 52 set output "warp_conv_phot. ps"52 set output "warp_conv_phot.eps" 53 53 plot \ 54 54 "hist_5.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 58 58 59 59 # Stack 60 set output "stack. ps"60 set output "stack.eps" 61 61 plot \ 62 62 "hist_50.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 66 66 67 67 # Stack phot 68 set output "stack_phot. ps"68 set output "stack_phot.eps" 69 69 plot \ 70 70 "hist_52.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 74 74 75 75 # Diff 76 set output "diff. ps"76 set output "diff.eps" 77 77 plot \ 78 78 "hist_48.dat" notitle with lines lt 1 lw 3 lc 1 , \ … … 82 82 83 83 # Diff phot 84 set output "diff_phot. ps"84 set output "diff_phot.eps" 85 85 plot \ 86 86 "hist_49.dat" notitle with lines lt 1 lw 3 lc 1 , \
Note:
See TracChangeset
for help on using the changeset viewer.
