Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSource
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Willem Thorbecke
OpenSource
Commits
e6e361c0
Commit
e6e361c0
authored
5 years ago
by
Jan Willem Thorbecke
Browse files
Options
Downloads
Patches
Plain Diff
text
parent
5e38f3dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
marchenko/demo/twoD/README
+1
-1
1 addition, 1 deletion
marchenko/demo/twoD/README
marchenko/demo/twoD/primaries.scr
+4
-4
4 additions, 4 deletions
marchenko/demo/twoD/primaries.scr
with
5 additions
and
5 deletions
marchenko/demo/twoD/README
+
1
−
1
View file @
e6e361c0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
marchenko/demo/twoD/primaries.scr
+
4
−
4
View file @
e6e361c0
...
...
@@ -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"
&
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment