OMEGA

System Documentation

System Overview

This system is a mobile bathymetric survey platform that collects depth measurements along a trajectory and reconstructs a terrain surface from filtered spatial samples.

It is designed as a self-contained data acquisition and mapping pipeline, combining real-time sensing, validation, and post-processing.

The system operates in three stages:

  1. Acquisition — sensor data is collected continuously
  2. Validation — measurements are evaluated and filtered in real time
  3. Reconstruction — a surface is generated from selected data points

Data Acquisition

The Arduino-based logger continuously samples:

Each measurement includes:


Real-Time Data Filtering

Each measurement is evaluated before being used for mapping.

GPS constraints:

Motion constraints:

Depth constraints:

Spatial constraint:


Dual Dataset Design

The system generates two files:

dataXX.csv

mapXX.csv


Depth Processing

Smoothing:

Sound speed correction:


Surface Reconstruction

Mapping data consists of:

(lat, lng, depth)

A continuous surface is generated using interpolation.

Inverse Distance Weighting (IDW):


Mapping Resolution

Depends on:


Coordinates and Units

Coordinate system:

Units:


Outputs

Raster maps:

Contour maps:

Geographic outputs:


Error Sources

Sensor:

GPS:

Motion:

Environment:


System Behavior

The system does not generate maps in real time.

It:


Design Decisions

Real-time filtering:

Dual files:

Interpolation:


Limitations


Future Work