Data were edited and processed to produce final grids and images of the data. Steps included:
1. Correct errors in soundings due to sound refraction, caused by variations in sound velocity profile, using the SwathEd refraction tool. These artifacts can be recognized in a cross-swath profile of a relatively flat patch of sea floor. When viewing the swath data across a profile, the sea floor will appear to have a "frown" or "smile" when in fact the data should be flat across the profile. Insufficient and/or erroneous sound velocity information, which is usually due to widely spaced or non-existent velocity profiles within an area, results in an under or over-estimate of water depth which increases with distance from the center of the swath. For a discussion of how this effect can be recognized in a swath bathymetric data file, see
<
http://www.omg.unb.ca/AAAS/UNB_Seafloor_Mapping.html>.
2. Remove erroneous soundings that were not edited in the field using the SwathEd program.
3. The measured elevations were adjusted for tidal fluctuations by subtracting tidal elevations and mean sea level predicted by the ADCIRC tidal model (Westerink and others 1994; Luettich and Westerink, 1995; see cross reference). A MATLAB script was used to interpolate the ADCIRC constituents along the ship track and then calculate the tidal elevation and mean sea level at the time of the survey. The vertical datum of the ADCIRC correction is NAVD88.
Using the adjusted tidal elevations, create a binary tide file to be using in merging the tidal heights with the bathymetric soundings.
Command line: binTide -year YYYY asciiTideFile BinaryTideFile
The program mergeTide brings the swath soundings to NAVD88.
Command line (tides): mergeTide -tide BinaryTideFile filename.merged
4. Correct outer beams for depth offset caused by error in EEPROM programming (see Logical Consistency Report)
Command line: deHump -depscale 0.0105 filename.merged
5. Create a new 2 meter grid of the bathymetric soundings using the SwathEd routine weighgrid.
Command line: weigh_grid -fresh_start -omg -tide -coeffs -mindep -2 -maxdep -800 -beam_mask -beam_weight -custom_weight EM1000_Weights -butter -power 2 -cutoff 6 -lambda 2 gridFile filename.merged
6. Convert binary bathymetric grid to Esri ASCII raster format:
Command line: r4toASCII gridFile.r4
This creates a file called gridFile.asc.