Skip to content
Snippets Groups Projects
Commit b108cc30 authored by Jbrackenhoff's avatar Jbrackenhoff
Browse files

WS15 Joeri

parent d758298a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ rayvsp.scr
After the raytimes have been determined you can create the source function of the homogeneous Green's function by running:
marchenko_ray.scr
marchenko_ray.pbs
A reference Green's function can be modeled by running
......
......@@ -2,5 +2,7 @@
suwind < homg_rayz.su key=fldr min=513 | supsimage title='Retrieved' perc=99 > homg_retrieved.eps
/usr/bin/convert -quality 90 -antialias homg_retrieved.eps homg_retrieved.png
suwind < homg_class_rayz.su key=fldr min=513 | supsimage title='Retrieved classical' perc=99 > homg_class_retrieved.eps
/usr/bin/convert -quality 90 -antialias homg_class_retrieved.eps homg_class_retrieved.png
supsimage < homg_ref_sp.su title='Reference' perc=99 > homg_reference.eps
/usr/bin/convert -quality 90 -antialias homg_reference.eps homg_reference.png
#!/bin/bash -x
suwind < homg_rayz.su key=fldr min=513 | suximage title='Retrieved' perc=99 &
suwind < homg_class_rayz.su key=fldr min=513 | suximage title='Retrieved Classical' perc=99 &
suximage < homg_ref_sp.su title='Reference' perc=99 &
......@@ -13,10 +13,21 @@ marchenko3D file_shot=shots/refl_rp.su verbose=1 \
file_ray=raysrc_time.su file_amp=raysrc_amp.su file_wav=wavesrc.su \
file_green=greensrc.su
#Create the homogeneous Green's function
marchenko3D file_shot=shots/refl_rp.su verbose=1 file_inp=greensrc.su \
tap=0 niter=6 hw=8 shift=7 smooth=3 geomspread=1 ampest=1 \
file_ray=rayz_time.su file_amp=rayz_amp.su file_wav=wavefp.su \
file_homg=homg_rayz.su file_green=green_rayz.su
file_homg=homg_rayz.su scheme=0 file_green=green_rayz.su
#Create the homogeneous Green's function
marchenko3D file_shot=shots/refl_rp.su verbose=1 file_inp=greensrc.su \
tap=0 niter=6 hw=8 shift=7 smooth=3 geomspread=1 ampest=1 \
file_ray=rayz_time.su file_amp=rayz_amp.su file_wav=wavefp.su \
file_homg=homg_class_rayz.su scheme=1 file_green=green_class_rayz.su
#Change info in the header for display in SU
sushw < homg_rayz.su key=ntr a=0 > tmp.su
mv tmp.su homg_rayz.su
sushw < homg_class_rayz.su key=ntr a=0 > tmp.su
mv tmp.su homg_class_rayz.su
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment