Expanded description
| Topic |
Description |
| Name |
daps2gmtxyz |
| Synopsis |
/infobank/programs/refmt/daps2gmtxyz/daps2gmtxyz.for |
| Description |
Program to reformat standard DAPS navigation into GMT's psxy format
(x, y, z).
|
| Author |
Carolyn Degnan, 10/31/97
CD, 5/5/00 - replaced zero lat/lons between sections from skipnsave with '>' for GMT
|
| Reads |
read (InputUnit, '(t16,a9,t26,a10,t37,a7)',
* iostat = ErrorFlag) cLat, cLon, cDepth
|
| Writes |
write (OutputUnit, '(t1,a10,t12,a9,t22,a7)')
* cLon, cLat, cDepth
write (OutputUnit, '(t1,a1)') cBreakFlag
|
| Calls |
call openem (1, -1)
call forerror (ErrorFlag)
|
|