File: example_09.bat

package info (click to toggle)
gmt 5.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 150,460 kB
  • ctags: 18,539
  • sloc: ansic: 194,217; sh: 7,349; xml: 149; makefile: 72; fortran: 49; lisp: 41; csh: 5
file content (16 lines) | stat: -rwxr-xr-x 731 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
REM		GMT EXAMPLE 09
REM
REM		$Id: example_09.bat 16750 2016-07-09 05:44:02Z pwessel $
REM
REM Purpose:	Make wiggle plot along track from geoid deflections
REM GMT progs:	gmtconvert, pswiggle, pstext, psxy
REM DOS calls:	del
REM
echo GMT EXAMPLE 09
set ps=example_09.ps
gmt pswiggle tracks.txt -R185/250/-68/-42 -K -Jm0.13i -Ba10f5 -BWSne+g240/255/240 -G+red -G-blue -Z2000 -Wthinnest -S240/-67/500/@~m@~rad > %ps%
gmt psxy -R -J -O -K ridge.xy -Wthicker >> %ps%
gmt psxy -R -J -O -K fz.xy -Wthinner,- >> %ps%
REM Take label from segment header and plot near coordinates of last record of each track
gmt convert -El tracks.txt | gmt pstext -R -J -F+f10p,Helvetica-Bold+a50+jRM+h -D-0.05i/-0.05i -O >> %ps%
del .gmt*