########################
#
# Datasets


############
#
# Figures
f0.v: # bkgroung image
	Window3d < circ.bkim.tt.H min1=-4000 max1=4000 min2=-.24 n2=121 min3=500 max3=2500 | Transp plane=12 reshape=2,3 | Grey eout=1 gainpanel=a \
	pclip=99.5 label1="z(m)" label3="t(s)" label2="x(m)" title="" > a0.T
	< a0.T Cubeplot flat=1 frame1=85 frame2=304 frame3=60 wantcoordlabel=-1 point1=.7 point2=0.7 title=" " \
	> /dev/null out=./${RESDIR}/$@

f1.v:
	Window3d min1=-4000 max1=4000 max3=3000 < circ.Dslow.H | Transp | Grey newclip=1 color=j bpclip=0 epclip=100 wantscalebar=1 \
	label1="z(m)" label2="x(m)" title=" " barlabel="Slowness perturbation" > /dev/null out=./${RESDIR}/$@

f2.v: # perturbed image
	Window3d < circ.Dimag.tt1.H min1=-4000 max1=4000 min2=-.24 n2=121 min3=500 max3=2500 | Transp plane=12 reshape=2,3 | Grey eout=1 gainpanel=a \
	pclip=99.5 label1="z(m)" label3="t(s)" label2="x(m)" title="" > a0.T
	< a0.T Cubeplot flat=1 frame1=85 frame2=304 frame3=60 wantcoordlabel=-1 point1=.7 point2=0.7 title=" " \
	> /dev/null out=./${RESDIR}/$@
	
f3.v:
	Window3d min1=-4000 max1=4000 < circ.Dslow1.tt1.H | Transp | Grey newclip=1 color=j bpclip=0 epclip=100 wantscalebar=1 \
	label1="z(m)" label2="x(m)" title=" " barlabel="Slowness perturbation" > /dev/null out=./${RESDIR}/$@

f4.v: # perturbed image
	Window3d < circ.Dimag.H min1=-4000 max1=4000 min3=500 max3=2500 | Transp plane=12 reshape=2,3 | Grey eout=1 gainpanel=a \
	pclip=99.5 label1="z(m)" label3="h(m)" label2="x(m)" title="" > a0.T
	< a0.T Cubeplot flat=1 frame1=85 frame2=304 frame3=20 wantcoordlabel=-1 point1=.7 point2=0.7 title=" " \
	> /dev/null out=./${RESDIR}/$@
	
f5.v:
	Window3d min1=-4000 max1=4000 < circ.Dslow1.H | Transp | Grey newclip=1 color=j bclip=-0.4 eclip=0.4 wantscalebar=1 \
	label1="z(m)" label2="x(m)" title=" " barlabel="Slowness perturbation" > /dev/null out=./${RESDIR}/$@

####################
#
# PDF's
f0.pdf:
	pstexpen ${R}/f0.v ${R}/f0.ps color=y fat=1 fatmult=1.5 invras=n force=  invras=y
	epstopdf ${R}/f0.ps

f1.pdf:
	pstexpen ${R}/f1.v ${R}/f1.ps color=y fat=1 fatmult=1.5 invras=n force=  invras=y
	epstopdf ${R}/f1.ps

f2.pdf:
	pstexpen ${R}/f2.v ${R}/f2.ps color=n fat=1 fatmult=1.5 invras=n force=  invras=y
	epstopdf ${R}/f2.ps

f3.pdf:
	pstexpen ${R}/f3.v ${R}/f3.ps color=y fat=1 fatmult=1.5 invras=n force=  invras=y
	epstopdf ${R}/f3.ps

f4.pdf:
	pstexpen ${R}/f4.v ${R}/f4.ps color=n fat=1 fatmult=1.5 invras=n force=  invras=y
	epstopdf ${R}/f4.ps

f5.pdf:
	pstexpen ${R}/f5.v ${R}/f5.ps color=y fat=1 fatmult=1.5 invras=n force=  invras=y
	epstopdf ${R}/f5.ps
