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

cube_mag.sh 267 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. #
  3. # Computes the magnetic anomaly of a cube
  4. ps=cube_mag.ps
  5. gmt gmtgravmag3d -R-15/15/-15/15 -I1 -H10/60/10/-10/40 -M+sprism,1/1/1/-5 -Gcube_mag.grd
  6. gmt grd2cpt cube_mag.grd -E20 -D > m.cpt
  7. gmt grdimage cube_mag.grd -Cm.cpt -JX12c -Ba -P > $ps
Tip!

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

Comments

Loading...