set output './cand_561/measure_561_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 561 ' plot [2100.00:3800.00][-30.0:30.0] './cand_561/measure_561' using ($5-2450000):((($3-335.88080)*3552.74511395859)+10.0) with points lt -1 pt 6 ps 1.0 lw 1 t 'RA pm -0.09 +/- 0.04 ' , './cand_561/measure_561' using ($5-2450000):((($4-9.29365)*3600)-10.0) with points lt 2 pt 6 ps 1.0 lw 1 t 'Dec pm -0.34 +/- 0.06 ' , 10.0+(x-2950.0)*(-0.0862/365.25) lt -1 t '' , -10.0+(x-2950.0)*(-0.3422/365.25) lt 2 t '' set output quit