Skip to content
Snippets Groups Projects
Commit e6e361c0 authored by Jan Willem Thorbecke's avatar Jan Willem Thorbecke
Browse files

text

parent 5e38f3dd
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ Description of files:
4) initialFocus.scr model G_d the intitial focusing function => iniFocus_z1100_x0_rp.su
5) referenceShot.scr creates the reference Green's function at focal point => referenceP_rp.su
6) marchenko.scr perform the Marchenko scheme
7) primaries.scr computes the primaries only from a selected shot record.
7) primaries.scr computes the primaries only from a selected shot record. => pred_rr.su
......@@ -19,7 +19,7 @@ suwind key=fldr min=$select max=$select < shots/refl_rp.su > shotsx0.su
fconv file_in1=shotsx0.su file_in2=wave.su file_out=shotw.su
marchenko_primaries file_shot=shots/refl_rp.su ishot=$select file_src=wave.su \
nshots=601 verbose=2 istart=40 iend=1024 fmax=90 \
nshots=601 verbose=2 istart=40 iend=650 fmax=90 \
niter=22 niterskip=50 shift=20 file_rr=pred_rr.su T=0
#alternative use shotw as input, must first be multiplied by -1 (see theory)
......@@ -36,7 +36,7 @@ exit
(suwind key=offset min=0 max=0 < pred_rr.su ; suwind key=offset min=0 max=0 < shotw.su) | suxgraph
sudiff pred_rr.su shotw.su > diff.su
suximage < shotw.su x1end=2 clip=1 title="original shot"&
suximage < pred_rr.su x1end=2 clip=1 title="shot with multiples removed"&
suximage < diff.su x1end=2 clip=1 title="removed multiples"&
suximage < shotw.su x1end=2.5 clip=1 title="original shot"&
suximage < pred_rr.su x1end=2.5 clip=1 title="shot with multiples removed"&
suximage < diff.su x1end=2.5 clip=1 title="removed multiples"&
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