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

holes.sh 264 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. #!/usr/bin/env bash
  2. # Test single mask points in psmask, including the poles
  3. ps=holes.ps
  4. gmt math -T-90/90/10 -N2/1 0 = | gmt psmask -Gyellow -I30m -R-75/75/-90/90 -JQ0/7i \
  5. -S4d -T -Bxafg180 -Byafg10 -BWSne+t"Mask for points with r = 4 degrees" -P -X0.75i > $ps
Tip!

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

Comments

Loading...