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

fisher.sh 376 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. # Test FISHER operator in grdmath
  3. # Centered on (90,30) with kappa of 40
  4. gmt begin fisher ps
  5. gmt grdmath -Rg -I1 90 30 40 FISHER DUP 0.05 GT MUL 0 NAN = fisher.grd
  6. gmt coast -JG60/30/15c -A1000 -Bafg30 -Glightgray
  7. gmt makecpt -Cturbo -T0/6.5/0.5
  8. gmt grdimage fisher.grd -Q -t50
  9. gmt grdcontour fisher.grd -A5 -C1 -Wa2p -Wc1p -GlZ+/90/-90
  10. gmt end show
Tip!

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

Comments

Loading...