> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/toolbars/rover/rover-settings-and-profiles/lidar-settings.md).

# LiDAR Settings

Lidar acquisition settings can be changed to better suit the use-case. Different lidar sensors have different configurable settings. Single-laser and multi-laser systems are discussed below:

### Configuring Single-Laser Lidar Sensors

Single-laser lidar sensors use a spinning mirror to distribute points in a circular scan pattern. With single-laser lidar sensors, it's most common to need to configure the **Measurement Program** and **Spin Speed.**&#x20;

#### Measurement Program

**Measurement Program** can be selected from a list of different measurement programs. Measurement program dictates pulse repetition rate (in kHz), which in turn dictates max effective range:

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

Refer to RiParameter to determine the max effective range associated with each measurement program. RiParameter can also be used to determine the appropriate spin speed.&#x20;

#### Spin Speed:

To obtain a proper point distribution, it's necessary to match the speed of the mirror to the approximate speed of the vehicle, to ensure that the distance between points within one sweep does not drastically differ from the distance between points within different sweeps.&#x20;

In the example below, a VUX-1UAV22 is used. To configure the mirror speed, click the **Compute Optimum Mirror Speed** icon, located on the far right of the menu:&#x20;

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

Enter your flight AGL and flight speed:

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

SpatialExplorer will then configure the line speed field accordingly.&#x20;

### Multi-Laser Lidar Sensors

Multi-laser lidars sold by Phoenix have fewer configurable settings than the single laser sensors. The only user configurable setting for multi-laser lidars is **Spin Speed**:

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

**Spin speed** refers to the rotation rate of the laser array. Changing the spin speed does not increase the pulse repetition rate, as the PRR is fixed with multi-laser sensors.&#x20;


---

# 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.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/toolbars/rover/rover-settings-and-profiles/lidar-settings.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.
