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

pssac_G.sh 1.1 KB

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
19
20
21
22
23
24
  1. #!/usr/bin/env bash
  2. #
  3. # Description:
  4. R=9/20/-1.6/1.6
  5. J=X15c/5c
  6. B=1
  7. ps=pssac_G.ps
  8. gmt set PS_MEDIA 42cx40c
  9. gmt pssac seis.sac -R$R -J$J -B$B -BWSen -W0p -K -P -G > $ps
  10. gmt pssac seis.sac -R -J -B$B -BWsen -W0p -K -O -Y6c -G+gblue+z-0.2 >> $ps
  11. gmt pssac seis.sac -R -J -B$B -BWsen -W0p -K -O -Y6c -Gn+gred+z0.2 >> $ps
  12. gmt pssac seis.sac -R -J -B$B -BWsen -W0.1p -K -O -Y6c -Gp+z0.2+t10/13+gblue -Gn+z-0.2+t12/18+gred >> $ps
  13. gmt pssac seis.sac -R -J -B$B -BWsen -W0.1p -K -O -Y6c -Gp+z-0.2+t10/13+gblue -Gn+z0.2+t12/18+gred >> $ps
  14. gmt pssac seis.sac -J -R10.2/15/-1.6/1.6 -B$B -BWSen -W0p -K -O -Y6c -Gn+gred >> $ps
  15. gmt psxy -R -J -K -O -T -X16c -Y-30c >> $ps
  16. gmt pssac seis.sac -R$R -J$J -B$B -BWSen -K -O -G >> $ps
  17. gmt pssac seis.sac -R -J -B$B -BWsen -K -O -Y6c -G+gblue+z-0.2 >> $ps
  18. gmt pssac seis.sac -R -J -B$B -BWsen -K -O -Y6c -Gn+gred+z0.2 >> $ps
  19. gmt pssac seis.sac -R -J -B$B -BWsen -K -O -Y6c -Gp+z0.2+t10/13+gblue -Gn+z-0.2+t12/18+gred >> $ps
  20. gmt pssac seis.sac -R -J -B$B -BWsen -K -O -Y6c -Gp+z-0.2+t10/13+gblue -Gn+z0.2+t12/18+gred >> $ps
  21. gmt pssac seis.sac -J -R10.2/15/-1.6/1.6 -B$B -BWSen -O -Y6c -Gn+gred >> $ps
Tip!

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

Comments

Loading...