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_04.sh 401 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
16
17
18
  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_04.ps
  10. area1=-R-35/6/0/30
  11. proj1="-Jx0.15i/-0.15i"
  12. gmt makecpt -T-5/5 -Cpolar > test.cpt
  13. gmt segy2grd $area1 -I0.1/0.1 "${src:-.}"/wa1_mig13.segy -Gtest.nc
  14. gmt grdimage $area1 $proj1 -K test.nc -Ctest.cpt -Xc -P > $ps
  15. gmt psbasemap -R -J -Baf -O >> $ps
  16. rm -f test.nc test.cpt
Tip!

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

Comments

Loading...