USE_JAG = yes
include ${SEPINC}/SEP.top
RESDIR  = ../Fig
RESULTSER = synSatShft planeWaveVol

# Compare with Jon's  ../../miss/Data/make.HH and ../proj/synSatProj
#
${RESDIR}/synSatShft.v : SynSatTrac.java 
	${JX}.SynSatTrac                                    > junk1.H
	${JAVAX} geom.simple.Puncher < junk1.H              > junk2.H 
	< junk1.H                   ${tplt} out=junk1.v
	< junk2.H                   ${tplt} out=junk2.v
	#< ../simple/junk1.H        ${tplt} out=junk3.v 
	#< ../../miss/Data/make.HH  ${tplt} out=junk4.v 
	#vp_SideBySideAniso junk1.v junk2.v junk3.v junk4.v > $@ 
	vp_SideBySideAniso junk1.v junk2.v                  > $@ 

tplt = Taplot > junk.A; < junk.A Ta2vplot > junk.V 

${RESDIR}/planeWaveVol.v : PlaneWaveVol.java 
	${JX}.PlaneWaveVol      > junk.H
	< junk.H ${CPLT} ${PFRAME} out=$@ 

PFRAME = frame1=0 frame2=79 frame3=0
CPLT = Taplot pclip=100 allpos=n > junky.A; < junky.A Cubeplot crowd=0.8 wheretitle="t" titlesz=18 titlefat=3 flat=n wantaxes=n wantcoordlabel=n point1=.66 point2=.66 >/dev/null

clean : jclean

include ${SEPINC}/SEP.bottom
