---
title: "fixOcclusionOptions"
canonical: "https://help.vicon.com/space/Shogun111/13220016/fixOcclusionOptions"
format: markdown
---
# Description

Enables you to specify options for occlusion fixing.

fixOcclusion performs occlusion fixing using the latest Axiom algorithms.

This is the same occlusion fixing that is used by [quickPost](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208244), but enables occlusion fixing to be run as a discrete step.

## Functional area

Data editing

# Command syntax

## Syntax

|  |
| --- |
| `fixOcclusionOptions  [-fixOcclusionsEnabled boolean] [-applyFixedMarkers boolean] [-backup boolean] [-markerSmoothing float] [-dataFidelity float] [-transitionTime float] [-reset] [-fromRTK] [-toRTK]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `fixOcclusionsEnabled` | 1 | boolean | — |  |
| `applyFixedMarkers` | 1 | boolean | — |  |
| `backup` | 1 | boolean |  | If true, a backup of the data is made before occlusion fixing occurs. |
| `markerSmoothing` | 1 | float | — | Higher values produce smoother trajectories. |
| `dataFidelity` | 1 | float | — | Higher values force the algorithm to follow the reconstructed data more closely. |
| `transitionTime` | 1 | float | — | Transition time in seconds at the boundaries of an occlusion event. Higher values produce smoother trajectories. |
| `reset` |  |  |  | Resets all to default values. |
| `fromRTK` |  |  |  |  |
| `toRTK` |  |  |  |  |

## Return value

void

# Additional information

## Related commands

- [fixOcclusion](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13220015)