| Calls |
call browse ('Trackline map of ', 'nav',
* TempUnit, OutUnit,
* '/infobank/'//
* ShortID(1:1)//'/'//
* ShortID(1:IDLength),
* LongID(1:IDLength+3),
* CapLongID(1:IDLength+3))
call browse ('Gravity data trackline map of ', 'grav',
* TempUnit, OutUnit,
* '/infobank/'//
* ShortID(1:1)//'/'//
* ShortID(1:IDLength),
* LongID(1:IDLength+3),
* CapLongID(1:IDLength+3))
call browse ('Magnetics data trackline map of ', 'mag',
* TempUnit, OutUnit,
* '/infobank/'//
* ShortID(1:1)//'/'//
* ShortID(1:IDLength),
* LongID(1:IDLength+3),
* CapLongID(1:IDLength+3))
call browse ('Bathymetry data trackline map of ', 'bath',
* TempUnit, OutUnit,
* '/infobank/'//
* ShortID(1:1)//'/'//
* ShortID(1:IDLength),
* LongID(1:IDLength+3),
* CapLongID(1:IDLength+3))
call browse ('Seismic shot point data trackline map of ', 'seis',
* TempUnit, OutUnit,
* '/infobank/'//
* ShortID(1:1)//'/'//
* ShortID(1:IDLength),
* LongID(1:IDLength+3),
* CapLongID(1:IDLength+3))
call browse ('Sampling locations map of ', 'samp',
* TempUnit, OutUnit,
* '/infobank/'//
* ShortID(1:1)//'/'//
* ShortID(1:IDLength),
* LongID(1:IDLength+3),
* CapLongID(1:IDLength+3))
|