Expanded description
| Topic |
Description |
| Name |
daps2gmttext |
| Synopsis |
/infobank/programs/refmt/daps2gmttext/daps2gmttext.for |
| Description |
Program to reformat standard DAPS navigation into GMT's pstext format
(x, y, size, angle, fontno, justify, text).
|
| Author |
Carolyn Degnan, 9/12/96
CD, 5/5/00 - replaced zero lat/lons between sections from skipnsave with '>' for GMT
|
| Reads |
read (InputUnit, '(t8,a4,t16,a9,t26,a10)',
* iostat = ErrorFlag) cText, cLat, cLon
|
| Writes |
write (OutputUnit,
* '(a10,1x,a9,1x,i1,1x,i1,1x,i1,1x,i1,1x,a4)')
* cLon, cLat,
* iSize, iAngle, iFontno, iJustify, cText
write (OutputUnit, '(t1,a1)') cBreakFlag
|
| Calls |
call openem (1, -1)
call forerror (ErrorFlag)
|
|