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_02.sh 363 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
15
  1. #!/bin/bash
  2. #
  3. # $Id$
  4. #
  5. # script to plot mendo wa1 combined data
  6. #
  7. # cdp = 40 * coordinate on line, 30km max depth
  8. #
  9. ps=segy_02.ps
  10. area1=-R-35/6/0/30
  11. proj1="-Jx0.15i/-0.15i"
  12. gmt pssegy "${src:-.}"/wa1_mig13.segy $area1 $proj1 -Qx0.1 -D0.35 -C8.0 -Qy0.1 -W -Fgreen -Qb-1.2 -Sc -K -T"${src:-.}"/test.list -E0.001 -Z -P -Xc > $ps
  13. 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...