MAKE_DEPEND=yes
include ${SEPINC}/SEP.top
include ../../Src/thesis.include
RESDIR= ../Figs
RESULTSER=time
VEL=../../Data/synth.vel_cor.HH


cor_times.H:	${BINDIR}/shoot.x shoot.P ${VEL}
	${BINDIR}/shoot.x < ${VEL}>$@ par=shoot.P



zero_times.H:	cor_times.H ${BINDIR}/extract_zero.x
	${BINDIR}/extract_zero.x < cor_times.H >$@


compare.H:	zero_times.H	${BINDIR}/calc_time.x calc.P
	${BINDIR}/calc_time.x < zero_times.H >$@ par=calc.P par=shoot.P



${RESDIR}/time.v:	compare.H
	Graph < compare.H out=$@ >$@ plotfat=6  dash=0,1,3 legend=1 \
   yreverse=1 title=" " label1="X_Position(km)" label2="Time(s)" \
    curvelabel="Correct:V(rms)=2.6:V(rms)=3.1"\
    legendpos=9,2 legendtitle=" "



include ${SEPINC}/SEP.bottom

