From db6d46dd8e9e7fe32fe2306b57a8f7669a3e16fe Mon Sep 17 00:00:00 2001 From: Marc Tonsen Date: Mon, 8 Apr 2024 14:57:05 +0200 Subject: [PATCH] Fix spaces to avoid line breaks --- neon/pupil-cloud/enrichments/face-mapper/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neon/pupil-cloud/enrichments/face-mapper/index.md b/neon/pupil-cloud/enrichments/face-mapper/index.md index 0ac8ff0a7..bc96c9520 100644 --- a/neon/pupil-cloud/enrichments/face-mapper/index.md +++ b/neon/pupil-cloud/enrichments/face-mapper/index.md @@ -32,7 +32,7 @@ This file contains all the individual face detections. | **nose y [px]** | Y coordinate of the nose in image coordinates in pixels. | | **mouth left x [px]** | X coordinate of the left mouth corner in image coordinates in pixels. | | **mouth left y [px]** | Y coordinate of the left mouth corner in image coordinates in pixels. | -| **mouth right x [px]** | X coordinate of the right mouth corner in image coordinates in pixels. | +| **mouth right x [px]** | X coordinate of the right mouth corner in image coordinates in pixels. | | **mouth right y [px]** | Y coordinate of the right mouth corner in image coordinates in pixels. | ### gaze_on_face.csv @@ -53,6 +53,6 @@ This file indicates which fixations are on faces (within the bounding box of det | **section id** | Unique identifier of the corresponding section. | | **recording id** | Unique identifier of the recording this sample belongs to. | | **fixation id** | Identifier of the fixation. The counter starts at the beginning of the recording. | -| **start timestamp [ns]** | UTC timestamp in nanoseconds of the start of the fixation. | +| **start timestamp [ns]** | UTC timestamp in nanoseconds of the start of the fixation. | | **end timestamp [ns]** | UTC timestamp in nanoseconds of the end of the fixation. | | **fixation on face** | Boolean indicating whether the fixation is on a face. |