Skip to content
Snippets Groups Projects
Commit 2f6835f0 authored by Joeri Brackenhoff's avatar Joeri Brackenhoff
Browse files

WS15 Joeri

parent 66d058f6
No related branches found
No related tags found
No related merge requests found
To generate the raytimes and the estimated amplitudes for the virtual source and receivers, run:
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
A reference Green's function can be modeled by running
homg_reference.scr
To view the retrieved and reference Green's function, run:
homgview.scr
Or to convert the data to eps and png, run:
homgpng.scr
#!/bin/bash
export PATH=$HOME/src/OpenSource/bin:$PATH:
dx=2.5
dt=0.0005
makewave fp=20 dt=$dt file_out=wave.su nt=4096 t0=0.1 scale=1
export KMP_AFFINITY=disabled
export OMP_NUM_THREADS=16
fdelmodc \
file_cp=syncl_cp.su ischeme=1 iorder=4 \
file_den=syncl_ro.su \
file_src=wave.su \
file_rcv=homg_ref.su \
src_type=1 \
src_orient=1 \
src_injectionrate=1 \
rec_type_vz=0 \
rec_type_p=1 \
rec_int_vz=2 \
rec_delay=0.1 \
dtrcv=0.004 \
verbose=2 \
tmod=2.100 \
dxrcv=10.0 \
xrcv1=-3000 xrcv2=3000 \
zrcv1=0 zrcv2=0 \
xsrc=0 zsrc=1000 \
file_snap=homg_ref.su \
xsnap1=0 xsnap2=0 dxsnap=10 \
zsnap1=100 zsnap2=1900 dzsnap=10 \
tsnap=0.1 tsnap2=2.044 dtsnap=0.004 \
ntaper=200 npml=100 \
left=2 right=2 top=2 bottom=2
sushw < homg_ref_sp.su key=ntr a=0 > tmp.su
mv tmp.su homg_ref_sp.su
#!/bin/bash -x
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
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 &
suximage < homg_ref_sp.su title='Reference' perc=99 &
......@@ -17,3 +17,6 @@ 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
sushw < homg_rayz.su key=ntr a=0 > tmp.su
mv tmp.su homg_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