> For the complete documentation index, see [llms.txt](https://docs.ceruleansonar.com/c/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ceruleansonar.com/c/omniscan3d/sonarview/side-scan-view.md).

# Side-Scan View

Below is a common window setup with **3D view** (left) paired with the **Side-Scan view** (right):

<figure><img src="/files/d41RjQUQgwjEo3irtYUw" alt=""><figcaption></figcaption></figure>

While side-scan data can be viewed draped over a mesh in the 3D view, the traditional side-scan view is still useful. For example, accurately positioning side-scan data in 3D requires trimming the nadir, which removes image data from the water column.

## Shared Cursor

With both the 3D View and Side-Scan View open, a white shared cursor appears in both views, allowing you to correlate features between them.

{% hint style="info" %}
You may notice a slight positional discrepancy between the cursor in the two views. This is expected, as position estimation in the **Side-Scan View** is fundamentally different from the true positioning used in the **3D View**. The **3D View** shows the more accurate position, but the discrepancy should be minor as long as the bottom is relatively flat.
{% endhint %}

## Tool Strip

In the bottom left, you will find the tool strip:<br>

<figure><img src="/files/mQ6vOR6bmTgF0o6k6rqY" alt=""><figcaption></figcaption></figure>

From top to bottom you have:

**Image Controls**

* Adjust the color and display settings of the side-scan image.

**Follow Mode**

* Toggles Follow Mode so the camera follows the vehicle.

**Waterfall Mode**

* Toggles Waterfall Mode.

## Context menu

<figure><img src="/files/hAlIgKsLh9VAo6a38ZDv" alt=""><figcaption></figcaption></figure>

The context menu shows your cursor’s coordinates, lets you add a marker, and allows you to center both the **3D View** and **Side-Scan View** at the same time so the cameras are positioned over the same feature.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ceruleansonar.com/c/omniscan3d/sonarview/side-scan-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
