Skip to content
Snippets Groups Projects
Commit c1510c45 authored by janthorbecke@gmail.com's avatar janthorbecke@gmail.com
Browse files

demo for plane-wave window explanation

parent 610e7212
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,6 @@ angle=0 ...@@ -11,8 +11,6 @@ angle=0
export OMP_NUM_THREADS=8 export OMP_NUM_THREADS=8
#interpolate file_in=f1plus0.su d1out=$dt file_out=f1plusdt.su
fdelmodc \ fdelmodc \
file_cp=modelup_cp.su ischeme=1 iorder=4 \ file_cp=modelup_cp.su ischeme=1 iorder=4 \
file_den=modelup_ro.su \ file_den=modelup_ro.su \
......
#!/bin/bash #!/bin/bash
# Add interface line to postscript file of model
cat << EOF1 > line1
400 -2500
400 2500
EOF1
cat << EOF2 > line2
700 -2500
700 2500
EOF2
cat << EOF3 > line3
1100 -2500
1100 2500
EOF3
if [[ "$1" == "snapshots" ]]; if [[ "$1" == "snapshots" ]];
then then
#plane-wave snapshots #plane-wave snapshots
...@@ -14,6 +31,7 @@ do ...@@ -14,6 +31,7 @@ do
suwind < $file key=fldr min=$fldr max=$fldr > shottmp.su suwind < $file key=fldr min=$fldr max=$fldr > shottmp.su
supsimage < shottmp.su hbox=4 wbox=4 labelsize=8 linewidth=0.0 \ supsimage < shottmp.su hbox=4 wbox=4 labelsize=8 linewidth=0.0 \
n1tic=2 f1=0 \ n1tic=2 f1=0 \
curve=line1,line2,line3 npair=2,2,2 curvecolor=black,black,black curvedash=2 \
label1="depth [m]" label2="lateral distance [m]" \ label1="depth [m]" label2="lateral distance [m]" \
f2=-2250 f2num=-2000 d2num=1000 clip=$clipf1 > ${file_base}_$fldr.eps f2=-2250 f2num=-2000 d2num=1000 clip=$clipf1 > ${file_base}_$fldr.eps
......
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