Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

segy_03.sh 503 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. #!/bin/bash
  2. # $Id$
  3. # script to plot mendo wa1 combined data
  4. #
  5. # cdp = 40 * coordinate on line, 30km max depth
  6. #
  7. ps=segy_03.ps
  8. area1=-R-35/6/-35/6/0/30
  9. proj1="-Jx0.15i/-0.15i -Jz-0.15i -p175/05"
  10. gmt pssegyz "${src:-.}"/wa1_mig13.segy $area1 $proj1 -Qx0.1 -D0.35 -C8.0 -Qy0.1 -W -Fgreen -Qb-1.2 -Sc/5 -P -K -Xc > $ps
  11. gmt pssegyz "${src:-.}"/wa1_mig13.segy -R $proj1 -Qx0.1 -D0/0.35 -C8.0 -Qy0.1 -Fred -Qb-1.2 -S5/c -O -K >> $ps
  12. gmt psbasemap -R $proj1 -Bxf5a10+lX -Byf5a10+lY -Bzf5a10 -BWSneZ -O >> $ps
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...