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_01.sh 329 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. #!/usr/bin/env bash
  2. #
  3. #
  4. # script to plot mendo wa1 combined data
  5. #
  6. # cdp = 40 * coordinate on line, 30km max depth
  7. #
  8. ps=segy_01.ps
  9. area1=-R-35/6/0/30
  10. proj1="-Jx0.15i/-0.15i"
  11. gmt pssegy "${src:-.}"/wa1_mig13.segy $area1 $proj1 -Qx0.1 -D0.35 -C8.0 -Qy0.1 -W -Fgreen -Qb-1.2 -Sc -P -K -Xc > $ps
  12. gmt psbasemap -R -J -Baf -O >> $ps
Tip!

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

Comments

Loading...