Documentation Index

Fetch the complete documentation index at: https://knowledge.emesent.com/llms.txt

Use this file to discover all available pages before exploring further.

Processing scan data

Prev Next

This article explains how to process raw scan data captured with Emesent scanners into a point cloud in Emesent Aura.

This article covers standard SLAM processing. For other processing workflows, see:

For post-processing techniques, see:

What you will need

Processing is resource-intensive, so mains power is recommended for laptops.

Procedure

The basic process for generating a point cloud is as follows.

Step 1: Create new scan job

  1. Open Emesent Aura.

  2. Click + Process Scan. The Configure New Scan Job panel opens.

  3. Select the Process workflow, then choose SLAM/RTK/PPK for SLAM processing.

For other workflows, see the articles linked at the top of this article.

Step 2: Select a dataset

  1. Click Add Dataset.

  2. In the file browser, select the folder that contains the raw scan dataset.

  1. If prompted, select the Scan Environment that most closely matches where the scan was captured. For more information, see Setting a scan environment.

Step 3: Configure processing options

  1. In the Location field, enter a name for the output folder. Aura creates this folder inside the raw scan folder and saves all processed results there.

The raw scan folder contains the following key files:

<raw scan folder>/
├── <ScanName>.bag.zst   ← compressed scan data
├── *.yaml               ← calibration files
└── <Location>/          ← output folder named above
    ├── IntermediateFiles/
    └── Output/
        ├── Output_laz1_4.laz   ← full point cloud
        ├── Output_subsampled   ← subsampled point cloud (if enabled)
        └── trajectory file
  1. Select the processing profile. Use [Built-in] Standard, or the built-in profile that matches the scanner, such as [Built-in] ST-X or [Built-in] GX1. See Selecting a processing profile for guidance and creating custom profiles.

Step 4: Process the scan

  1. Click Start to begin processing.

  2. Processing runs and generates the required output files. Other point clouds can be loaded and viewed while the job continues in the background.

The Retry button becomes available if a failure occurs during processing. Click Retry to process the current job from the last successful stage.

Step 5: View and share output

When processing finishes, the resulting point cloud is added to the output folder inside the raw scan folder.

  1. Once processing is complete, the bottom panel displays the generated files.

  2. Click View beside a generated file to load it into the Viewport for analysis or further editing. The following main files are generated:

File

Description

Full point cloud

The complete point cloud. The file type depends on the processing profile, and the filename combines the output folder name with that type (for example, Output_laz1_4.laz).

Subsampled point cloud

A reduced-density version of the point cloud, generated only when Subsample Point Clouds is enabled in the Processing Settings.

Trajectory file

The path the scanner traveled while capturing the scan.

Outcome

The point cloud is available in the Viewport for analysis, export, or further editing.

Additional information