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_M.sh 502 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
16
17
  1. #!/usr/bin/env bash
  2. #
  3. # Description:
  4. R=195/1600/22/27
  5. J=X15c/4c
  6. Bx=x250
  7. By=y1
  8. ps=pssac_M.ps
  9. SACFILEs="ntkl.z onkl.z"
  10. # -Msize
  11. gmt pssac $SACFILEs -J$J -R$R -B$Bx -B$By -BWSen -Ed -M1.5c -K -P > $ps
  12. gmt pssac $SACFILEs -J -R -B$Bx -B$By -BWsen -Ed -M0.8i -K -O -Y5c >> $ps
  13. gmt pssac $SACFILEs -J -R -B$Bx -B$By -BWsen -Ed -M1.5c/-1 -K -O -Y5c >> $ps
  14. gmt pssac $SACFILEs -J -R -B$Bx -B$By -BWsen -Ed -M0.2/0 -K -O -Y5c >> $ps
  15. gmt pssac $SACFILEs -J -R -B$Bx -B$By -BWsen -Ed -M0.002/0.5 -O -Y5c >> $ps
Tip!

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

Comments

Loading...