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

This command unpacks previously packed trajectory data. It operates on selected unlabeled trajectories and creates a new unlabeled trajectory for each contiguous key range encountered.

Note that any gaps in trajectories are lost when unpacking.

## Functional area

Data editing

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `unpack` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
// This selects and unpacks all unlabeled trajectories
selectByName "_*" -type Marker;
unpack;
```

# Additional information

## Related commands

- [pack](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737327)