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

oblsuite.sh 1.8 KB

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  1. #!/usr/bin/env bash
  2. # Same as oblsuite_N.sh but with no hemisphere restriction on where the pole is
  3. # Due to hairline differences in many gridlines between Linux and macOS we need a
  4. # higher rms threshold for this test to pass
  5. # GRAPHICSMAGICK_RMS = 0.02
  6. ps=oblsuite.ps
  7. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/-180/1:60000000 -Ba0fg -P -Gred -K -X1.25i -Y9i > $ps
  8. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/-150/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  9. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/-120/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  10. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/-90/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  11. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/-60/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  12. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/-30/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  13. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/0/1:60000000 -Ba0fg -O -K -Gred -X3.45i -Y8.5i >> $ps
  14. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/30/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  15. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/60/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  16. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/90/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  17. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/120/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  18. gmt pscoast -R-2000/2000/-1000/1000+uk -JoA-30/60/150/1:60000000 -Ba0fg -O -K -Gred -Y-1.7i >> $ps
  19. gmt pstext -R0/8/0/10 -Jx1i -F+f14p+jRM -O -K -X-3.45i -N << EOF >> $ps
  20. -0.1 0.7 az: -30
  21. -0.1 2.4 az: -60
  22. -0.1 4.1 az: -90
  23. -0.1 5.8 az: -120
  24. -0.1 7.5 az: -140
  25. -0.1 9.2 az: -180
  26. EOF
  27. gmt pstext -R0/8/0/10 -Jx1i -F+f14p+jLM -O -K -N << EOF >> $ps
  28. 6.2 0.7 az: 150
  29. 6.2 2.4 az: 120
  30. 6.2 4.1 az: 90
  31. 6.2 5.8 az: 60
  32. 6.2 7.5 az: 30
  33. 6.2 9.2 az: 0
  34. EOF
  35. gmt psxy -R -J -O -T >> $ps
Tip!

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

Comments

Loading...