IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28671


Ignore:
Timestamp:
Jul 13, 2010, 5:41:24 PM (16 years ago)
Author:
Paul Price
Message:

Adding more plots, fixing font for paper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/noise_model/plot.gp

    r28175 r28671  
    77set yrange [0:0.045]
    88set border linewidth 3
    9 set term postscript color eps font "Times-Roman,14"
     9set term postscript color eps linewidth 2.5 font "Times-Roman,30
    1010
    1111# Input
     
    1313plot \
    1414    "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
     20set output "input_phot.ps"
     21plot \
     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
     28set output "warp.ps"
     29plot \
     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 , \
    1733    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
    1834
     
    2137plot \
    2238    "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
     44set output "warp_conv.ps"
     45plot \
     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 , \
    2549    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
    2650
     
    2953plot \
    3054    "hist_5.dat" notitle with lines lt 1 lw 3 lc 1 , \
    31     "hist_23.dat" notitle with lines lt 1 lw 3 lc 3 , \
    32     "hist_41.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 , \
    3357    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
    3458
     
    3862    "hist_50.dat" notitle with lines lt 1 lw 3 lc 1 , \
    3963    "hist_51.dat" notitle with lines lt 1 lw 3 lc 3 , \
    40     "hist_59.dat" notitle with lines lt 1 lw 3 lc 11 , \
     64    "hist_58.dat" notitle with lines lt 1 lw 3 lc 11 , \
    4165    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
    4266
     
    4468set output "stack_phot.ps"
    4569plot \
    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 , \
     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 , \
     72    "hist_59.dat" notitle with lines lt 1 lw 3 lc 11 , \
    4973    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
    5074
     
    5478    "hist_48.dat" notitle with lines lt 1 lw 3 lc 1 , \
    5579    "hist_56.dat" notitle with lines lt 1 lw 3 lc 3 , \
    56     "hist_63.dat" notitle with lines lt 1 lw 3 lc 11 , \
     80    "hist_62.dat" notitle with lines lt 1 lw 3 lc 11 , \
    5781    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
    5882
     
    6286    "hist_49.dat" notitle with lines lt 1 lw 3 lc 1 , \
    6387    "hist_57.dat" notitle with lines lt 1 lw 3 lc 3 , \
    64     "hist_64.dat" notitle with lines lt 1 lw 3 lc 11 , \
     88    "hist_63.dat" notitle with lines lt 1 lw 3 lc 11 , \
    6589    "gauss.dat" notitle with lines lt 1 lw 3 lc 7
Note: See TracChangeset for help on using the changeset viewer.