IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28672


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

Fix file extension.

File:
1 edited

Legend:

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

    r28671 r28672  
    1010
    1111# Input
    12 set output "input.ps"
     12set output "input.eps"
    1313plot \
    1414    "hist_0.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    1818
    1919# Input phot
    20 set output "input_phot.ps"
     20set output "input_phot.eps"
    2121plot \
    2222    "hist_1.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    2626
    2727# Warp
    28 set output "warp.ps"
     28set output "warp.eps"
    2929plot \
    3030    "hist_2.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    3434
    3535# Warp phot
    36 set output "warp_phot.ps"
     36set output "warp_phot.eps"
    3737plot \
    3838    "hist_3.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    4242
    4343# Warp conv
    44 set output "warp_conv.ps"
     44set output "warp_conv.eps"
    4545plot \
    4646    "hist_4.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    5050
    5151# Warp conv phot
    52 set output "warp_conv_phot.ps"
     52set output "warp_conv_phot.eps"
    5353plot \
    5454    "hist_5.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    5858
    5959# Stack
    60 set output "stack.ps"
     60set output "stack.eps"
    6161plot \
    6262    "hist_50.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    6666
    6767# Stack phot
    68 set output "stack_phot.ps"
     68set output "stack_phot.eps"
    6969plot \
    7070    "hist_52.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    7474
    7575# Diff
    76 set output "diff.ps"
     76set output "diff.eps"
    7777plot \
    7878    "hist_48.dat" notitle with lines lt 1 lw 3 lc 1 , \
     
    8282
    8383# Diff phot
    84 set output "diff_phot.ps"
     84set output "diff_phot.eps"
    8585plot \
    8686    "hist_49.dat" notitle with lines lt 1 lw 3 lc 1 , \
Note: See TracChangeset for help on using the changeset viewer.