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