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

sector_vpdf.sh 536 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Test gmt psrose with -Em and basemap amd -Ccpt
  3. ps=sector_vpdf.ps
  4. # Output a von Mises distribution centered on 60 with kappa = 4
  5. gmt math -T0/360/1 T 60 4 VPDF = t.txt
  6. # First plot the data set with best-fitting von Mises
  7. gmt psrose a.txt -R0/1/0/360 -Bx0g0.2 -Byg60 -B+glightgreen -A5 -Glightblue -W1p -: -S -N0+p1p -JX4i -P -K -Xc -Em > $ps
  8. # Then plot the synthetic set with best-fitting von Mises
  9. gmt psrose t.txt -R -Bx0g0.2 -Byg60 -B+glightgreen -A5 -Glightblue -W1p -: -S -N0+p1p -J -O -Y4.75i -Em >> $ps
Tip!

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

Comments

Loading...