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_W.sh 376 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. # Description:
  4. R=9/20/-2/2
  5. J=X15c/3c
  6. B=1
  7. ps=pssac_W.ps
  8. gmt pssac seis.sac -R$R -J$J -B$B -BWSen -W2p,red,- -K -P > $ps
  9. gmt pssac seis.sac -R -J -B$B -BWsen -W1p -K -O -Y4c >> $ps
  10. gmt pssac seis.sac -R -J -B$B -BWsen -Wblue -K -O -Y4c >> $ps
  11. gmt pssac seis.sac -R -J -B$B -BWsen -W. -K -O -Y4c >> $ps
  12. gmt pssac seis.sac -R -J -B$B -BWsen -O -Y4c >> $ps
Tip!

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

Comments

Loading...