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_Q.sh 269 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. #
  3. # Description:
  4. ps=pssac_Q.ps
  5. gmt pssac seis.sac -JX10c/5c -R9/20/-2/2 -Bx2 -By1 -BWSen -K -P \
  6. -Fr -Gp+gblack -Gn+gblue -W > $ps
  7. gmt pssac seis.sac -JX5c/-10c -R-2/2/9/20 -Bx1 -By2 -BWSen -O \
  8. -Fr -Gp+gblack -Gn+gblue -W -Q -X12c >> $ps
Tip!

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

Comments

Loading...