From d8c5017066570298be3ac2a31846c20fcf18b4f2 Mon Sep 17 00:00:00 2001 From: Moritz Kassner Date: Thu, 25 Jul 2024 18:08:11 +0200 Subject: [PATCH] fix broken link --- neon/data-collection/data-format/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon/data-collection/data-format/index.md b/neon/data-collection/data-format/index.md index 91f66c8be..90387eb0b 100644 --- a/neon/data-collection/data-format/index.md +++ b/neon/data-collection/data-format/index.md @@ -1,7 +1,7 @@ # Recording Format The page describes the data format when downloading Neon recordings from Pupil Cloud in the "Timeseries Data" and "Timeseries Data + Scene Video" formats. In this format the Data from the Neon Companion is augmented by adding gaze and eye state estimates whenever they had not been computed in realtime. Futhermore fixations and blink data as well as some IMU transformations are computed. -When downloading Native Recording Data from cloud or direclty [extracting it via usb from the companion device](/neon/data-collection/transfer-recordings-via-usb/), use the [pl-neon-recording](https://github.com/pupil-labs/pl-neon-recording) python library to read and access the data. This data format will contain all video data as well as all data that had been computed in realtime on the companion device. +When downloading Native Recording Data from cloud or direclty [extracting it via usb from the companion device](/data-collection/transfer-recordings-via-usb/), use the [pl-neon-recording](https://github.com/pupil-labs/pl-neon-recording) python library to read and access the data. This data format will contain all video data as well as all data that had been computed in realtime on the companion device. ## Recording Folders