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_F.sh 445 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_F.ps
  5. gmt pssac seis.sac -R9/20/-2/2 -JX15c/5c -Bx1 -By1+l'-Fr' -BWSen -W1p,black -Fr -K -P > $ps
  6. gmt pssac seis.sac -R9/20/-0.06/0.06 -J -Bx1 -By0.02+l'-Fri' -BWsen -W1p,black -Fri -Y6c -K -O >> $ps
  7. gmt pssac seis.sac -R9/20/-8e-3/8e-3 -J -Bx1 -By4e-3+l'-Friri' -BWsen -W1p,black -Friri -Y6c -K -O >> $ps
  8. gmt pssac seis.sac -R9/20/-0.1/3 -J -Bx1 -By1+l'-Frq' -BWsen -W1p,black -Frq -Y6c -O >> $ps
Tip!

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

Comments

Loading...