# Trajectories

The Trajectories section of the Project window shows all trajectories present in the project:

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

## Active Trajectory

It's possible to have several trajectories that cover the same time range - such is the case in the example shown above. Only the active trajectory will be used for fusing a pointcloud. The active trajectory is displayed in bold font, which in this case is the POF trajectory created by LiDARSnap.&#x20;

{% hint style="info" %}
If you merge multiple PLP files into one project, you will have several active trajectories, corresponding to the number of PLPs merged.&#x20;
{% endhint %}

If you change the active trajectory, by activating a new trajectory, the pointcloud will need to be recomputed using the[ recompute button](/spatialexplorer-8-and-9/user-interface/windows/project/pointclouds.md#tools) to reflect the updated positions of all points.&#x20;

## Types of Trajectories

Various trajectory formats are processable in SpatialExplorer:

* **NAV**: A real-time trajectory created by the navigation system during data acquisition. This trajectory is not suitable for producing deliverable data but can be useful for fusing pointclouds in the field as part of a field check.
* **CTS**: A tightly coupled trajectory. This is the default format of LiDARMill produced trajectories. Can be suitable for data production but may, particularly in the case of mobile or pedestrian lidar applications, contain errors which require LiDARSnap optimization. &#x20;
* **CLS**: A loosely coupled trajectory. Similar to CTS in terms of quality.&#x20;
* **POF**: Typically, POF files are produced by LiDARSnap, however Riegl software applications also use the POF format. An optimized POF trajectory created by LiDARSnap is the recommended trajectory for data production.&#x20;
* **OUT**: An SBET trajectory. Commonly produced by 3rd party software. Suitable for data production.

## Tools

* <img src="/files/0NC5WVLxVkfOdBv3owoZ" alt="" data-size="line"> **Open Trajectory Folder**: Opens the folder where the trajectory is stored.&#x20;
* <img src="/files/XoBLH09HQ1ZLgwf7HcJx" alt="" data-size="line"> **Activate Trajectory**: Sets the trajectory as the active trajectory, for which all lidar and camera records should reference to obtain world positions.&#x20;
* **Show Trajectory Report**: Shows associated trajectory report, only available for trajectories created using NavLab Embedded.&#x20;
* <img src="/files/tBHq8dlCzWY698FESQgx" alt="" data-size="line"> **Export Trajectory**: Exports the trajectory to a variety different trajectory file formats (POF, OUT/SBET, TXT, TRJ)
* <img src="/files/LaeZDAeeb82pXcL7rdPV" alt="" data-size="line"> **Select Color**: Selects the color used to visualize the trajectory in the main view.&#x20;
* <img src="/files/2SAv1Wz7yW1sxQnfaSvT" alt="" data-size="line"> **Clear Trajectory**: Used in real-time to clear the trajectory in the main view.&#x20;
* <img src="/files/YDVGFGt4dYWemRtz0F1Y" alt="" data-size="line"> **Remove Trajectory**: Removes trajectory from the project.


---

# Agent Instructions: 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:

```
GET https://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/windows/project/trajectories.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
