mbpreprocess
Section: MB-System 5.0 (1)
Updated: 5 November 2022
Index
NAME
mbpreprocess - performs preprocessing of swath sonar data as part of setting up an MB-System processing structure for a dataset.VERSION
Version 5.0SYNOPSIS
mbpreprocess [
--verbose
--help
--input=FILE
--format=FORMATID
--output-directory=DIRECTORY
--platform-file=FILE
--platform-target-sensor=RECORDID
--output-sensor-fnv
--skip-existing
--nav-file=FILE
--nav-file-format=FORMATID
--nav-async=RECORDTYPE
--nav-sensor=SENSORID
--sensordepth-file=FILE
--sensordepth-file-format=FORMATID
--sensordepth-async=RECORDTYPE
--sensordepth-sensor=SENSORID
--heading-file=FILE
--heading-file-format=FORMATID
--heading-async=RECORDTYPE
--heading-sensor=SENSORID
--altitude-file=FILE
--altitude-file-format=FORMATID
--altitude-async=RECORDTYPE
--altitude-sensor=SENSORID
--attitude-file=FILE
--attitude-file-format=FORMATID
--attitude-async=RECORDTYPE
--attitude-sensor=SENSORID
--soundspeed-file=FILE
--soundspeed-file-format=FORMATID
--soundspeed-async=RECORDTYPE
--soundspeed-sensor=SENSORID
--time-latency-file=FILE
--time-latency-file-format=FORMATID
--time-latency-constant=SECONDS
--time-latency-apply-nav
--time-latency-apply-sensordepth
--time-latency-apply-heading
--time-latency-apply-attitude
--time-latency-apply-altitude
--time-latency-apply-all-ancilliary
--time-latency-apply-survey
--time-latency-apply-all
--filter=SECONDS
--filter-apply-nav
--filter-apply-sensordepth
--filter-apply-heading
--filter-apply-attitude
--filter-apply-altitude
--filter-apply-all-ancilliary
--recalculate-bathymetry
--no-change-survey
--multibeam-sidescan-source=SOURCE
--sounding-amplitude-filter=THRESHOLD
--sounding-altitude-filter=THRESHOLD
--ignore-water-column
--head1-offsets=X/Y/Z/HEADING/ROLL/PITCH
--head2-offsets=X/Y/Z/HEADING/ROLL/PITCH
--kluge-time-jumps=SECONDS
--kluge-ancilliary-time-jumps=SECONDS
--kluge-mbaripressure-time-jumps=THRESHOLD
--kluge-beam-tweak=FACTOR
--kluge-soundspeed-tweak=FACTOR
--kluge-zero-attitude-correction
--kluge-zero-alongtrack-angles
--kluge-fix-wissl-timestamps
--kluge-auv-sentry-sensordepth
--kluge-ignore-snippets
--kluge-sonardepth-from-heave
]DESCRIPTION
MBpreprocess handles preprocessing of swath sonar data as part of setting up an MB-System processing structure for a dataset. This program replaces the several format-specific preprocessing programs found in MB-System version 5 releases with a single program for version 6. In many cases the preprocessing consists only of creating the ancillary files parallel to the raw files, but in others the data must be translated to different formats. The proprocessing step can also be used to merge navigation, attitude, sound speed, or other ancillary data with the survey data.MB-SYSTEM AUTHORSHIP
David W. Caress
Monterey Bay Aquarium Research Institute
Dale N. Chayes
Center for Coastal and Ocean Mapping
University of New Hampshire
Christian do Santos Ferreira
MARUM - Center for Marine Environmental Sciences
University of BremenOPTIONS
day_minute values are integers,
the second value is decimal, and longitude and latitude are in decimal
degrees. The longitude is given as
Edddmmmmmmand where E is 'E' for east and 'W' for west, ddd are integer
degrees, and mmmmm is minutes * 10000.
9: ASCCI text file with white-space delimited lines of the form:
yr mon day hour min sec time_d lon lat heading speed sensordepth
or
yr mon day hour min sec time_d lon lat heading speed sensordepth roll pitch heave
where yr is the four digit year, mon is the month, day is the day of the
month, min is the minute, second is the decimal seconds, time_d is time in
decimal epoch seconds (seconds since 1970), lon is the longitude
in decimal degrees, lat is the latitude in decimal degrees, heading is in
decimal degrees, speed is in km/hour, and sensordepth is in meters.
South latitudes are negative. Longitude may be defined on either the
-180.0 to +180.0 or 0.0 to 360.0 domains. If present, roll and pitch are in
decimal degrees and heave is in meters.
10: R2R (Rolling deck to Repository) navigation format with ASCCI text lines
of the form:
yyyy-mm-ddThh:mm:ss.sssZ lon lat quality nsat dilution height
where the lon and lat fields are in decimal degrees with south latitudes
and west longitudes negative, and the last four quantities relating to
GPS fix quality.
Last Updated: 5 November 2022
<< Manual page for the MB-System package | MB-System website >>