set output './cand_1683/measure_1683_pm_fit.ps' set term postscript color set grid set key top left set xlabel 'Julian Date - 2,450,000 ' set ylabel 'RA or Dec position (arcsec)' set title 'Measurements of TASS 1683 ' plot [2100.00:3800.00][-30.0:30.0] './cand_1683/measure_1683' using ($5-2450000):((($3-12.75873)*3553.40006355703)+10.0) with points lt -1 pt 6 ps 1.0 lw 1 t 'RA pm -0.00 +/- 0.04 ' , './cand_1683/measure_1683' using ($5-2450000):((($4-9.22888)*3600)-10.0) with points lt 2 pt 6 ps 1.0 lw 1 t 'Dec pm -0.29 +/- 0.05 ' , 10.0+(x-2950.0)*(-0.0024/365.25) lt -1 t '' , -10.0+(x-2950.0)*(-0.2862/365.25) lt 2 t '' set output quit