道東地上磁気の巻

産総研
last updated 2023.9.22
nishida.jpg(57971 byte)
データをプロット
西田先生の地上磁気データ(↓)をプロットする
Yasuhiro Sugisaki, Kousuke Takahashi and Yasunori Nishida(2001) Geomagnetic Survey in the Eastern Part of Hokkaido, NE Japan: A Data Report the Journal of the Faculty of Science, Hokkaido University Series VII(Geophysics), vol.11, No.5, pp.811-820
Script
makecpt -Chaxby -T-1000/1000/20 -Z > ghmag.cpt
  • カラーテーブルを作る。
psbasemap -R144:00/146:00/42:30/44:30 -JM15 -Ba0.5f0.25g0.25WSne -P -K -V > nishida.eps
  • -JM15 : メルカトール図法で横幅15cm
pscoast -R144:00/146:00/42:30/44:30 -JM15 -Df -W2 -K -O -V >> nishida.eps
  • -W2 : 線の太さが2
psxy nishida.gmag.txt -R144:00/146:00/42:30/44:30 -JM15 -Sc0.25 -Cghmag.cpt -K -O -P >> nishida.eps
  • nishida.gmag.txtというファイルからデータを読み込み、値に応じて色付けした○を描く
psscale -D5/-1/8/0.2h -Bf500a500g500:MagneticAnomaly(nT): -Cghmag.cpt -O -V >> nishida.eps
  • データインデックスのバー
実行