DISK15=/home/jure/astro/tass/disk15
$DISK15/scripts/writewcs.pl H*.fts
python $DISK15/scripts/sort_by_time.py     
python $DISK15/scripts/compare_stars.py act15s.dat | awk '{a=($2-$3)/$2;if(a<0)a=-a;print a,a}' | awk -f ~/awk/histo1.awk -vmax=1 -vstep=0.01 >act15s-histo.dat 
python $DISK15/scripts/compare_stars.py act15s.dat >act15s-compare.dat 
python $DISK15/scripts/compare_stars.py act150s.dat | awk '{a=($2 -$3)/$2;if(a<0)a=-a;print a,a}' | awk -f ~/awk/histo1.awk -vmax=1 -vstep=0.01 >act150s-histo.dat
python $DISK15/scripts/compare_stars.py act150s.dat >act150s-compare.dat 

