UF77LIBS = ${TDFLIB}
include ${SEPINC}/SEP.top
# CUBE2VPLOT = Wiggle transp=y yreverse=1 title=" " fastplot=17
PIPE = >junk9.H;<junk9.H
CUBE2VPLOT = Byte pclip=100 ${PIPE} Ta2vplot title=" " xll=1 yll=1 xur=10 yur=10
RESULTSER = super

default : tube

DOTS = Dots seedead=1 label1=" " dots=0 connect=0 gaineach=0 overlap=1.6
PLOTARGS = transp=0 yreverse=0 title=" " zplot=.6 pclip=100
${RESDIR}/super.v: f.HH Spitz.x Conv.x
	<f.HH Dd esize=4 > f.H
	Spitz.x  nodoc > junk.H
	<junk.H Conv.x filtin=f.H > junk1.H
	<junk1.H Window f1=20 > super.H
	<super.H Byte clip=3.0 > super.A 
	<super.A Ta2vplot  ${PLOTARGS} > junk.V out=ta.v    crowd=.9 crowd1=.85
#	<super.H Wiggle    ${PLOTARGS} > junk.V out=wig.v
	<super.H ${DOTS}    ${PLOTARGS} > junk.V out=wig.v
	vp_SideBySideAniso  wig.v ta.v > ${RESDIR}/super.v

# This never worked out very well.
${RESDIR}/beat.v: Beat.x   makefile
	Beat.x n1=250  hz=40 delay=.020 d2=.08 > beat.H
	<beat.H ${CUBE2VPLOT} > junk1.H out=${RESDIR}/beat.v

clean: jclean

include ${SEPINC}/SEP.bottom
