A suite of processing software (called SwathEd) (www.omg.unb.ca/~jhc/SwathEd.html), developed by the Ocean Mapping Group at the University of New Brunswick, Canada, was used to process and grid the multibeam bathymetric soundings and backscatter intensity data, and to produce images. The metadata for the bathymetry grid (see link in larger work citation) describes the processing steps applied to the navigation and bathymetric soundings. The following processing steps produced the grayscale image of backscatter intensity for the Montauk data set:
1. Create a blank 8 bit map file:
Command line: make_blank mosaic_file
This command commences a dialog to enable an 8 bit image and input the map boundaries and resolution. The program also prompts for the projection type and parameters to be used creating the binary map file (custom Mercator projection, central longitude of -75 degrees, latitude of true scale 40 degrees north). Then the "blank" file is copied to two files required by the mosaic program:
Command line: cp mosaic_file.blank mosaic_file.mos
Command line: cp mosaic_file.blank mosaic_file.ran
2. Create backscatter files that can be then mosaicked from the backscatter time series:
Command line: getBeamPattern filename (prefix only)
Command line: makess -pixel 1.0 -beam_patt beampatt filename (prefix only) output.ss
Command line: glfill output.ss output.ss_fill (fills in data dropouts).
3. Mosaic all the backscatter files created in the last step (for each output.ss_fill).
Command line: mos2 -autoseam -maxazi 10 -maxdist 10 mosaic_file output.ss_fill
4. Use a two-point linear contrast stretch (0-254; 255 is no data) to enhance the shaded-relief image:
Command line: stretchacres -low 170 -high 210 -in mosaic_file -out mosaic_file.stretch