mbm_dslnavfix
Section: MB-System 5.0 (l)
Updated: 24 September 2002
Index
NAME
mbm_dslnavfix - Translate WHOI DSL AMS-120 navigation from UTM eastings and northings to longitude and latitude.VERSION
Version 5.0SYNOPSIS
mbm_dslnavfix -Fnavformat -Iinfile -Jutm_zone -Ooutfile [-Ddecimate -Eellipsoid -H -V]DESCRIPTION
mbm_dslnavfix is a macro to translate WHOI DSL AMS-120 navigation from UTM eastings and northings to longitude and latitude. The WHOI DSL group typically provides processed AMS-120 navigation is files separate from the bathymetry and sidescan data. Moreover, the navigation is generally sampled less frequently than the sonar pings, and is reported in UTM easting and northing meters. The mbm_dslnavfix macro is used to translate the eastings and northings into the geographic coordinates (longitude and latitude) used by MB-System programs. The program mbprocess can be used to merge the translated navigation in with the bathymetry and sidescan.The DSL AMS-120 bathymetry and sidescan are provided in either a set of parallel files supported as MB-System format 111 (the old scheme) or in the OIC single file format supported as MB-System format 141 (the new scheme). In either case, we recommend translating the data to similar but enhanced formats 112 and 142, respectively, to ease processing.
We recommend the following procedure when processing WHOI DSL AMS-120 data with MB-System:
1) Concatenate all of the processed navigation
files into a single file.
cat *.nav > cruise.rnav
2) Translate the DSL UTM navigation into geographic
coordinates. In the "old" case the navigation is
in a format designated by -F1 and
in the new case by -F2. Note that
you must know the UTM zone used - here we assume
the zone is +27.
mbm_dslnavfix -Icruise.rnav \
-Ocruise.mrg2 -F1 -J27 -V
3) Copy the bathymetry and sidescan data in each
file from format 111 to format 112 or from
format 141 to 142.
mbcopy -F111/112 \
-IDSL120.940630_1100.bat.dat \
-ODSL120.940630_1100.mb112
4) Set the translated navigation to be merged with
each of the format 112 or 142 files using
mbset:
mbset -I DSL120.940630_1100.mb112 \
-P NAVFORMAT:2 \
-P NAVFILE:cruise.mrg2 \
-V
4) Process the data using mbprocess,
producing a processed file called
DSL120.940630_1100p.mb112 with longitude and
latitude navigation.
mbprocess -I DSL120.940630_1100.mb112
AUTHORSHIP
David W. Caress (caress@mbari.org)
Monterey Bay Aquarium Research Institute
Dale N. Chayes (dale@ldeo.columbia.edu)
Lamont-Doherty Earth ObservatoryOPTIONS
------------
Projection: UTM Zone 27
Projection units: meters
------------
586 navigation records read...
Running mapproject...
mapproject tmp_proj_8044.nav -Ju27/1:1000000 -I \
-R-20:0/0:0/-19:0/1:0r > tmp_geo_8044.nav
Deleting tmp_proj_8044.nav, tmp_geo_8044.nav...
Done...
Last Updated: 24 September 2002