Skip to content

Commit ec1432d

Browse files
author
JanThorbecke
committed
fixing migr/extrap demo scripts
1 parent 9b622e5 commit ec1432d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

extrap/demo/README

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The scripts in this directory can reproduce the figure in doc/OpenExtrap.pdf
2+
3+
-1- model.scr : generates the velocity model and a zero-offset data-set that contains one non-zero trace to generate a puls response.
4+
5+
-2- migr.scr : an example of ZO migration with different extrapolation operators
6+
7+
-3- extrap.scr : examples how to use the extrap program

extrap/main/migr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,11 @@ int main(int argc, char *argv[])
426426
vmess("extrapolation aperture = %d", ixa);
427427
if (zomigr) {
428428
vmess("zero-offset migration");
429-
vmess("number of depth steps = %d", ndepth);
430429
}
431430
vmess("minimum velocity = %.2f", cmin);
432431
vmess("maximum velocity = %.2f", cmax);
433432
vmess("dz can be as large as = %.2f", cmin/(2*fmax));
433+
vmess("number of depth steps = %d", ndepth);
434434
vmess("first model position = %.2f", ox);
435435
vmess("last model position = %.2f", fxm);
436436
vmess("orig of model (x, z) = %.2f, %.2f", ox, oz);

0 commit comments

Comments
 (0)