---
title: "kinematicFixOcclusionOptions"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738074/kinematicFixOcclusionOptions"
format: markdown
---
# Description

Enables you to specify options for the kinematic gap filling that is used in Live. It uses the solve of the labeling skeleton and its constraint offsets to predict marker position and fill gaps. (For rigid gap filling, which is used in Post, see [rigidFixOcclusionOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739596) and to set the gap-filling method, see [setOcclusionFixMethod](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253740701).)

kinematicFixOcclusionOptions is the same gap filling that is used by [quickPost](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736689), but enables gap filling to be run as a discrete step.

> ℹ️ **occlusionFixOptions**  
> ℹ️ In versions of Shogun 1.14 and later, **occlusionFixOptions** was renamed **kinematicFixOcclusionOptions**, with the same functionality.

## Functional area

Data editing

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `kinematicFixOcclusionOptions  [-fixOcclusionsEnabled boolean] [-applyFixedMarkers boolean] [-backup boolean] [-markerSmoothing float] [-dataFidelity float] [-transitionTime float] [-reset]` |

### Arguments

None

> Macro (scroll-pagebreak)

### 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. |

## Return value

void

# Additional information

## Related commands

- [fixOcclusion](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736789)
- [quickPostOcclusionFixOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739187)
- [rigidFixOcclusionOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739596)
- [setOcclusionFixMethod ](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253740701)