Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

geodesy_03.sh 833 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
18
19
20
  1. #!/usr/bin/env bash
  2. ps=geodesy_03.ps
  3. # The following should make big green arrows with blue
  4. # ellipses, outlined in red. Note that the 39% confidence
  5. # scaling will give an ellipse which fits inside a rectangle
  6. # of dimension Esig by Nsig. [K. Feigl, 2015-11/08]
  7. gmt psvelo -Xc -R-3/6/-3/7 -W3p,red -Se1.5c/0.39+f12p -Bpxa1g1 \
  8. -Bpya1g1 -BWeSn+t"E = 3 @~\261@~ 1; N = 4 @~\261@~ 2" -Jx1.5c -Ggreen -Eblue -Lthin,red -N \
  9. -A1c+e -P -h2 << EOF > $ps
  10. # Long. Lat. Evel Nvel Esig Nsig CorEN SITE
  11. # (deg) (deg) (mm/yr) (mm/yr)
  12. 0. 0. 3.0 0.0 1. 2.0 -0.5 A
  13. 3. 0. 0.0 4.0 1. 2.0 +0.5 B
  14. 3. 4. -3.0 0.0 1. 2.0 0.0 C
  15. 0. 4. 0.0 -4.0 1. 2.0 0.0 D
  16. 0. 0. 3.0 0.0 0. 0. 0.0 A
  17. EOF
Tip!

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

Comments

Loading...