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_common-options.sh 462 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. #!/usr/bin/env bash
  2. #
  3. # Description:
  4. J=X15c/5c
  5. R=9/20/-2/2
  6. Bx=x2
  7. By=y1
  8. ps=pssac_common-options.ps
  9. gmt set PS_MEDIA 21cx35c
  10. gmt pssac seis.sac -J$J -R$R -B$Bx -B$By -B+t"Option -P for portrait mode" -K -P > $ps
  11. gmt pssac seis.sac -J$J -R$R -B$Bx -B$By -B+t"Option -X and -Y" -Y8c -Xa1c -K -O >> $ps
  12. gmt pssac seis.sac -J$J -R$R -B$Bx -B$By -B+t"Option -t" -Y8c -K -O -t100 >> $ps
  13. gmt pssac seis.sac -J$J -R$R -B$Bx -B$By -B+t"Option -p" -Y8c -O -p170/30 >> $ps
Tip!

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

Comments

Loading...