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

phasegrid.sh 244 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. #
  3. # This is based on issue #816 where we lost some of the meridians when the phase was nonzero
  4. ps=phasegrid.ps
  5. gmt psbasemap -Rg -JF7.5/45/70/4.5i -Bg15 -P -K -Xc > $ps
  6. gmt psbasemap -R -J -O -Bxg15+7.5 -Byg15 -Y5i >> $ps
Tip!

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

Comments

Loading...